Shades of Topaz #878292
Tints of Topaz #878292
RGB
CMYK
RGB Variations
Color information
#878292 (or 0x878292) is known color: Topaz. HEX triplet: 87, 82 and 92. RGB value is (135,130,146). Sum of RGB (Red+Green+Blue) = 135+130+146=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #878292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878292 is #787D6D. Grayscale: #858585. Windows color (decimal): -7896430 or 9601671. OLE color: 9601671.
HSL color Cylindrical-coordinate representation of color #878292: hue angle of 258.75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #878292 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 130 | 146 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.43 |
| HSL | 258.75º | 0.07% | 0.54% | - |
| HSV(B) | 258.75º | 0.11% | 0.57% | - |
| XYZ | 23.16 | 23.19 | 30.45 | - |
| YUV | 133.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 146 | 0.08 | 0.11 | 0 | 0.43 | 258.75 | 0.07 | 0.54 |
| Hex | 87 | 82 | 92 | 8 | B | 0 | 2B | 103 | 7 | 36 |
| Octal | 207 | 202 | 222 | 10 | 13 | 0 | 53 | 403 | 7 | 66 |
| Binary | 10000111 | 10000010 | 10010010 | 1000 | 1011 | 0 | 101011 | 100000011 | 111 | 110110 |
Color Harmonies of #878292
Complementary color
Monochromatic Colors of #878292
Black with #878292
Text Example
Text Example
White with #878292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878292; }
p { color: rgb(135,130,146); }
H1.HeaderClassName
{
color: #878292;
}
.AnyTagClassName
{
color: #878292;
}
</style>
background-color css
<style>
a { background-color: #878292; }
a { background-color: rgb(135,130,146); }
div.DivClassName
{
background-color: #878292;
}
.BgClassName
{
background-color: #878292;
}
</style>
border-color css
<style>
span { border-color: #878292; }
span { border-color: rgb(135,130,146); }
td.TdClassName
{
border-color: #878292;
}
.TagClassName
{
border-color: #878292;
}
</style>