Shades of Pompadour #7B1954
Tints of Pompadour #7B1954
RGB
CMYK
RGB Variations
Color information
#7B1954 (or 0x7B1954) is known color: Pompadour. HEX triplet: 7B, 19 and 54. RGB value is (123,25,84). Sum of RGB (Red+Green+Blue) = 123+25+84=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1954 is #84E6AB. Grayscale: #3C3C3C. Windows color (decimal): -8709804 or 5511547. OLE color: 5511547.
HSL color Cylindrical-coordinate representation of color #7B1954: hue angle of 323.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B1954 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 84 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.52 |
| HSL | 323.88º | 0.66% | 0.29% | - |
| HSV(B) | 323.88º | 0.8% | 0.48% | - |
| XYZ | 10.12 | 5.55 | 8.92 | - |
| YUV | 61.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 84 | 0 | 0.80 | 0.32 | 0.52 | 323.88 | 0.66 | 0.29 |
| Hex | 7B | 19 | 54 | 0 | 50 | 20 | 34 | 144 | 42 | 1D |
| Octal | 173 | 31 | 124 | 0 | 120 | 40 | 64 | 504 | 102 | 35 |
| Binary | 1111011 | 11001 | 1010100 | 0 | 1010000 | 100000 | 110100 | 101000100 | 1000010 | 11101 |
Color Harmonies of #7B1954
Complementary color
Monochromatic Colors of #7B1954
Black with #7B1954
Text Example
Text Example
White with #7B1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1954; }
p { color: rgb(123,25,84); }
H1.HeaderClassName
{
color: #7B1954;
}
.AnyTagClassName
{
color: #7B1954;
}
</style>
background-color css
<style>
a { background-color: #7B1954; }
a { background-color: rgb(123,25,84); }
div.DivClassName
{
background-color: #7B1954;
}
.BgClassName
{
background-color: #7B1954;
}
</style>
border-color css
<style>
span { border-color: #7B1954; }
span { border-color: rgb(123,25,84); }
td.TdClassName
{
border-color: #7B1954;
}
.TagClassName
{
border-color: #7B1954;
}
</style>