#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 of #78184A | Value |
---|---|
RGB | 120, 24, 74 |
HSL | 0.91, 0.67, 0.28 |
HSV | 329°, 80°, 47° |
XYZ | 9.31, 5.14, 6.98 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1111000 | 11000 | 1001010 |
Octal | 170 | 30 | 112 |
Decimal | 120 | 24 | 74 |
Hex | 78 | 18 | 4A |
Shades of #78184A
Tints of #78184A
.mybgColor {background-color: #78184A;} .myforeColor {color: #78184A;} .myborderColor {border:3px solid #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,
<div style="background-color:#78184A">Div content here</div>
<div style="border:3px solid #78184A">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(120, 24, 74, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #78184A;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>