Shades of Pompadour #761644
Tints of Pompadour #761644
RGB
CMYK
RGB Variations
Color information
#761644 (or 0x761644) is known color: Pompadour. HEX triplet: 76, 16 and 44. RGB value is (118,22,68). Sum of RGB (Red+Green+Blue) = 118+22+68=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #761644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761644 is #89E9BB. Grayscale: #373737. Windows color (decimal): -9038268 or 4462198. OLE color: 4462198.
HSL color Cylindrical-coordinate representation of color #761644: hue angle of 331.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761644 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 68 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.54 |
| HSL | 331.25º | 0.69% | 0.27% | - |
| HSV(B) | 331.25º | 0.81% | 0.46% | - |
| XYZ | 8.8 | 4.84 | 5.94 | - |
| YUV | 55.95 | 134.8 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 68 | 0 | 0.81 | 0.42 | 0.54 | 331.25 | 0.69 | 0.27 |
| Hex | 76 | 16 | 44 | 0 | 51 | 2A | 36 | 14B | 45 | 1B |
| Octal | 166 | 26 | 104 | 0 | 121 | 52 | 66 | 513 | 105 | 33 |
| Binary | 1110110 | 10110 | 1000100 | 0 | 1010001 | 101010 | 110110 | 101001011 | 1000101 | 11011 |
Color Harmonies of #761644
Complementary color
Monochromatic Colors of #761644
Black with #761644
Text Example
Text Example
White with #761644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761644; }
p { color: rgb(118,22,68); }
H1.HeaderClassName
{
color: #761644;
}
.AnyTagClassName
{
color: #761644;
}
</style>
background-color css
<style>
a { background-color: #761644; }
a { background-color: rgb(118,22,68); }
div.DivClassName
{
background-color: #761644;
}
.BgClassName
{
background-color: #761644;
}
</style>
border-color css
<style>
span { border-color: #761644; }
span { border-color: rgb(118,22,68); }
td.TdClassName
{
border-color: #761644;
}
.TagClassName
{
border-color: #761644;
}
</style>