Shades of Pompadour #7B1750
Tints of Pompadour #7B1750
RGB
CMYK
RGB Variations
Color information
#7B1750 (or 0x7B1750) is known color: Pompadour. HEX triplet: 7B, 17 and 50. RGB value is (123,23,80). Sum of RGB (Red+Green+Blue) = 123+23+80=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1750 is #84E8AF. Grayscale: #3B3B3B. Windows color (decimal): -8710320 or 5248891. OLE color: 5248891.
HSL color Cylindrical-coordinate representation of color #7B1750: hue angle of 325.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B1750 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 23 | 80 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.52 |
| HSL | 325.8º | 0.68% | 0.29% | - |
| HSV(B) | 325.8º | 0.81% | 0.48% | - |
| XYZ | 9.92 | 5.4 | 8.11 | - |
| YUV | 59.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 80 | 0 | 0.81 | 0.35 | 0.52 | 325.8 | 0.68 | 0.29 |
| Hex | 7B | 17 | 50 | 0 | 51 | 23 | 34 | 146 | 44 | 1D |
| Octal | 173 | 27 | 120 | 0 | 121 | 43 | 64 | 506 | 104 | 35 |
| Binary | 1111011 | 10111 | 1010000 | 0 | 1010001 | 100011 | 110100 | 101000110 | 1000100 | 11101 |
Color Harmonies of #7B1750
Complementary color
Monochromatic Colors of #7B1750
Black with #7B1750
Text Example
Text Example
White with #7B1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1750; }
p { color: rgb(123,23,80); }
H1.HeaderClassName
{
color: #7B1750;
}
.AnyTagClassName
{
color: #7B1750;
}
</style>
background-color css
<style>
a { background-color: #7B1750; }
a { background-color: rgb(123,23,80); }
div.DivClassName
{
background-color: #7B1750;
}
.BgClassName
{
background-color: #7B1750;
}
</style>
border-color css
<style>
span { border-color: #7B1750; }
span { border-color: rgb(123,23,80); }
td.TdClassName
{
border-color: #7B1750;
}
.TagClassName
{
border-color: #7B1750;
}
</style>