Shades of Topaz #877F91
Tints of Topaz #877F91
RGB
CMYK
RGB Variations
Color information
#877F91 (or 0x877F91) is known color: Topaz. HEX triplet: 87, 7F and 91. RGB value is (135,127,145). Sum of RGB (Red+Green+Blue) = 135+127+145=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 145 - color contains mainly: blue. Hex color #877F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F91 is #78806E. Grayscale: #838383. Windows color (decimal): -7897199 or 9535367. OLE color: 9535367.
HSL color Cylindrical-coordinate representation of color #877F91: hue angle of 266.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #877F91 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 127 | 145 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.43 |
| HSL | 266.67º | 0.08% | 0.53% | - |
| HSV(B) | 266.67º | 0.12% | 0.57% | - |
| XYZ | 22.69 | 22.37 | 29.91 | - |
| YUV | 131.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 145 | 0.07 | 0.12 | 0 | 0.43 | 266.67 | 0.08 | 0.53 |
| Hex | 87 | 7F | 91 | 7 | C | 0 | 2B | 10B | 8 | 35 |
| Octal | 207 | 177 | 221 | 7 | 14 | 0 | 53 | 413 | 10 | 65 |
| Binary | 10000111 | 1111111 | 10010001 | 111 | 1100 | 0 | 101011 | 100001011 | 1000 | 110101 |
Color Harmonies of #877F91
Complementary color
Monochromatic Colors of #877F91
Black with #877F91
Text Example
Text Example
White with #877F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F91; }
p { color: rgb(135,127,145); }
H1.HeaderClassName
{
color: #877F91;
}
.AnyTagClassName
{
color: #877F91;
}
</style>
background-color css
<style>
a { background-color: #877F91; }
a { background-color: rgb(135,127,145); }
div.DivClassName
{
background-color: #877F91;
}
.BgClassName
{
background-color: #877F91;
}
</style>
border-color css
<style>
span { border-color: #877F91; }
span { border-color: rgb(135,127,145); }
td.TdClassName
{
border-color: #877F91;
}
.TagClassName
{
border-color: #877F91;
}
</style>