Shades of Eminence #7A4277
Tints of Eminence #7A4277
RGB
CMYK
RGB Variations
Color information
#7A4277 (or 0x7A4277) is known color: Eminence. HEX triplet: 7A, 42 and 77. RGB value is (122,66,119). Sum of RGB (Red+Green+Blue) = 122+66+119=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4277 is #85BD88. Grayscale: #585858. Windows color (decimal): -8764809 or 7815802. OLE color: 7815802.
HSL color Cylindrical-coordinate representation of color #7A4277: hue angle of 303.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A4277 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 119 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.52 |
| HSL | 303.21º | 0.3% | 0.37% | - |
| HSV(B) | 303.21º | 0.46% | 0.48% | - |
| XYZ | 13.3 | 9.37 | 18.56 | - |
| YUV | 88.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 119 | 0 | 0.46 | 0.02 | 0.52 | 303.21 | 0.3 | 0.37 |
| Hex | 7A | 42 | 77 | 0 | 2E | 2 | 34 | 12F | 1E | 25 |
| Octal | 172 | 102 | 167 | 0 | 56 | 2 | 64 | 457 | 36 | 45 |
| Binary | 1111010 | 1000010 | 1110111 | 0 | 101110 | 10 | 110100 | 100101111 | 11110 | 100101 |
Color Harmonies of #7A4277
Complementary color
Monochromatic Colors of #7A4277
Black with #7A4277
Text Example
Text Example
White with #7A4277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4277; }
p { color: rgb(122,66,119); }
H1.HeaderClassName
{
color: #7A4277;
}
.AnyTagClassName
{
color: #7A4277;
}
</style>
background-color css
<style>
a { background-color: #7A4277; }
a { background-color: rgb(122,66,119); }
div.DivClassName
{
background-color: #7A4277;
}
.BgClassName
{
background-color: #7A4277;
}
</style>
border-color css
<style>
span { border-color: #7A4277; }
span { border-color: rgb(122,66,119); }
td.TdClassName
{
border-color: #7A4277;
}
.TagClassName
{
border-color: #7A4277;
}
</style>