Shades of Topaz #87768E
Tints of Topaz #87768E
RGB
CMYK
RGB Variations
Color information
#87768E (or 0x87768E) is known color: Topaz. HEX triplet: 87, 76 and 8E. RGB value is (135,118,142). Sum of RGB (Red+Green+Blue) = 135+118+142=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #87768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87768E is #788971. Grayscale: #7D7D7D. Windows color (decimal): -7899506 or 9336455. OLE color: 9336455.
HSL color Cylindrical-coordinate representation of color #87768E: hue angle of 282.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87768E is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 118 | 142 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.44 |
| HSL | 282.5º | 0.1% | 0.51% | - |
| HSV(B) | 282.5º | 0.17% | 0.56% | - |
| XYZ | 21.35 | 20.06 | 28.34 | - |
| YUV | 125.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 118 | 142 | 0.05 | 0.17 | 0 | 0.44 | 282.5 | 0.1 | 0.51 |
| Hex | 87 | 76 | 8E | 5 | 11 | 0 | 2C | 11A | A | 33 |
| Octal | 207 | 166 | 216 | 5 | 21 | 0 | 54 | 432 | 12 | 63 |
| Binary | 10000111 | 1110110 | 10001110 | 101 | 10001 | 0 | 101100 | 100011010 | 1010 | 110011 |
Color Harmonies of #87768E
Complementary color
Monochromatic Colors of #87768E
Black with #87768E
Text Example
Text Example
White with #87768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87768E; }
p { color: rgb(135,118,142); }
H1.HeaderClassName
{
color: #87768E;
}
.AnyTagClassName
{
color: #87768E;
}
</style>
background-color css
<style>
a { background-color: #87768E; }
a { background-color: rgb(135,118,142); }
div.DivClassName
{
background-color: #87768E;
}
.BgClassName
{
background-color: #87768E;
}
</style>
border-color css
<style>
span { border-color: #87768E; }
span { border-color: rgb(135,118,142); }
td.TdClassName
{
border-color: #87768E;
}
.TagClassName
{
border-color: #87768E;
}
</style>