Shades of Pompadour #771E4B
Tints of Pompadour #771E4B
RGB
CMYK
RGB Variations
Color information
#771E4B (or 0x771E4B) is known color: Pompadour. HEX triplet: 77, 1E and 4B. RGB value is (119,30,75). Sum of RGB (Red+Green+Blue) = 119+30+75=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #771E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E4B is #88E1B4. Grayscale: #3D3D3D. Windows color (decimal): -8970677 or 4922999. OLE color: 4922999.
HSL color Cylindrical-coordinate representation of color #771E4B: hue angle of 329.66º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E4B is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 30 | 75 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.53 |
| HSL | 329.66º | 0.6% | 0.29% | - |
| HSV(B) | 329.66º | 0.75% | 0.47% | - |
| XYZ | 9.34 | 5.36 | 7.2 | - |
| YUV | 61.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 75 | 0 | 0.75 | 0.37 | 0.53 | 329.66 | 0.6 | 0.29 |
| Hex | 77 | 1E | 4B | 0 | 4B | 25 | 35 | 14A | 3C | 1D |
| Octal | 167 | 36 | 113 | 0 | 113 | 45 | 65 | 512 | 74 | 35 |
| Binary | 1110111 | 11110 | 1001011 | 0 | 1001011 | 100101 | 110101 | 101001010 | 111100 | 11101 |
Color Harmonies of #771E4B
Complementary color
Monochromatic Colors of #771E4B
Black with #771E4B
Text Example
Text Example
White with #771E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E4B; }
p { color: rgb(119,30,75); }
H1.HeaderClassName
{
color: #771E4B;
}
.AnyTagClassName
{
color: #771E4B;
}
</style>
background-color css
<style>
a { background-color: #771E4B; }
a { background-color: rgb(119,30,75); }
div.DivClassName
{
background-color: #771E4B;
}
.BgClassName
{
background-color: #771E4B;
}
</style>
border-color css
<style>
span { border-color: #771E4B; }
span { border-color: rgb(119,30,75); }
td.TdClassName
{
border-color: #771E4B;
}
.TagClassName
{
border-color: #771E4B;
}
</style>