Shades of Pompadour #7B123D
Tints of Pompadour #7B123D
RGB
CMYK
RGB Variations
Color information
#7B123D (or 0x7B123D) is known color: Pompadour. HEX triplet: 7B, 12 and 3D. RGB value is (123,18,61). Sum of RGB (Red+Green+Blue) = 123+18+61=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B123D is #84EDC2. Grayscale: #363636. Windows color (decimal): -8711619 or 4002427. OLE color: 4002427.
HSL color Cylindrical-coordinate representation of color #7B123D: hue angle of 335.43º 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 #7B123D is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 61 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.52 |
| HSL | 335.43º | 0.74% | 0.28% | - |
| HSV(B) | 335.43º | 0.85% | 0.48% | - |
| XYZ | 9.23 | 4.98 | 4.89 | - |
| YUV | 54.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 61 | 0 | 0.85 | 0.50 | 0.52 | 335.43 | 0.74 | 0.28 |
| Hex | 7B | 12 | 3D | 0 | 55 | 32 | 34 | 14F | 4A | 1C |
| Octal | 173 | 22 | 75 | 0 | 125 | 62 | 64 | 517 | 112 | 34 |
| Binary | 1111011 | 10010 | 111101 | 0 | 1010101 | 110010 | 110100 | 101001111 | 1001010 | 11100 |
Color Harmonies of #7B123D
Complementary color
Monochromatic Colors of #7B123D
Black with #7B123D
Text Example
Text Example
White with #7B123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B123D; }
p { color: rgb(123,18,61); }
H1.HeaderClassName
{
color: #7B123D;
}
.AnyTagClassName
{
color: #7B123D;
}
</style>
background-color css
<style>
a { background-color: #7B123D; }
a { background-color: rgb(123,18,61); }
div.DivClassName
{
background-color: #7B123D;
}
.BgClassName
{
background-color: #7B123D;
}
</style>
border-color css
<style>
span { border-color: #7B123D; }
span { border-color: rgb(123,18,61); }
td.TdClassName
{
border-color: #7B123D;
}
.TagClassName
{
border-color: #7B123D;
}
</style>