Shades of Pompadour #770F4C
Tints of Pompadour #770F4C
RGB
CMYK
RGB Variations
Color information
#770F4C (or 0x770F4C) is known color: Pompadour. HEX triplet: 77, 0F and 4C. RGB value is (119,15,76). Sum of RGB (Red+Green+Blue) = 119+15+76=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #770F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770F4C is #88F0B3. Grayscale: #343434. Windows color (decimal): -8974516 or 4984695. OLE color: 4984695.
HSL color Cylindrical-coordinate representation of color #770F4C: hue angle of 324.81º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F4C is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 15 | 76 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.53 |
| HSL | 324.81º | 0.78% | 0.26% | - |
| HSV(B) | 324.81º | 0.87% | 0.47% | - |
| XYZ | 9.08 | 4.79 | 7.28 | - |
| YUV | 53.05 | 140.96 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 76 | 0 | 0.87 | 0.36 | 0.53 | 324.81 | 0.78 | 0.26 |
| Hex | 77 | F | 4C | 0 | 57 | 24 | 35 | 145 | 4E | 1A |
| Octal | 167 | 17 | 114 | 0 | 127 | 44 | 65 | 505 | 116 | 32 |
| Binary | 1110111 | 1111 | 1001100 | 0 | 1010111 | 100100 | 110101 | 101000101 | 1001110 | 11010 |
Color Harmonies of #770F4C
Complementary color
Monochromatic Colors of #770F4C
Black with #770F4C
Text Example
Text Example
White with #770F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F4C; }
p { color: rgb(119,15,76); }
H1.HeaderClassName
{
color: #770F4C;
}
.AnyTagClassName
{
color: #770F4C;
}
</style>
background-color css
<style>
a { background-color: #770F4C; }
a { background-color: rgb(119,15,76); }
div.DivClassName
{
background-color: #770F4C;
}
.BgClassName
{
background-color: #770F4C;
}
</style>
border-color css
<style>
span { border-color: #770F4C; }
span { border-color: rgb(119,15,76); }
td.TdClassName
{
border-color: #770F4C;
}
.TagClassName
{
border-color: #770F4C;
}
</style>