Shades of Pompadour #7B154B
Tints of Pompadour #7B154B
RGB
CMYK
RGB Variations
Color information
#7B154B (or 0x7B154B) is known color: Pompadour. HEX triplet: 7B, 15 and 4B. RGB value is (123,21,75). Sum of RGB (Red+Green+Blue) = 123+21+75=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B154B is #84EAB4. Grayscale: #393939. Windows color (decimal): -8710837 or 4920699. OLE color: 4920699.
HSL color Cylindrical-coordinate representation of color #7B154B: hue angle of 328.24º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B154B is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 21 | 75 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.52 |
| HSL | 328.24º | 0.71% | 0.28% | - |
| HSV(B) | 328.24º | 0.83% | 0.48% | - |
| XYZ | 9.71 | 5.26 | 7.16 | - |
| YUV | 57.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 21 | 75 | 0 | 0.83 | 0.39 | 0.52 | 328.24 | 0.71 | 0.28 |
| Hex | 7B | 15 | 4B | 0 | 53 | 27 | 34 | 148 | 47 | 1C |
| Octal | 173 | 25 | 113 | 0 | 123 | 47 | 64 | 510 | 107 | 34 |
| Binary | 1111011 | 10101 | 1001011 | 0 | 1010011 | 100111 | 110100 | 101001000 | 1000111 | 11100 |
Color Harmonies of #7B154B
Complementary color
Monochromatic Colors of #7B154B
Black with #7B154B
Text Example
Text Example
White with #7B154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B154B; }
p { color: rgb(123,21,75); }
H1.HeaderClassName
{
color: #7B154B;
}
.AnyTagClassName
{
color: #7B154B;
}
</style>
background-color css
<style>
a { background-color: #7B154B; }
a { background-color: rgb(123,21,75); }
div.DivClassName
{
background-color: #7B154B;
}
.BgClassName
{
background-color: #7B154B;
}
</style>
border-color css
<style>
span { border-color: #7B154B; }
span { border-color: rgb(123,21,75); }
td.TdClassName
{
border-color: #7B154B;
}
.TagClassName
{
border-color: #7B154B;
}
</style>