Shades of Pompadour #7B123F
Tints of Pompadour #7B123F
RGB
CMYK
RGB Variations
Color information
#7B123F (or 0x7B123F) is known color: Pompadour. HEX triplet: 7B, 12 and 3F. RGB value is (123,18,63). Sum of RGB (Red+Green+Blue) = 123+18+63=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B123F is #84EDC0. Grayscale: #363636. Windows color (decimal): -8711617 or 4133499. OLE color: 4133499.
HSL color Cylindrical-coordinate representation of color #7B123F: hue angle of 334.29º 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 #7B123F is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 63 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.52 |
| HSL | 334.29º | 0.74% | 0.28% | - |
| HSV(B) | 334.29º | 0.85% | 0.48% | - |
| XYZ | 9.28 | 5 | 5.18 | - |
| YUV | 54.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 63 | 0 | 0.85 | 0.49 | 0.52 | 334.29 | 0.74 | 0.28 |
| Hex | 7B | 12 | 3F | 0 | 55 | 31 | 34 | 14E | 4A | 1C |
| Octal | 173 | 22 | 77 | 0 | 125 | 61 | 64 | 516 | 112 | 34 |
| Binary | 1111011 | 10010 | 111111 | 0 | 1010101 | 110001 | 110100 | 101001110 | 1001010 | 11100 |
Color Harmonies of #7B123F
Complementary color
Monochromatic Colors of #7B123F
Black with #7B123F
Text Example
Text Example
White with #7B123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B123F; }
p { color: rgb(123,18,63); }
H1.HeaderClassName
{
color: #7B123F;
}
.AnyTagClassName
{
color: #7B123F;
}
</style>
background-color css
<style>
a { background-color: #7B123F; }
a { background-color: rgb(123,18,63); }
div.DivClassName
{
background-color: #7B123F;
}
.BgClassName
{
background-color: #7B123F;
}
</style>
border-color css
<style>
span { border-color: #7B123F; }
span { border-color: rgb(123,18,63); }
td.TdClassName
{
border-color: #7B123F;
}
.TagClassName
{
border-color: #7B123F;
}
</style>