Shades of Pompadour #7B1652
Tints of Pompadour #7B1652
RGB
CMYK
RGB Variations
Color information
#7B1652 (or 0x7B1652) is known color: Pompadour. HEX triplet: 7B, 16 and 52. RGB value is (123,22,82). Sum of RGB (Red+Green+Blue) = 123+22+82=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1652 is #84E9AD. Grayscale: #3A3A3A. Windows color (decimal): -8710574 or 5379707. OLE color: 5379707.
HSL color Cylindrical-coordinate representation of color #7B1652: hue angle of 324.36º 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 #7B1652 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 82 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.52 |
| HSL | 324.36º | 0.7% | 0.28% | - |
| HSV(B) | 324.36º | 0.82% | 0.48% | - |
| XYZ | 9.98 | 5.39 | 8.5 | - |
| YUV | 59.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 82 | 0 | 0.82 | 0.33 | 0.52 | 324.36 | 0.7 | 0.28 |
| Hex | 7B | 16 | 52 | 0 | 52 | 21 | 34 | 144 | 46 | 1C |
| Octal | 173 | 26 | 122 | 0 | 122 | 41 | 64 | 504 | 106 | 34 |
| Binary | 1111011 | 10110 | 1010010 | 0 | 1010010 | 100001 | 110100 | 101000100 | 1000110 | 11100 |
Color Harmonies of #7B1652
Complementary color
Monochromatic Colors of #7B1652
Black with #7B1652
Text Example
Text Example
White with #7B1652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1652; }
p { color: rgb(123,22,82); }
H1.HeaderClassName
{
color: #7B1652;
}
.AnyTagClassName
{
color: #7B1652;
}
</style>
background-color css
<style>
a { background-color: #7B1652; }
a { background-color: rgb(123,22,82); }
div.DivClassName
{
background-color: #7B1652;
}
.BgClassName
{
background-color: #7B1652;
}
</style>
border-color css
<style>
span { border-color: #7B1652; }
span { border-color: rgb(123,22,82); }
td.TdClassName
{
border-color: #7B1652;
}
.TagClassName
{
border-color: #7B1652;
}
</style>