Shades of Empress #8B7B7C
Tints of Empress #8B7B7C
RGB
CMYK
RGB Variations
Color information
#8B7B7C (or 0x8B7B7C) is known color: Empress. HEX triplet: 8B, 7B and 7C. RGB value is (139,123,124). Sum of RGB (Red+Green+Blue) = 139+123+124=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B7C is #748483. Grayscale: #7F7F7F. Windows color (decimal): -7636100 or 8158091. OLE color: 8158091.
HSL color Cylindrical-coordinate representation of color #8B7B7C: hue angle of 356.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B7B7C is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 124 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.45 |
| HSL | 356.25º | 0.06% | 0.51% | - |
| HSV(B) | 356.25º | 0.12% | 0.55% | - |
| XYZ | 21.37 | 21.11 | 22.02 | - |
| YUV | 127.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 124 | 0 | 0.12 | 0.11 | 0.45 | 356.25 | 0.06 | 0.51 |
| Hex | 8B | 7B | 7C | 0 | C | B | 2D | 164 | 6 | 33 |
| Octal | 213 | 173 | 174 | 0 | 14 | 13 | 55 | 544 | 6 | 63 |
| Binary | 10001011 | 1111011 | 1111100 | 0 | 1100 | 1011 | 101101 | 101100100 | 110 | 110011 |
Color Harmonies of #8B7B7C
Complementary color
Monochromatic Colors of #8B7B7C
Black with #8B7B7C
Text Example
Text Example
White with #8B7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B7C; }
p { color: rgb(139,123,124); }
H1.HeaderClassName
{
color: #8B7B7C;
}
.AnyTagClassName
{
color: #8B7B7C;
}
</style>
background-color css
<style>
a { background-color: #8B7B7C; }
a { background-color: rgb(139,123,124); }
div.DivClassName
{
background-color: #8B7B7C;
}
.BgClassName
{
background-color: #8B7B7C;
}
</style>
border-color css
<style>
span { border-color: #8B7B7C; }
span { border-color: rgb(139,123,124); }
td.TdClassName
{
border-color: #8B7B7C;
}
.TagClassName
{
border-color: #8B7B7C;
}
</style>