Shades of Empress #8B777A
Tints of Empress #8B777A
RGB
CMYK
RGB Variations
Color information
#8B777A (or 0x8B777A) is known color: Empress. HEX triplet: 8B, 77 and 7A. RGB value is (139,119,122). Sum of RGB (Red+Green+Blue) = 139+119+122=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B777A is #748885. Grayscale: #7D7D7D. Windows color (decimal): -7637126 or 8025995. OLE color: 8025995.
HSL color Cylindrical-coordinate representation of color #8B777A: hue angle of 351º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B777A is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 122 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.45 |
| HSL | 351º | 0.08% | 0.51% | - |
| HSV(B) | 351º | 0.14% | 0.55% | - |
| XYZ | 20.76 | 20.09 | 21.2 | - |
| YUV | 125.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 122 | 0 | 0.14 | 0.12 | 0.45 | 351 | 0.08 | 0.51 |
| Hex | 8B | 77 | 7A | 0 | E | C | 2D | 15F | 8 | 33 |
| Octal | 213 | 167 | 172 | 0 | 16 | 14 | 55 | 537 | 10 | 63 |
| Binary | 10001011 | 1110111 | 1111010 | 0 | 1110 | 1100 | 101101 | 101011111 | 1000 | 110011 |
Color Harmonies of #8B777A
Complementary color
Monochromatic Colors of #8B777A
Black with #8B777A
Text Example
Text Example
White with #8B777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B777A; }
p { color: rgb(139,119,122); }
H1.HeaderClassName
{
color: #8B777A;
}
.AnyTagClassName
{
color: #8B777A;
}
</style>
background-color css
<style>
a { background-color: #8B777A; }
a { background-color: rgb(139,119,122); }
div.DivClassName
{
background-color: #8B777A;
}
.BgClassName
{
background-color: #8B777A;
}
</style>
border-color css
<style>
span { border-color: #8B777A; }
span { border-color: rgb(139,119,122); }
td.TdClassName
{
border-color: #8B777A;
}
.TagClassName
{
border-color: #8B777A;
}
</style>