Shades of Empress #77676B
Tints of Empress #77676B
RGB
CMYK
RGB Variations
Color information
#77676B (or 0x77676B) is known color: Empress. HEX triplet: 77, 67 and 6B. RGB value is (119,103,107). Sum of RGB (Red+Green+Blue) = 119+103+107=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #77676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77676B is #889894. Grayscale: #6C6C6C. Windows color (decimal): -8951957 or 7038839. OLE color: 7038839.
HSL color Cylindrical-coordinate representation of color #77676B: hue angle of 345º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #77676B is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 103 | 107 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.53 |
| HSL | 345º | 0.07% | 0.44% | - |
| HSV(B) | 345º | 0.13% | 0.47% | - |
| XYZ | 15.11 | 14.68 | 15.95 | - |
| YUV | 108.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 107 | 0 | 0.13 | 0.10 | 0.53 | 345 | 0.07 | 0.44 |
| Hex | 77 | 67 | 6B | 0 | D | A | 35 | 159 | 7 | 2C |
| Octal | 167 | 147 | 153 | 0 | 15 | 12 | 65 | 531 | 7 | 54 |
| Binary | 1110111 | 1100111 | 1101011 | 0 | 1101 | 1010 | 110101 | 101011001 | 111 | 101100 |
Color Harmonies of #77676B
Complementary color
Monochromatic Colors of #77676B
Black with #77676B
Text Example
Text Example
White with #77676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77676B; }
p { color: rgb(119,103,107); }
H1.HeaderClassName
{
color: #77676B;
}
.AnyTagClassName
{
color: #77676B;
}
</style>
background-color css
<style>
a { background-color: #77676B; }
a { background-color: rgb(119,103,107); }
div.DivClassName
{
background-color: #77676B;
}
.BgClassName
{
background-color: #77676B;
}
</style>
border-color css
<style>
span { border-color: #77676B; }
span { border-color: rgb(119,103,107); }
td.TdClassName
{
border-color: #77676B;
}
.TagClassName
{
border-color: #77676B;
}
</style>