Shades of Topaz #87818B
Tints of Topaz #87818B
RGB
CMYK
RGB Variations
Color information
#87818B (or 0x87818B) is known color: Topaz. HEX triplet: 87, 81 and 8B. RGB value is (135,129,139). Sum of RGB (Red+Green+Blue) = 135+129+139=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 139 - color contains mainly: blue. Hex color #87818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87818B is #787E74. Grayscale: #838383. Windows color (decimal): -7896693 or 9142663. OLE color: 9142663.
HSL color Cylindrical-coordinate representation of color #87818B: hue angle of 276º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #87818B is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 129 | 139 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.45 |
| HSL | 276º | 0.04% | 0.53% | - |
| HSV(B) | 276º | 0.07% | 0.55% | - |
| XYZ | 22.5 | 22.72 | 27.62 | - |
| YUV | 131.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 139 | 0.03 | 0.07 | 0 | 0.45 | 276 | 0.04 | 0.53 |
| Hex | 87 | 81 | 8B | 3 | 7 | 0 | 2D | 114 | 4 | 35 |
| Octal | 207 | 201 | 213 | 3 | 7 | 0 | 55 | 424 | 4 | 65 |
| Binary | 10000111 | 10000001 | 10001011 | 11 | 111 | 0 | 101101 | 100010100 | 100 | 110101 |
Color Harmonies of #87818B
Complementary color
Monochromatic Colors of #87818B
Black with #87818B
Text Example
Text Example
White with #87818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87818B; }
p { color: rgb(135,129,139); }
H1.HeaderClassName
{
color: #87818B;
}
.AnyTagClassName
{
color: #87818B;
}
</style>
background-color css
<style>
a { background-color: #87818B; }
a { background-color: rgb(135,129,139); }
div.DivClassName
{
background-color: #87818B;
}
.BgClassName
{
background-color: #87818B;
}
</style>
border-color css
<style>
span { border-color: #87818B; }
span { border-color: rgb(135,129,139); }
td.TdClassName
{
border-color: #87818B;
}
.TagClassName
{
border-color: #87818B;
}
</style>