Shades of Empress #867D7E
Tints of Empress #867D7E
RGB
CMYK
RGB Variations
Color information
#867D7E (or 0x867D7E) is known color: Empress. HEX triplet: 86, 7D and 7E. RGB value is (134,125,126). Sum of RGB (Red+Green+Blue) = 134+125+126=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #867D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D7E is #798281. Grayscale: #7F7F7F. Windows color (decimal): -7963266 or 8289670. OLE color: 8289670.
HSL color Cylindrical-coordinate representation of color #867D7E: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #867D7E is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 126 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.47 |
| HSL | 353.33º | 0.04% | 0.51% | - |
| HSV(B) | 353.33º | 0.07% | 0.53% | - |
| XYZ | 20.93 | 21.24 | 22.74 | - |
| YUV | 127.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 126 | 0 | 0.07 | 0.06 | 0.47 | 353.33 | 0.04 | 0.51 |
| Hex | 86 | 7D | 7E | 0 | 7 | 6 | 2F | 161 | 4 | 33 |
| Octal | 206 | 175 | 176 | 0 | 7 | 6 | 57 | 541 | 4 | 63 |
| Binary | 10000110 | 1111101 | 1111110 | 0 | 111 | 110 | 101111 | 101100001 | 100 | 110011 |
Color Harmonies of #867D7E
Complementary color
Monochromatic Colors of #867D7E
Black with #867D7E
Text Example
Text Example
White with #867D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D7E; }
p { color: rgb(134,125,126); }
H1.HeaderClassName
{
color: #867D7E;
}
.AnyTagClassName
{
color: #867D7E;
}
</style>
background-color css
<style>
a { background-color: #867D7E; }
a { background-color: rgb(134,125,126); }
div.DivClassName
{
background-color: #867D7E;
}
.BgClassName
{
background-color: #867D7E;
}
</style>
border-color css
<style>
span { border-color: #867D7E; }
span { border-color: rgb(134,125,126); }
td.TdClassName
{
border-color: #867D7E;
}
.TagClassName
{
border-color: #867D7E;
}
</style>