Shades of Topaz #877F93
Tints of Topaz #877F93
RGB
CMYK
RGB Variations
Color information
#877F93 (or 0x877F93) is known color: Topaz. HEX triplet: 87, 7F and 93. RGB value is (135,127,147). Sum of RGB (Red+Green+Blue) = 135+127+147=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #877F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F93 is #78806C. Grayscale: #838383. Windows color (decimal): -7897197 or 9666439. OLE color: 9666439.
HSL color Cylindrical-coordinate representation of color #877F93: hue angle of 264º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #877F93 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 127 | 147 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.42 |
| HSL | 264º | 0.08% | 0.54% | - |
| HSV(B) | 264º | 0.14% | 0.58% | - |
| XYZ | 22.85 | 22.44 | 30.73 | - |
| YUV | 131.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 147 | 0.08 | 0.14 | 0 | 0.42 | 264 | 0.08 | 0.54 |
| Hex | 87 | 7F | 93 | 8 | E | 0 | 2A | 108 | 8 | 36 |
| Octal | 207 | 177 | 223 | 10 | 16 | 0 | 52 | 410 | 10 | 66 |
| Binary | 10000111 | 1111111 | 10010011 | 1000 | 1110 | 0 | 101010 | 100001000 | 1000 | 110110 |
Color Harmonies of #877F93
Complementary color
Monochromatic Colors of #877F93
Black with #877F93
Text Example
Text Example
White with #877F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F93; }
p { color: rgb(135,127,147); }
H1.HeaderClassName
{
color: #877F93;
}
.AnyTagClassName
{
color: #877F93;
}
</style>
background-color css
<style>
a { background-color: #877F93; }
a { background-color: rgb(135,127,147); }
div.DivClassName
{
background-color: #877F93;
}
.BgClassName
{
background-color: #877F93;
}
</style>
border-color css
<style>
span { border-color: #877F93; }
span { border-color: rgb(135,127,147); }
td.TdClassName
{
border-color: #877F93;
}
.TagClassName
{
border-color: #877F93;
}
</style>