Shades of Pompadour #77133F
Tints of Pompadour #77133F
RGB
CMYK
RGB Variations
Color information
#77133F (or 0x77133F) is known color: Pompadour. HEX triplet: 77, 13 and 3F. RGB value is (119,19,63). Sum of RGB (Red+Green+Blue) = 119+19+63=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77133F is #88ECC0. Grayscale: #353535. Windows color (decimal): -8973505 or 4133751. OLE color: 4133751.
HSL color Cylindrical-coordinate representation of color #77133F: hue angle of 333.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77133F is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 19 | 63 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.53 |
| HSL | 333.6º | 0.72% | 0.27% | - |
| HSV(B) | 333.6º | 0.84% | 0.47% | - |
| XYZ | 8.74 | 4.75 | 5.16 | - |
| YUV | 53.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 63 | 0 | 0.84 | 0.47 | 0.53 | 333.6 | 0.72 | 0.27 |
| Hex | 77 | 13 | 3F | 0 | 54 | 2F | 35 | 14E | 48 | 1B |
| Octal | 167 | 23 | 77 | 0 | 124 | 57 | 65 | 516 | 110 | 33 |
| Binary | 1110111 | 10011 | 111111 | 0 | 1010100 | 101111 | 110101 | 101001110 | 1001000 | 11011 |
Color Harmonies of #77133F
Complementary color
Monochromatic Colors of #77133F
Black with #77133F
Text Example
Text Example
White with #77133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77133F; }
p { color: rgb(119,19,63); }
H1.HeaderClassName
{
color: #77133F;
}
.AnyTagClassName
{
color: #77133F;
}
</style>
background-color css
<style>
a { background-color: #77133F; }
a { background-color: rgb(119,19,63); }
div.DivClassName
{
background-color: #77133F;
}
.BgClassName
{
background-color: #77133F;
}
</style>
border-color css
<style>
span { border-color: #77133F; }
span { border-color: rgb(119,19,63); }
td.TdClassName
{
border-color: #77133F;
}
.TagClassName
{
border-color: #77133F;
}
</style>