Shades of Topaz #877B93
Tints of Topaz #877B93
RGB
CMYK
RGB Variations
Color information
#877B93 (or 0x877B93) is known color: Topaz. HEX triplet: 87, 7B and 93. RGB value is (135,123,147). Sum of RGB (Red+Green+Blue) = 135+123+147=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #877B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877B93 is #78846C. Grayscale: #818181. Windows color (decimal): -7898221 or 9665415. OLE color: 9665415.
HSL color Cylindrical-coordinate representation of color #877B93: hue angle of 270º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #877B93 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 123 | 147 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.42 |
| HSL | 270º | 0.1% | 0.53% | - |
| HSV(B) | 270º | 0.16% | 0.58% | - |
| XYZ | 22.34 | 21.42 | 30.56 | - |
| YUV | 129.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 147 | 0.08 | 0.16 | 0 | 0.42 | 270 | 0.1 | 0.53 |
| Hex | 87 | 7B | 93 | 8 | 10 | 0 | 2A | 10E | A | 35 |
| Octal | 207 | 173 | 223 | 10 | 20 | 0 | 52 | 416 | 12 | 65 |
| Binary | 10000111 | 1111011 | 10010011 | 1000 | 10000 | 0 | 101010 | 100001110 | 1010 | 110101 |
Color Harmonies of #877B93
Complementary color
Monochromatic Colors of #877B93
Black with #877B93
Text Example
Text Example
White with #877B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B93; }
p { color: rgb(135,123,147); }
H1.HeaderClassName
{
color: #877B93;
}
.AnyTagClassName
{
color: #877B93;
}
</style>
background-color css
<style>
a { background-color: #877B93; }
a { background-color: rgb(135,123,147); }
div.DivClassName
{
background-color: #877B93;
}
.BgClassName
{
background-color: #877B93;
}
</style>
border-color css
<style>
span { border-color: #877B93; }
span { border-color: rgb(135,123,147); }
td.TdClassName
{
border-color: #877B93;
}
.TagClassName
{
border-color: #877B93;
}
</style>