Shades of Pompadour #77193C
Tints of Pompadour #77193C
RGB
CMYK
RGB Variations
Color information
#77193C (or 0x77193C) is known color: Pompadour. HEX triplet: 77, 19 and 3C. RGB value is (119,25,60). Sum of RGB (Red+Green+Blue) = 119+25+60=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77193C is #88E6C3. Grayscale: #393939. Windows color (decimal): -8971972 or 3938679. OLE color: 3938679.
HSL color Cylindrical-coordinate representation of color #77193C: hue angle of 337.66º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77193C is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 60 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.53 |
| HSL | 337.66º | 0.65% | 0.28% | - |
| HSV(B) | 337.66º | 0.79% | 0.47% | - |
| XYZ | 8.77 | 4.94 | 4.77 | - |
| YUV | 57.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 60 | 0 | 0.79 | 0.50 | 0.53 | 337.66 | 0.65 | 0.28 |
| Hex | 77 | 19 | 3C | 0 | 4F | 32 | 35 | 152 | 41 | 1C |
| Octal | 167 | 31 | 74 | 0 | 117 | 62 | 65 | 522 | 101 | 34 |
| Binary | 1110111 | 11001 | 111100 | 0 | 1001111 | 110010 | 110101 | 101010010 | 1000001 | 11100 |
Color Harmonies of #77193C
Complementary color
Monochromatic Colors of #77193C
Black with #77193C
Text Example
Text Example
White with #77193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77193C; }
p { color: rgb(119,25,60); }
H1.HeaderClassName
{
color: #77193C;
}
.AnyTagClassName
{
color: #77193C;
}
</style>
background-color css
<style>
a { background-color: #77193C; }
a { background-color: rgb(119,25,60); }
div.DivClassName
{
background-color: #77193C;
}
.BgClassName
{
background-color: #77193C;
}
</style>
border-color css
<style>
span { border-color: #77193C; }
span { border-color: rgb(119,25,60); }
td.TdClassName
{
border-color: #77193C;
}
.TagClassName
{
border-color: #77193C;
}
</style>