Shades of Topaz #87838C
Tints of Topaz #87838C
RGB
CMYK
RGB Variations
Color information
#87838C (or 0x87838C) is known color: Topaz. HEX triplet: 87, 83 and 8C. RGB value is (135,131,140). Sum of RGB (Red+Green+Blue) = 135+131+140=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 140 - color contains mainly: blue. Hex color #87838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87838C is #787C73. Grayscale: #858585. Windows color (decimal): -7896180 or 9208711. OLE color: 9208711.
HSL color Cylindrical-coordinate representation of color #87838C: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #87838C is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 131 | 140 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.45 |
| HSL | 266.67º | 0.04% | 0.53% | - |
| HSV(B) | 266.67º | 0.06% | 0.55% | - |
| XYZ | 22.84 | 23.28 | 28.1 | - |
| YUV | 133.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 140 | 0.04 | 0.06 | 0 | 0.45 | 266.67 | 0.04 | 0.53 |
| Hex | 87 | 83 | 8C | 4 | 6 | 0 | 2D | 10B | 4 | 35 |
| Octal | 207 | 203 | 214 | 4 | 6 | 0 | 55 | 413 | 4 | 65 |
| Binary | 10000111 | 10000011 | 10001100 | 100 | 110 | 0 | 101101 | 100001011 | 100 | 110101 |
Color Harmonies of #87838C
Complementary color
Monochromatic Colors of #87838C
Black with #87838C
Text Example
Text Example
White with #87838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87838C; }
p { color: rgb(135,131,140); }
H1.HeaderClassName
{
color: #87838C;
}
.AnyTagClassName
{
color: #87838C;
}
</style>
background-color css
<style>
a { background-color: #87838C; }
a { background-color: rgb(135,131,140); }
div.DivClassName
{
background-color: #87838C;
}
.BgClassName
{
background-color: #87838C;
}
</style>
border-color css
<style>
span { border-color: #87838C; }
span { border-color: rgb(135,131,140); }
td.TdClassName
{
border-color: #87838C;
}
.TagClassName
{
border-color: #87838C;
}
</style>