Shades of Empress #8B787B
Tints of Empress #8B787B
RGB
CMYK
RGB Variations
Color information
#8B787B (or 0x8B787B) is known color: Empress. HEX triplet: 8B, 78 and 7B. RGB value is (139,120,123). Sum of RGB (Red+Green+Blue) = 139+120+123=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B787B is #748784. Grayscale: #7E7E7E. Windows color (decimal): -7636869 or 8091787. OLE color: 8091787.
HSL color Cylindrical-coordinate representation of color #8B787B: hue angle of 350.53º 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 #8B787B is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 123 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.45 |
| HSL | 350.53º | 0.08% | 0.51% | - |
| HSV(B) | 350.53º | 0.14% | 0.55% | - |
| XYZ | 20.94 | 20.35 | 21.56 | - |
| YUV | 126.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 123 | 0 | 0.14 | 0.12 | 0.45 | 350.53 | 0.08 | 0.51 |
| Hex | 8B | 78 | 7B | 0 | E | C | 2D | 15F | 8 | 33 |
| Octal | 213 | 170 | 173 | 0 | 16 | 14 | 55 | 537 | 10 | 63 |
| Binary | 10001011 | 1111000 | 1111011 | 0 | 1110 | 1100 | 101101 | 101011111 | 1000 | 110011 |
Color Harmonies of #8B787B
Complementary color
Monochromatic Colors of #8B787B
Black with #8B787B
Text Example
Text Example
White with #8B787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B787B; }
p { color: rgb(139,120,123); }
H1.HeaderClassName
{
color: #8B787B;
}
.AnyTagClassName
{
color: #8B787B;
}
</style>
background-color css
<style>
a { background-color: #8B787B; }
a { background-color: rgb(139,120,123); }
div.DivClassName
{
background-color: #8B787B;
}
.BgClassName
{
background-color: #8B787B;
}
</style>
border-color css
<style>
span { border-color: #8B787B; }
span { border-color: rgb(139,120,123); }
td.TdClassName
{
border-color: #8B787B;
}
.TagClassName
{
border-color: #8B787B;
}
</style>