Shades of Empress #8B797B
Tints of Empress #8B797B
RGB
CMYK
RGB Variations
Color information
#8B797B (or 0x8B797B) is known color: Empress. HEX triplet: 8B, 79 and 7B. RGB value is (139,121,123). Sum of RGB (Red+Green+Blue) = 139+121+123=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B797B is #748684. Grayscale: #7E7E7E. Windows color (decimal): -7636613 or 8092043. OLE color: 8092043.
HSL color Cylindrical-coordinate representation of color #8B797B: hue angle of 353.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B797B is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 123 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.45 |
| HSL | 353.33º | 0.07% | 0.51% | - |
| HSV(B) | 353.33º | 0.13% | 0.55% | - |
| XYZ | 21.06 | 20.59 | 21.6 | - |
| YUV | 126.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 123 | 0 | 0.13 | 0.12 | 0.45 | 353.33 | 0.07 | 0.51 |
| Hex | 8B | 79 | 7B | 0 | D | C | 2D | 161 | 7 | 33 |
| Octal | 213 | 171 | 173 | 0 | 15 | 14 | 55 | 541 | 7 | 63 |
| Binary | 10001011 | 1111001 | 1111011 | 0 | 1101 | 1100 | 101101 | 101100001 | 111 | 110011 |
Color Harmonies of #8B797B
Complementary color
Monochromatic Colors of #8B797B
Black with #8B797B
Text Example
Text Example
White with #8B797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B797B; }
p { color: rgb(139,121,123); }
H1.HeaderClassName
{
color: #8B797B;
}
.AnyTagClassName
{
color: #8B797B;
}
</style>
background-color css
<style>
a { background-color: #8B797B; }
a { background-color: rgb(139,121,123); }
div.DivClassName
{
background-color: #8B797B;
}
.BgClassName
{
background-color: #8B797B;
}
</style>
border-color css
<style>
span { border-color: #8B797B; }
span { border-color: rgb(139,121,123); }
td.TdClassName
{
border-color: #8B797B;
}
.TagClassName
{
border-color: #8B797B;
}
</style>