Shades of Topaz #877991
Tints of Topaz #877991
RGB
CMYK
RGB Variations
Color information
#877991 (or 0x877991) is known color: Topaz. HEX triplet: 87, 79 and 91. RGB value is (135,121,145). Sum of RGB (Red+Green+Blue) = 135+121+145=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #877991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877991 is #78866E. Grayscale: #7F7F7F. Windows color (decimal): -7898735 or 9533831. OLE color: 9533831.
HSL color Cylindrical-coordinate representation of color #877991: hue angle of 275º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #877991 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 121 | 145 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.43 |
| HSL | 275º | 0.1% | 0.52% | - |
| HSV(B) | 275º | 0.17% | 0.57% | - |
| XYZ | 21.94 | 20.87 | 29.66 | - |
| YUV | 127.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 145 | 0.07 | 0.17 | 0 | 0.43 | 275 | 0.1 | 0.52 |
| Hex | 87 | 79 | 91 | 7 | 11 | 0 | 2B | 113 | A | 34 |
| Octal | 207 | 171 | 221 | 7 | 21 | 0 | 53 | 423 | 12 | 64 |
| Binary | 10000111 | 1111001 | 10010001 | 111 | 10001 | 0 | 101011 | 100010011 | 1010 | 110100 |
Color Harmonies of #877991
Complementary color
Monochromatic Colors of #877991
Black with #877991
Text Example
Text Example
White with #877991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877991; }
p { color: rgb(135,121,145); }
H1.HeaderClassName
{
color: #877991;
}
.AnyTagClassName
{
color: #877991;
}
</style>
background-color css
<style>
a { background-color: #877991; }
a { background-color: rgb(135,121,145); }
div.DivClassName
{
background-color: #877991;
}
.BgClassName
{
background-color: #877991;
}
</style>
border-color css
<style>
span { border-color: #877991; }
span { border-color: rgb(135,121,145); }
td.TdClassName
{
border-color: #877991;
}
.TagClassName
{
border-color: #877991;
}
</style>