color details

Color Details
#78184A Color Hex

#78184A color RGB value is (7, 129, 132).
#78184A hex color red value is 7, green value is 129, and blue value is 132.
Cylindrical-coordinate representations (HSL) of color #78184A hue: 181.44, saturation: 0.9 and lightness: 0.27.

The process color (four-color CMYK) of #78184A color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #78184A is #ff9999. Color #78184A contains mainly RED.

Color Spaces
Color spaces of #78184AValue
RGB120, 24, 74
HSL0.91, 0.67, 0.28
HSV329°, 80°, 47°
XYZ9.31, 5.14, 6.98
Base Numbers
Base Red Green Blue
Binary 1111000 11000 1001010
Octal 170 30 112
Decimal 120 24 74
Hex 78 18 4A

RGB Percentages for Color #78184A

55.05%
11.01%
33.94%

CMYK Percentages of the Color #78184A

80%
38.33%
52.94%
CSS Codes for Color #78184A
.mybgColor {background-color: #78184A;}
.myforeColor {color: #78184A;}
.myborderColor {border:3px solid #78184A;}
Text Font Color #78184A

<p style="color:#78184A">Text here</p>

This sample text is styled with the font color #78184A. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #78184A

<div style="background-color:#78184A">Div content here</div>

The background color of this div is #78184A
Border Color #78184A

<div style="border:3px solid #78184A">Div here</div>

The border color of this div is #78184A
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(120, 24, 74, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #78184A;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #78184A;
-webkit-box-shadow: 1px 1px 3px #78184A;
box-shadow: 1px 1px 3px #78184A;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120, 24, 74, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #78184A;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #78184A; -webkit-box-shadow: 1px 1px 3px #78184A; box-shadow: 1px 1px 3px #78184A;">Div content here</div>

This div box has a shadow with a specified color. #78184A
Scroll to Top