Shades of Pompadour #77173B
Tints of Pompadour #77173B
RGB
CMYK
RGB Variations
Color information
#77173B (or 0x77173B) is known color: Pompadour. HEX triplet: 77, 17 and 3B. RGB value is (119,23,59). Sum of RGB (Red+Green+Blue) = 119+23+59=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77173B is #88E8C4. Grayscale: #373737. Windows color (decimal): -8972485 or 3872631. OLE color: 3872631.
HSL color Cylindrical-coordinate representation of color #77173B: hue angle of 337.5º 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 #77173B is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 59 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.53 |
| HSL | 337.5º | 0.68% | 0.28% | - |
| HSV(B) | 337.5º | 0.81% | 0.47% | - |
| XYZ | 8.7 | 4.85 | 4.62 | - |
| YUV | 55.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 59 | 0 | 0.81 | 0.50 | 0.53 | 337.5 | 0.68 | 0.28 |
| Hex | 77 | 17 | 3B | 0 | 51 | 32 | 35 | 152 | 44 | 1C |
| Octal | 167 | 27 | 73 | 0 | 121 | 62 | 65 | 522 | 104 | 34 |
| Binary | 1110111 | 10111 | 111011 | 0 | 1010001 | 110010 | 110101 | 101010010 | 1000100 | 11100 |
Color Harmonies of #77173B
Complementary color
Monochromatic Colors of #77173B
Black with #77173B
Text Example
Text Example
White with #77173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77173B; }
p { color: rgb(119,23,59); }
H1.HeaderClassName
{
color: #77173B;
}
.AnyTagClassName
{
color: #77173B;
}
</style>
background-color css
<style>
a { background-color: #77173B; }
a { background-color: rgb(119,23,59); }
div.DivClassName
{
background-color: #77173B;
}
.BgClassName
{
background-color: #77173B;
}
</style>
border-color css
<style>
span { border-color: #77173B; }
span { border-color: rgb(119,23,59); }
td.TdClassName
{
border-color: #77173B;
}
.TagClassName
{
border-color: #77173B;
}
</style>