Shades of Pompadour #77173D
Tints of Pompadour #77173D
RGB
CMYK
RGB Variations
Color information
#77173D (or 0x77173D) is known color: Pompadour. HEX triplet: 77, 17 and 3D. RGB value is (119,23,61). Sum of RGB (Red+Green+Blue) = 119+23+61=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77173D is #88E8C2. Grayscale: #373737. Windows color (decimal): -8972483 or 4003703. OLE color: 4003703.
HSL color Cylindrical-coordinate representation of color #77173D: hue angle of 336.25º 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 #77173D is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 61 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.53 |
| HSL | 336.25º | 0.68% | 0.28% | - |
| HSV(B) | 336.25º | 0.81% | 0.47% | - |
| XYZ | 8.76 | 4.87 | 4.89 | - |
| YUV | 56.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 61 | 0 | 0.81 | 0.49 | 0.53 | 336.25 | 0.68 | 0.28 |
| Hex | 77 | 17 | 3D | 0 | 51 | 31 | 35 | 150 | 44 | 1C |
| Octal | 167 | 27 | 75 | 0 | 121 | 61 | 65 | 520 | 104 | 34 |
| Binary | 1110111 | 10111 | 111101 | 0 | 1010001 | 110001 | 110101 | 101010000 | 1000100 | 11100 |
Color Harmonies of #77173D
Complementary color
Monochromatic Colors of #77173D
Black with #77173D
Text Example
Text Example
White with #77173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77173D; }
p { color: rgb(119,23,61); }
H1.HeaderClassName
{
color: #77173D;
}
.AnyTagClassName
{
color: #77173D;
}
</style>
background-color css
<style>
a { background-color: #77173D; }
a { background-color: rgb(119,23,61); }
div.DivClassName
{
background-color: #77173D;
}
.BgClassName
{
background-color: #77173D;
}
</style>
border-color css
<style>
span { border-color: #77173D; }
span { border-color: rgb(119,23,61); }
td.TdClassName
{
border-color: #77173D;
}
.TagClassName
{
border-color: #77173D;
}
</style>