Shades of Pompadour #77134F
Tints of Pompadour #77134F
RGB
CMYK
RGB Variations
Color information
#77134F (or 0x77134F) is known color: Pompadour. HEX triplet: 77, 13 and 4F. RGB value is (119,19,79). Sum of RGB (Red+Green+Blue) = 119+19+79=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77134F is #88ECB0. Grayscale: #373737. Windows color (decimal): -8973489 or 5182327. OLE color: 5182327.
HSL color Cylindrical-coordinate representation of color #77134F: hue angle of 324º 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 #77134F is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 19 | 79 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.53 |
| HSL | 324º | 0.72% | 0.27% | - |
| HSV(B) | 324º | 0.84% | 0.47% | - |
| XYZ | 9.25 | 4.95 | 7.87 | - |
| YUV | 55.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 79 | 0 | 0.84 | 0.34 | 0.53 | 324 | 0.72 | 0.27 |
| Hex | 77 | 13 | 4F | 0 | 54 | 22 | 35 | 144 | 48 | 1B |
| Octal | 167 | 23 | 117 | 0 | 124 | 42 | 65 | 504 | 110 | 33 |
| Binary | 1110111 | 10011 | 1001111 | 0 | 1010100 | 100010 | 110101 | 101000100 | 1001000 | 11011 |
Color Harmonies of #77134F
Complementary color
Monochromatic Colors of #77134F
Black with #77134F
Text Example
Text Example
White with #77134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77134F; }
p { color: rgb(119,19,79); }
H1.HeaderClassName
{
color: #77134F;
}
.AnyTagClassName
{
color: #77134F;
}
</style>
background-color css
<style>
a { background-color: #77134F; }
a { background-color: rgb(119,19,79); }
div.DivClassName
{
background-color: #77134F;
}
.BgClassName
{
background-color: #77134F;
}
</style>
border-color css
<style>
span { border-color: #77134F; }
span { border-color: rgb(119,19,79); }
td.TdClassName
{
border-color: #77134F;
}
.TagClassName
{
border-color: #77134F;
}
</style>