Shades of Pompadour #7B123B
Tints of Pompadour #7B123B
RGB
CMYK
RGB Variations
Color information
#7B123B (or 0x7B123B) is known color: Pompadour. HEX triplet: 7B, 12 and 3B. RGB value is (123,18,59). Sum of RGB (Red+Green+Blue) = 123+18+59=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B123B is #84EDC4. Grayscale: #363636. Windows color (decimal): -8711621 or 3871355. OLE color: 3871355.
HSL color Cylindrical-coordinate representation of color #7B123B: hue angle of 336.57º 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 #7B123B is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 59 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.52 |
| HSL | 336.57º | 0.74% | 0.28% | - |
| HSV(B) | 336.57º | 0.85% | 0.48% | - |
| XYZ | 9.17 | 4.96 | 4.61 | - |
| YUV | 54.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 59 | 0 | 0.85 | 0.52 | 0.52 | 336.57 | 0.74 | 0.28 |
| Hex | 7B | 12 | 3B | 0 | 55 | 34 | 34 | 151 | 4A | 1C |
| Octal | 173 | 22 | 73 | 0 | 125 | 64 | 64 | 521 | 112 | 34 |
| Binary | 1111011 | 10010 | 111011 | 0 | 1010101 | 110100 | 110100 | 101010001 | 1001010 | 11100 |
Color Harmonies of #7B123B
Complementary color
Monochromatic Colors of #7B123B
Black with #7B123B
Text Example
Text Example
White with #7B123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B123B; }
p { color: rgb(123,18,59); }
H1.HeaderClassName
{
color: #7B123B;
}
.AnyTagClassName
{
color: #7B123B;
}
</style>
background-color css
<style>
a { background-color: #7B123B; }
a { background-color: rgb(123,18,59); }
div.DivClassName
{
background-color: #7B123B;
}
.BgClassName
{
background-color: #7B123B;
}
</style>
border-color css
<style>
span { border-color: #7B123B; }
span { border-color: rgb(123,18,59); }
td.TdClassName
{
border-color: #7B123B;
}
.TagClassName
{
border-color: #7B123B;
}
</style>