Shades of Pompadour #7B1655
Tints of Pompadour #7B1655
RGB
CMYK
RGB Variations
Color information
#7B1655 (or 0x7B1655) is known color: Pompadour. HEX triplet: 7B, 16 and 55. RGB value is (123,22,85). Sum of RGB (Red+Green+Blue) = 123+22+85=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1655 is #84E9AA. Grayscale: #3B3B3B. Windows color (decimal): -8710571 or 5576315. OLE color: 5576315.
HSL color Cylindrical-coordinate representation of color #7B1655: hue angle of 322.57º 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 #7B1655 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 85 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.52 |
| HSL | 322.57º | 0.7% | 0.28% | - |
| HSV(B) | 322.57º | 0.82% | 0.48% | - |
| XYZ | 10.09 | 5.44 | 9.11 | - |
| YUV | 59.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 85 | 0 | 0.82 | 0.31 | 0.52 | 322.57 | 0.7 | 0.28 |
| Hex | 7B | 16 | 55 | 0 | 52 | 1F | 34 | 143 | 46 | 1C |
| Octal | 173 | 26 | 125 | 0 | 122 | 37 | 64 | 503 | 106 | 34 |
| Binary | 1111011 | 10110 | 1010101 | 0 | 1010010 | 11111 | 110100 | 101000011 | 1000110 | 11100 |
Color Harmonies of #7B1655
Complementary color
Monochromatic Colors of #7B1655
Black with #7B1655
Text Example
Text Example
White with #7B1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1655; }
p { color: rgb(123,22,85); }
H1.HeaderClassName
{
color: #7B1655;
}
.AnyTagClassName
{
color: #7B1655;
}
</style>
background-color css
<style>
a { background-color: #7B1655; }
a { background-color: rgb(123,22,85); }
div.DivClassName
{
background-color: #7B1655;
}
.BgClassName
{
background-color: #7B1655;
}
</style>
border-color css
<style>
span { border-color: #7B1655; }
span { border-color: rgb(123,22,85); }
td.TdClassName
{
border-color: #7B1655;
}
.TagClassName
{
border-color: #7B1655;
}
</style>