Shades of Empress #7C7678
Tints of Empress #7C7678
RGB
CMYK
RGB Variations
Color information
#7C7678 (or 0x7C7678) is known color: Empress. HEX triplet: 7C, 76 and 78. RGB value is (124,118,120). Sum of RGB (Red+Green+Blue) = 124+118+120=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7678 is #838987. Grayscale: #787878. Windows color (decimal): -8620424 or 7894652. OLE color: 7894652.
HSL color Cylindrical-coordinate representation of color #7C7678: hue angle of 340º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7C7678 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 120 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.51 |
| HSL | 340º | 0.02% | 0.47% | - |
| HSV(B) | 340º | 0.05% | 0.49% | - |
| XYZ | 18.18 | 18.6 | 20.4 | - |
| YUV | 120.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 120 | 0 | 0.05 | 0.03 | 0.51 | 340 | 0.02 | 0.47 |
| Hex | 7C | 76 | 78 | 0 | 5 | 3 | 33 | 154 | 2 | 2F |
| Octal | 174 | 166 | 170 | 0 | 5 | 3 | 63 | 524 | 2 | 57 |
| Binary | 1111100 | 1110110 | 1111000 | 0 | 101 | 11 | 110011 | 101010100 | 10 | 101111 |
Color Harmonies of #7C7678
Complementary color
Monochromatic Colors of #7C7678
Black with #7C7678
Text Example
Text Example
White with #7C7678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7678; }
p { color: rgb(124,118,120); }
H1.HeaderClassName
{
color: #7C7678;
}
.AnyTagClassName
{
color: #7C7678;
}
</style>
background-color css
<style>
a { background-color: #7C7678; }
a { background-color: rgb(124,118,120); }
div.DivClassName
{
background-color: #7C7678;
}
.BgClassName
{
background-color: #7C7678;
}
</style>
border-color css
<style>
span { border-color: #7C7678; }
span { border-color: rgb(124,118,120); }
td.TdClassName
{
border-color: #7C7678;
}
.TagClassName
{
border-color: #7C7678;
}
</style>