Shades of Eminence #764271
Tints of Eminence #764271
RGB
CMYK
RGB Variations
Color information
#764271 (or 0x764271) is known color: Eminence. HEX triplet: 76, 42 and 71. RGB value is (118,66,113). Sum of RGB (Red+Green+Blue) = 118+66+113=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #764271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764271 is #89BD8E. Grayscale: #565656. Windows color (decimal): -9026959 or 7422582. OLE color: 7422582.
HSL color Cylindrical-coordinate representation of color #764271: hue angle of 305.77º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764271 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 66 | 113 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.54 |
| HSL | 305.77º | 0.28% | 0.36% | - |
| HSV(B) | 305.77º | 0.44% | 0.46% | - |
| XYZ | 12.4 | 8.94 | 16.69 | - |
| YUV | 86.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 113 | 0 | 0.44 | 0.04 | 0.54 | 305.77 | 0.28 | 0.36 |
| Hex | 76 | 42 | 71 | 0 | 2C | 4 | 36 | 132 | 1C | 24 |
| Octal | 166 | 102 | 161 | 0 | 54 | 4 | 66 | 462 | 34 | 44 |
| Binary | 1110110 | 1000010 | 1110001 | 0 | 101100 | 100 | 110110 | 100110010 | 11100 | 100100 |
Color Harmonies of #764271
Complementary color
Monochromatic Colors of #764271
Black with #764271
Text Example
Text Example
White with #764271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764271; }
p { color: rgb(118,66,113); }
H1.HeaderClassName
{
color: #764271;
}
.AnyTagClassName
{
color: #764271;
}
</style>
background-color css
<style>
a { background-color: #764271; }
a { background-color: rgb(118,66,113); }
div.DivClassName
{
background-color: #764271;
}
.BgClassName
{
background-color: #764271;
}
</style>
border-color css
<style>
span { border-color: #764271; }
span { border-color: rgb(118,66,113); }
td.TdClassName
{
border-color: #764271;
}
.TagClassName
{
border-color: #764271;
}
</style>