Shades of Empress #88787B
Tints of Empress #88787B
RGB
CMYK
RGB Variations
Color information
#88787B (or 0x88787B) is known color: Empress. HEX triplet: 88, 78 and 7B. RGB value is (136,120,123). Sum of RGB (Red+Green+Blue) = 136+120+123=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #88787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88787B is #778784. Grayscale: #7D7D7D. Windows color (decimal): -7833477 or 8091784. OLE color: 8091784.
HSL color Cylindrical-coordinate representation of color #88787B: hue angle of 348.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #88787B is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 123 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.47 |
| HSL | 348.75º | 0.06% | 0.5% | - |
| HSV(B) | 348.75º | 0.12% | 0.53% | - |
| XYZ | 20.44 | 20.1 | 21.54 | - |
| YUV | 125.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 123 | 0 | 0.12 | 0.10 | 0.47 | 348.75 | 0.06 | 0.5 |
| Hex | 88 | 78 | 7B | 0 | C | A | 2F | 15D | 6 | 32 |
| Octal | 210 | 170 | 173 | 0 | 14 | 12 | 57 | 535 | 6 | 62 |
| Binary | 10001000 | 1111000 | 1111011 | 0 | 1100 | 1010 | 101111 | 101011101 | 110 | 110010 |
Color Harmonies of #88787B
Complementary color
Monochromatic Colors of #88787B
Black with #88787B
Text Example
Text Example
White with #88787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88787B; }
p { color: rgb(136,120,123); }
H1.HeaderClassName
{
color: #88787B;
}
.AnyTagClassName
{
color: #88787B;
}
</style>
background-color css
<style>
a { background-color: #88787B; }
a { background-color: rgb(136,120,123); }
div.DivClassName
{
background-color: #88787B;
}
.BgClassName
{
background-color: #88787B;
}
</style>
border-color css
<style>
span { border-color: #88787B; }
span { border-color: rgb(136,120,123); }
td.TdClassName
{
border-color: #88787B;
}
.TagClassName
{
border-color: #88787B;
}
</style>