Shades of Topaz #877F8E
Tints of Topaz #877F8E
RGB
CMYK
RGB Variations
Color information
#877F8E (or 0x877F8E) is known color: Topaz. HEX triplet: 87, 7F and 8E. RGB value is (135,127,142). Sum of RGB (Red+Green+Blue) = 135+127+142=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 142 - color contains mainly: blue. Hex color #877F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F8E is #788071. Grayscale: #838383. Windows color (decimal): -7897202 or 9338759. OLE color: 9338759.
HSL color Cylindrical-coordinate representation of color #877F8E: hue angle of 272º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #877F8E is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 127 | 142 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.44 |
| HSL | 272º | 0.06% | 0.53% | - |
| HSV(B) | 272º | 0.11% | 0.56% | - |
| XYZ | 22.46 | 22.28 | 28.71 | - |
| YUV | 131.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 142 | 0.05 | 0.11 | 0 | 0.44 | 272 | 0.06 | 0.53 |
| Hex | 87 | 7F | 8E | 5 | B | 0 | 2C | 110 | 6 | 35 |
| Octal | 207 | 177 | 216 | 5 | 13 | 0 | 54 | 420 | 6 | 65 |
| Binary | 10000111 | 1111111 | 10001110 | 101 | 1011 | 0 | 101100 | 100010000 | 110 | 110101 |
Color Harmonies of #877F8E
Complementary color
Monochromatic Colors of #877F8E
Black with #877F8E
Text Example
Text Example
White with #877F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F8E; }
p { color: rgb(135,127,142); }
H1.HeaderClassName
{
color: #877F8E;
}
.AnyTagClassName
{
color: #877F8E;
}
</style>
background-color css
<style>
a { background-color: #877F8E; }
a { background-color: rgb(135,127,142); }
div.DivClassName
{
background-color: #877F8E;
}
.BgClassName
{
background-color: #877F8E;
}
</style>
border-color css
<style>
span { border-color: #877F8E; }
span { border-color: rgb(135,127,142); }
td.TdClassName
{
border-color: #877F8E;
}
.TagClassName
{
border-color: #877F8E;
}
</style>