Shades of Pompadour #77133A
Tints of Pompadour #77133A
RGB
CMYK
RGB Variations
Color information
#77133A (or 0x77133A) is known color: Pompadour. HEX triplet: 77, 13 and 3A. RGB value is (119,19,58). Sum of RGB (Red+Green+Blue) = 119+19+58=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77133A is #88ECC5. Grayscale: #353535. Windows color (decimal): -8973510 or 3806071. OLE color: 3806071.
HSL color Cylindrical-coordinate representation of color #77133A: hue angle of 336.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 #77133A is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 19 | 58 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.53 |
| HSL | 336.6º | 0.72% | 0.27% | - |
| HSV(B) | 336.6º | 0.84% | 0.47% | - |
| XYZ | 8.6 | 4.69 | 4.46 | - |
| YUV | 53.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 58 | 0 | 0.84 | 0.51 | 0.53 | 336.6 | 0.72 | 0.27 |
| Hex | 77 | 13 | 3A | 0 | 54 | 33 | 35 | 151 | 48 | 1B |
| Octal | 167 | 23 | 72 | 0 | 124 | 63 | 65 | 521 | 110 | 33 |
| Binary | 1110111 | 10011 | 111010 | 0 | 1010100 | 110011 | 110101 | 101010001 | 1001000 | 11011 |
Color Harmonies of #77133A
Complementary color
Monochromatic Colors of #77133A
Black with #77133A
Text Example
Text Example
White with #77133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77133A; }
p { color: rgb(119,19,58); }
H1.HeaderClassName
{
color: #77133A;
}
.AnyTagClassName
{
color: #77133A;
}
</style>
background-color css
<style>
a { background-color: #77133A; }
a { background-color: rgb(119,19,58); }
div.DivClassName
{
background-color: #77133A;
}
.BgClassName
{
background-color: #77133A;
}
</style>
border-color css
<style>
span { border-color: #77133A; }
span { border-color: rgb(119,19,58); }
td.TdClassName
{
border-color: #77133A;
}
.TagClassName
{
border-color: #77133A;
}
</style>