Shades of Empress #887D7E
Tints of Empress #887D7E
RGB
CMYK
RGB Variations
Color information
#887D7E (or 0x887D7E) is known color: Empress. HEX triplet: 88, 7D and 7E. RGB value is (136,125,126). Sum of RGB (Red+Green+Blue) = 136+125+126=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #887D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D7E is #778281. Grayscale: #808080. Windows color (decimal): -7832194 or 8289672. OLE color: 8289672.
HSL color Cylindrical-coordinate representation of color #887D7E: hue angle of 354.55º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #887D7E is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 126 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.47 |
| HSL | 354.55º | 0.04% | 0.51% | - |
| HSV(B) | 354.55º | 0.08% | 0.53% | - |
| XYZ | 21.25 | 21.41 | 22.75 | - |
| YUV | 128.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 126 | 0 | 0.08 | 0.07 | 0.47 | 354.55 | 0.04 | 0.51 |
| Hex | 88 | 7D | 7E | 0 | 8 | 7 | 2F | 163 | 4 | 33 |
| Octal | 210 | 175 | 176 | 0 | 10 | 7 | 57 | 543 | 4 | 63 |
| Binary | 10001000 | 1111101 | 1111110 | 0 | 1000 | 111 | 101111 | 101100011 | 100 | 110011 |
Color Harmonies of #887D7E
Complementary color
Monochromatic Colors of #887D7E
Black with #887D7E
Text Example
Text Example
White with #887D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D7E; }
p { color: rgb(136,125,126); }
H1.HeaderClassName
{
color: #887D7E;
}
.AnyTagClassName
{
color: #887D7E;
}
</style>
background-color css
<style>
a { background-color: #887D7E; }
a { background-color: rgb(136,125,126); }
div.DivClassName
{
background-color: #887D7E;
}
.BgClassName
{
background-color: #887D7E;
}
</style>
border-color css
<style>
span { border-color: #887D7E; }
span { border-color: rgb(136,125,126); }
td.TdClassName
{
border-color: #887D7E;
}
.TagClassName
{
border-color: #887D7E;
}
</style>