Shades of Pompadour #7B104B
Tints of Pompadour #7B104B
RGB
CMYK
RGB Variations
Color information
#7B104B (or 0x7B104B) is known color: Pompadour. HEX triplet: 7B, 10 and 4B. RGB value is (123,16,75). Sum of RGB (Red+Green+Blue) = 123+16+75=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B104B is #84EFB4. Grayscale: #363636. Windows color (decimal): -8712117 or 4919419. OLE color: 4919419.
HSL color Cylindrical-coordinate representation of color #7B104B: hue angle of 326.92º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B104B is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 16 | 75 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.52 |
| HSL | 326.92º | 0.77% | 0.27% | - |
| HSV(B) | 326.92º | 0.87% | 0.48% | - |
| XYZ | 9.62 | 5.09 | 7.13 | - |
| YUV | 54.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 75 | 0 | 0.87 | 0.39 | 0.52 | 326.92 | 0.77 | 0.27 |
| Hex | 7B | 10 | 4B | 0 | 57 | 27 | 34 | 147 | 4D | 1B |
| Octal | 173 | 20 | 113 | 0 | 127 | 47 | 64 | 507 | 115 | 33 |
| Binary | 1111011 | 10000 | 1001011 | 0 | 1010111 | 100111 | 110100 | 101000111 | 1001101 | 11011 |
Color Harmonies of #7B104B
Complementary color
Monochromatic Colors of #7B104B
Black with #7B104B
Text Example
Text Example
White with #7B104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B104B; }
p { color: rgb(123,16,75); }
H1.HeaderClassName
{
color: #7B104B;
}
.AnyTagClassName
{
color: #7B104B;
}
</style>
background-color css
<style>
a { background-color: #7B104B; }
a { background-color: rgb(123,16,75); }
div.DivClassName
{
background-color: #7B104B;
}
.BgClassName
{
background-color: #7B104B;
}
</style>
border-color css
<style>
span { border-color: #7B104B; }
span { border-color: rgb(123,16,75); }
td.TdClassName
{
border-color: #7B104B;
}
.TagClassName
{
border-color: #7B104B;
}
</style>