Shades of Empress #8B7C7D
Tints of Empress #8B7C7D
RGB
CMYK
RGB Variations
Color information
#8B7C7D (or 0x8B7C7D) is known color: Empress. HEX triplet: 8B, 7C and 7D. RGB value is (139,124,125). Sum of RGB (Red+Green+Blue) = 139+124+125=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C7D is #748382. Grayscale: #808080. Windows color (decimal): -7635843 or 8223883. OLE color: 8223883.
HSL color Cylindrical-coordinate representation of color #8B7C7D: hue angle of 356º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B7C7D is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 125 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.45 |
| HSL | 356º | 0.06% | 0.52% | - |
| HSV(B) | 356º | 0.11% | 0.55% | - |
| XYZ | 21.56 | 21.38 | 22.39 | - |
| YUV | 128.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 125 | 0 | 0.11 | 0.10 | 0.45 | 356 | 0.06 | 0.52 |
| Hex | 8B | 7C | 7D | 0 | B | A | 2D | 164 | 6 | 34 |
| Octal | 213 | 174 | 175 | 0 | 13 | 12 | 55 | 544 | 6 | 64 |
| Binary | 10001011 | 1111100 | 1111101 | 0 | 1011 | 1010 | 101101 | 101100100 | 110 | 110100 |
Color Harmonies of #8B7C7D
Complementary color
Monochromatic Colors of #8B7C7D
Black with #8B7C7D
Text Example
Text Example
White with #8B7C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C7D; }
p { color: rgb(139,124,125); }
H1.HeaderClassName
{
color: #8B7C7D;
}
.AnyTagClassName
{
color: #8B7C7D;
}
</style>
background-color css
<style>
a { background-color: #8B7C7D; }
a { background-color: rgb(139,124,125); }
div.DivClassName
{
background-color: #8B7C7D;
}
.BgClassName
{
background-color: #8B7C7D;
}
</style>
border-color css
<style>
span { border-color: #8B7C7D; }
span { border-color: rgb(139,124,125); }
td.TdClassName
{
border-color: #8B7C7D;
}
.TagClassName
{
border-color: #8B7C7D;
}
</style>