Shades of Topaz #877C91
Tints of Topaz #877C91
RGB
CMYK
RGB Variations
Color information
#877C91 (or 0x877C91) is known color: Topaz. HEX triplet: 87, 7C and 91. RGB value is (135,124,145). Sum of RGB (Red+Green+Blue) = 135+124+145=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 145 - color contains mainly: blue. Hex color #877C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C91 is #78836E. Grayscale: #818181. Windows color (decimal): -7897967 or 9534599. OLE color: 9534599.
HSL color Cylindrical-coordinate representation of color #877C91: hue angle of 271.43º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #877C91 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 124 | 145 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.43 |
| HSL | 271.43º | 0.09% | 0.53% | - |
| HSV(B) | 271.43º | 0.14% | 0.57% | - |
| XYZ | 22.31 | 21.61 | 29.78 | - |
| YUV | 129.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 145 | 0.07 | 0.14 | 0 | 0.43 | 271.43 | 0.09 | 0.53 |
| Hex | 87 | 7C | 91 | 7 | E | 0 | 2B | 10F | 9 | 35 |
| Octal | 207 | 174 | 221 | 7 | 16 | 0 | 53 | 417 | 11 | 65 |
| Binary | 10000111 | 1111100 | 10010001 | 111 | 1110 | 0 | 101011 | 100001111 | 1001 | 110101 |
Color Harmonies of #877C91
Complementary color
Monochromatic Colors of #877C91
Black with #877C91
Text Example
Text Example
White with #877C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C91; }
p { color: rgb(135,124,145); }
H1.HeaderClassName
{
color: #877C91;
}
.AnyTagClassName
{
color: #877C91;
}
</style>
background-color css
<style>
a { background-color: #877C91; }
a { background-color: rgb(135,124,145); }
div.DivClassName
{
background-color: #877C91;
}
.BgClassName
{
background-color: #877C91;
}
</style>
border-color css
<style>
span { border-color: #877C91; }
span { border-color: rgb(135,124,145); }
td.TdClassName
{
border-color: #877C91;
}
.TagClassName
{
border-color: #877C91;
}
</style>