Shades of Pompadour #7B123E
Tints of Pompadour #7B123E
RGB
CMYK
RGB Variations
Color information
#7B123E (or 0x7B123E) is known color: Pompadour. HEX triplet: 7B, 12 and 3E. RGB value is (123,18,62). Sum of RGB (Red+Green+Blue) = 123+18+62=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B123E is #84EDC1. Grayscale: #363636. Windows color (decimal): -8711618 or 4067963. OLE color: 4067963.
HSL color Cylindrical-coordinate representation of color #7B123E: hue angle of 334.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B123E is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 62 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.52 |
| HSL | 334.86º | 0.74% | 0.28% | - |
| HSV(B) | 334.86º | 0.85% | 0.48% | - |
| XYZ | 9.25 | 4.99 | 5.03 | - |
| YUV | 54.41 | 132.29 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 62 | 0 | 0.85 | 0.50 | 0.52 | 334.86 | 0.74 | 0.28 |
| Hex | 7B | 12 | 3E | 0 | 55 | 32 | 34 | 14F | 4A | 1C |
| Octal | 173 | 22 | 76 | 0 | 125 | 62 | 64 | 517 | 112 | 34 |
| Binary | 1111011 | 10010 | 111110 | 0 | 1010101 | 110010 | 110100 | 101001111 | 1001010 | 11100 |
Color Harmonies of #7B123E
Complementary color
Monochromatic Colors of #7B123E
Black with #7B123E
Text Example
Text Example
White with #7B123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B123E; }
p { color: rgb(123,18,62); }
H1.HeaderClassName
{
color: #7B123E;
}
.AnyTagClassName
{
color: #7B123E;
}
</style>
background-color css
<style>
a { background-color: #7B123E; }
a { background-color: rgb(123,18,62); }
div.DivClassName
{
background-color: #7B123E;
}
.BgClassName
{
background-color: #7B123E;
}
</style>
border-color css
<style>
span { border-color: #7B123E; }
span { border-color: rgb(123,18,62); }
td.TdClassName
{
border-color: #7B123E;
}
.TagClassName
{
border-color: #7B123E;
}
</style>