Shades of Pompadour #7B184E
Tints of Pompadour #7B184E
RGB
CMYK
RGB Variations
Color information
#7B184E (or 0x7B184E) is known color: Pompadour. HEX triplet: 7B, 18 and 4E. RGB value is (123,24,78). Sum of RGB (Red+Green+Blue) = 123+24+78=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B184E is #84E7B1. Grayscale: #3B3B3B. Windows color (decimal): -8710066 or 5118075. OLE color: 5118075.
HSL color Cylindrical-coordinate representation of color #7B184E: hue angle of 327.27º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B184E is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 24 | 78 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.52 |
| HSL | 327.27º | 0.67% | 0.29% | - |
| HSV(B) | 327.27º | 0.8% | 0.48% | - |
| XYZ | 9.87 | 5.41 | 7.73 | - |
| YUV | 59.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 78 | 0 | 0.80 | 0.37 | 0.52 | 327.27 | 0.67 | 0.29 |
| Hex | 7B | 18 | 4E | 0 | 50 | 25 | 34 | 147 | 43 | 1D |
| Octal | 173 | 30 | 116 | 0 | 120 | 45 | 64 | 507 | 103 | 35 |
| Binary | 1111011 | 11000 | 1001110 | 0 | 1010000 | 100101 | 110100 | 101000111 | 1000011 | 11101 |
Color Harmonies of #7B184E
Complementary color
Monochromatic Colors of #7B184E
Black with #7B184E
Text Example
Text Example
White with #7B184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B184E; }
p { color: rgb(123,24,78); }
H1.HeaderClassName
{
color: #7B184E;
}
.AnyTagClassName
{
color: #7B184E;
}
</style>
background-color css
<style>
a { background-color: #7B184E; }
a { background-color: rgb(123,24,78); }
div.DivClassName
{
background-color: #7B184E;
}
.BgClassName
{
background-color: #7B184E;
}
</style>
border-color css
<style>
span { border-color: #7B184E; }
span { border-color: rgb(123,24,78); }
td.TdClassName
{
border-color: #7B184E;
}
.TagClassName
{
border-color: #7B184E;
}
</style>