Shades of Pompadour #760F4B
Tints of Pompadour #760F4B
RGB
CMYK
RGB Variations
Color information
#760F4B (or 0x760F4B) is known color: Pompadour. HEX triplet: 76, 0F and 4B. RGB value is (118,15,75). Sum of RGB (Red+Green+Blue) = 118+15+75=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #760F4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F4B is #89F0B4. Grayscale: #343434. Windows color (decimal): -9040053 or 4919158. OLE color: 4919158.
HSL color Cylindrical-coordinate representation of color #760F4B: hue angle of 325.05º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F4B is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 75 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.54 |
| HSL | 325.05º | 0.77% | 0.26% | - |
| HSV(B) | 325.05º | 0.87% | 0.46% | - |
| XYZ | 8.91 | 4.7 | 7.09 | - |
| YUV | 52.64 | 140.62 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 75 | 0 | 0.87 | 0.36 | 0.54 | 325.05 | 0.77 | 0.26 |
| Hex | 76 | F | 4B | 0 | 57 | 24 | 36 | 145 | 4D | 1A |
| Octal | 166 | 17 | 113 | 0 | 127 | 44 | 66 | 505 | 115 | 32 |
| Binary | 1110110 | 1111 | 1001011 | 0 | 1010111 | 100100 | 110110 | 101000101 | 1001101 | 11010 |
Color Harmonies of #760F4B
Complementary color
Monochromatic Colors of #760F4B
Black with #760F4B
Text Example
Text Example
White with #760F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F4B; }
p { color: rgb(118,15,75); }
H1.HeaderClassName
{
color: #760F4B;
}
.AnyTagClassName
{
color: #760F4B;
}
</style>
background-color css
<style>
a { background-color: #760F4B; }
a { background-color: rgb(118,15,75); }
div.DivClassName
{
background-color: #760F4B;
}
.BgClassName
{
background-color: #760F4B;
}
</style>
border-color css
<style>
span { border-color: #760F4B; }
span { border-color: rgb(118,15,75); }
td.TdClassName
{
border-color: #760F4B;
}
.TagClassName
{
border-color: #760F4B;
}
</style>