Shades of Topaz #877B91
Tints of Topaz #877B91
RGB
CMYK
RGB Variations
Color information
#877B91 (or 0x877B91) is known color: Topaz. HEX triplet: 87, 7B and 91. RGB value is (135,123,145). Sum of RGB (Red+Green+Blue) = 135+123+145=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #877B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877B91 is #78846E. Grayscale: #818181. Windows color (decimal): -7898223 or 9534343. OLE color: 9534343.
HSL color Cylindrical-coordinate representation of color #877B91: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #877B91 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 123 | 145 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.43 |
| HSL | 272.73º | 0.09% | 0.53% | - |
| HSV(B) | 272.73º | 0.15% | 0.57% | - |
| XYZ | 22.19 | 21.36 | 29.74 | - |
| YUV | 129.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 145 | 0.07 | 0.15 | 0 | 0.43 | 272.73 | 0.09 | 0.53 |
| Hex | 87 | 7B | 91 | 7 | F | 0 | 2B | 111 | 9 | 35 |
| Octal | 207 | 173 | 221 | 7 | 17 | 0 | 53 | 421 | 11 | 65 |
| Binary | 10000111 | 1111011 | 10010001 | 111 | 1111 | 0 | 101011 | 100010001 | 1001 | 110101 |
Color Harmonies of #877B91
Complementary color
Monochromatic Colors of #877B91
Black with #877B91
Text Example
Text Example
White with #877B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B91; }
p { color: rgb(135,123,145); }
H1.HeaderClassName
{
color: #877B91;
}
.AnyTagClassName
{
color: #877B91;
}
</style>
background-color css
<style>
a { background-color: #877B91; }
a { background-color: rgb(135,123,145); }
div.DivClassName
{
background-color: #877B91;
}
.BgClassName
{
background-color: #877B91;
}
</style>
border-color css
<style>
span { border-color: #877B91; }
span { border-color: rgb(135,123,145); }
td.TdClassName
{
border-color: #877B91;
}
.TagClassName
{
border-color: #877B91;
}
</style>