Shades of Empress #86797B
Tints of Empress #86797B
RGB
CMYK
RGB Variations
Color information
#86797B (or 0x86797B) is known color: Empress. HEX triplet: 86, 79 and 7B. RGB value is (134,121,123). Sum of RGB (Red+Green+Blue) = 134+121+123=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #86797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86797B is #798684. Grayscale: #7D7D7D. Windows color (decimal): -7964293 or 8092038. OLE color: 8092038.
HSL color Cylindrical-coordinate representation of color #86797B: hue angle of 350.77º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86797B is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 121 | 123 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.47 |
| HSL | 350.77º | 0.05% | 0.5% | - |
| HSV(B) | 350.77º | 0.1% | 0.53% | - |
| XYZ | 20.24 | 20.17 | 21.57 | - |
| YUV | 125.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 123 | 0 | 0.10 | 0.08 | 0.47 | 350.77 | 0.05 | 0.5 |
| Hex | 86 | 79 | 7B | 0 | A | 8 | 2F | 15F | 5 | 32 |
| Octal | 206 | 171 | 173 | 0 | 12 | 10 | 57 | 537 | 5 | 62 |
| Binary | 10000110 | 1111001 | 1111011 | 0 | 1010 | 1000 | 101111 | 101011111 | 101 | 110010 |
Color Harmonies of #86797B
Complementary color
Monochromatic Colors of #86797B
Black with #86797B
Text Example
Text Example
White with #86797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86797B; }
p { color: rgb(134,121,123); }
H1.HeaderClassName
{
color: #86797B;
}
.AnyTagClassName
{
color: #86797B;
}
</style>
background-color css
<style>
a { background-color: #86797B; }
a { background-color: rgb(134,121,123); }
div.DivClassName
{
background-color: #86797B;
}
.BgClassName
{
background-color: #86797B;
}
</style>
border-color css
<style>
span { border-color: #86797B; }
span { border-color: rgb(134,121,123); }
td.TdClassName
{
border-color: #86797B;
}
.TagClassName
{
border-color: #86797B;
}
</style>