Shades of Pompadour #7B1657
Tints of Pompadour #7B1657
RGB
CMYK
RGB Variations
Color information
#7B1657 (or 0x7B1657) is known color: Pompadour. HEX triplet: 7B, 16 and 57. RGB value is (123,22,87). Sum of RGB (Red+Green+Blue) = 123+22+87=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1657 is #84E9A8. Grayscale: #3B3B3B. Windows color (decimal): -8710569 or 5707387. OLE color: 5707387.
HSL color Cylindrical-coordinate representation of color #7B1657: hue angle of 321.39º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B1657 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 87 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.52 |
| HSL | 321.39º | 0.7% | 0.28% | - |
| HSV(B) | 321.39º | 0.82% | 0.48% | - |
| XYZ | 10.18 | 5.47 | 9.54 | - |
| YUV | 59.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 87 | 0 | 0.82 | 0.29 | 0.52 | 321.39 | 0.7 | 0.28 |
| Hex | 7B | 16 | 57 | 0 | 52 | 1D | 34 | 141 | 46 | 1C |
| Octal | 173 | 26 | 127 | 0 | 122 | 35 | 64 | 501 | 106 | 34 |
| Binary | 1111011 | 10110 | 1010111 | 0 | 1010010 | 11101 | 110100 | 101000001 | 1000110 | 11100 |
Color Harmonies of #7B1657
Complementary color
Monochromatic Colors of #7B1657
Black with #7B1657
Text Example
Text Example
White with #7B1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1657; }
p { color: rgb(123,22,87); }
H1.HeaderClassName
{
color: #7B1657;
}
.AnyTagClassName
{
color: #7B1657;
}
</style>
background-color css
<style>
a { background-color: #7B1657; }
a { background-color: rgb(123,22,87); }
div.DivClassName
{
background-color: #7B1657;
}
.BgClassName
{
background-color: #7B1657;
}
</style>
border-color css
<style>
span { border-color: #7B1657; }
span { border-color: rgb(123,22,87); }
td.TdClassName
{
border-color: #7B1657;
}
.TagClassName
{
border-color: #7B1657;
}
</style>