Shades of Pompadour #7E1757
Tints of Pompadour #7E1757
RGB
CMYK
RGB Variations
Color information
#7E1757 (or 0x7E1757) is known color: Pompadour. HEX triplet: 7E, 17 and 57. RGB value is (126,23,87). Sum of RGB (Red+Green+Blue) = 126+23+87=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1757 is #81E8A8. Grayscale: #3C3C3C. Windows color (decimal): -8513705 or 5707646. OLE color: 5707646.
HSL color Cylindrical-coordinate representation of color #7E1757: hue angle of 322.72º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E1757 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 87 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.51 |
| HSL | 322.72º | 0.69% | 0.29% | - |
| HSV(B) | 322.72º | 0.82% | 0.49% | - |
| XYZ | 10.63 | 5.74 | 9.56 | - |
| YUV | 61.09 | 142.62 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 87 | 0 | 0.82 | 0.31 | 0.51 | 322.72 | 0.69 | 0.29 |
| Hex | 7E | 17 | 57 | 0 | 52 | 1F | 33 | 143 | 45 | 1D |
| Octal | 176 | 27 | 127 | 0 | 122 | 37 | 63 | 503 | 105 | 35 |
| Binary | 1111110 | 10111 | 1010111 | 0 | 1010010 | 11111 | 110011 | 101000011 | 1000101 | 11101 |
Color Harmonies of #7E1757
Complementary color
Monochromatic Colors of #7E1757
Black with #7E1757
Text Example
Text Example
White with #7E1757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1757; }
p { color: rgb(126,23,87); }
H1.HeaderClassName
{
color: #7E1757;
}
.AnyTagClassName
{
color: #7E1757;
}
</style>
background-color css
<style>
a { background-color: #7E1757; }
a { background-color: rgb(126,23,87); }
div.DivClassName
{
background-color: #7E1757;
}
.BgClassName
{
background-color: #7E1757;
}
</style>
border-color css
<style>
span { border-color: #7E1757; }
span { border-color: rgb(126,23,87); }
td.TdClassName
{
border-color: #7E1757;
}
.TagClassName
{
border-color: #7E1757;
}
</style>