Shades of Pompadour #77173F
Tints of Pompadour #77173F
RGB
CMYK
RGB Variations
Color information
#77173F (or 0x77173F) is known color: Pompadour. HEX triplet: 77, 17 and 3F. RGB value is (119,23,63). Sum of RGB (Red+Green+Blue) = 119+23+63=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77173F is #88E8C0. Grayscale: #383838. Windows color (decimal): -8972481 or 4134775. OLE color: 4134775.
HSL color Cylindrical-coordinate representation of color #77173F: hue angle of 335º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77173F is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 63 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.53 |
| HSL | 335º | 0.68% | 0.28% | - |
| HSV(B) | 335º | 0.81% | 0.47% | - |
| XYZ | 8.81 | 4.89 | 5.18 | - |
| YUV | 56.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 63 | 0 | 0.81 | 0.47 | 0.53 | 335 | 0.68 | 0.28 |
| Hex | 77 | 17 | 3F | 0 | 51 | 2F | 35 | 14F | 44 | 1C |
| Octal | 167 | 27 | 77 | 0 | 121 | 57 | 65 | 517 | 104 | 34 |
| Binary | 1110111 | 10111 | 111111 | 0 | 1010001 | 101111 | 110101 | 101001111 | 1000100 | 11100 |
Color Harmonies of #77173F
Complementary color
Monochromatic Colors of #77173F
Black with #77173F
Text Example
Text Example
White with #77173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77173F; }
p { color: rgb(119,23,63); }
H1.HeaderClassName
{
color: #77173F;
}
.AnyTagClassName
{
color: #77173F;
}
</style>
background-color css
<style>
a { background-color: #77173F; }
a { background-color: rgb(119,23,63); }
div.DivClassName
{
background-color: #77173F;
}
.BgClassName
{
background-color: #77173F;
}
</style>
border-color css
<style>
span { border-color: #77173F; }
span { border-color: rgb(119,23,63); }
td.TdClassName
{
border-color: #77173F;
}
.TagClassName
{
border-color: #77173F;
}
</style>