Shades of Pompadour #7B1656
Tints of Pompadour #7B1656
RGB
CMYK
RGB Variations
Color information
#7B1656 (or 0x7B1656) is known color: Pompadour. HEX triplet: 7B, 16 and 56. RGB value is (123,22,86). Sum of RGB (Red+Green+Blue) = 123+22+86=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1656 is #84E9A9. Grayscale: #3B3B3B. Windows color (decimal): -8710570 or 5641851. OLE color: 5641851.
HSL color Cylindrical-coordinate representation of color #7B1656: hue angle of 321.98º 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 #7B1656 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 86 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.52 |
| HSL | 321.98º | 0.7% | 0.28% | - |
| HSV(B) | 321.98º | 0.82% | 0.48% | - |
| XYZ | 10.14 | 5.46 | 9.32 | - |
| YUV | 59.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 86 | 0 | 0.82 | 0.30 | 0.52 | 321.98 | 0.7 | 0.28 |
| Hex | 7B | 16 | 56 | 0 | 52 | 1E | 34 | 142 | 46 | 1C |
| Octal | 173 | 26 | 126 | 0 | 122 | 36 | 64 | 502 | 106 | 34 |
| Binary | 1111011 | 10110 | 1010110 | 0 | 1010010 | 11110 | 110100 | 101000010 | 1000110 | 11100 |
Color Harmonies of #7B1656
Complementary color
Monochromatic Colors of #7B1656
Black with #7B1656
Text Example
Text Example
White with #7B1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1656; }
p { color: rgb(123,22,86); }
H1.HeaderClassName
{
color: #7B1656;
}
.AnyTagClassName
{
color: #7B1656;
}
</style>
background-color css
<style>
a { background-color: #7B1656; }
a { background-color: rgb(123,22,86); }
div.DivClassName
{
background-color: #7B1656;
}
.BgClassName
{
background-color: #7B1656;
}
</style>
border-color css
<style>
span { border-color: #7B1656; }
span { border-color: rgb(123,22,86); }
td.TdClassName
{
border-color: #7B1656;
}
.TagClassName
{
border-color: #7B1656;
}
</style>