Shades of Topaz #878688
Tints of Topaz #878688
RGB
CMYK
RGB Variations
Color information
#878688 (or 0x878688) is known color: Topaz. HEX triplet: 87, 86 and 88. RGB value is (135,134,136). Sum of RGB (Red+Green+Blue) = 135+134+136=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 136 - color contains mainly: blue. Hex color #878688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878688 is #787977. Grayscale: #868686. Windows color (decimal): -7895416 or 8947335. OLE color: 8947335.
HSL color Cylindrical-coordinate representation of color #878688: hue angle of 270º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #878688 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
RGB | 135 | 134 | 136 | - |
CMYK | 0.01 | 0.01 | 0 | 0.47 |
HSL | 270º | 0.01% | 0.53% | - |
HSV(B) | 270º | 0.01% | 0.53% | - |
XYZ | 22.96 | 23.98 | 26.71 | - |
YUV | 134.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 134 | 136 | 0.01 | 0.01 | 0 | 0.47 | 270 | 0.01 | 0.53 |
Hex | 87 | 86 | 88 | 1 | 1 | 0 | 2F | 10E | 1 | 35 |
Octal | 207 | 206 | 210 | 1 | 1 | 0 | 57 | 416 | 1 | 65 |
Binary | 10000111 | 10000110 | 10001000 | 1 | 1 | 0 | 101111 | 100001110 | 1 | 110101 |
Color Harmonies of #878688
Complementary color
Monochromatic Colors of #878688
Black with #878688
Text Example
Text Example
White with #878688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878688; }
p { color: rgb(135,134,136); }
H1.HeaderClassName
{
color: #878688;
}
.AnyTagClassName
{
color: #878688;
}
</style>
background-color css
<style>
a { background-color: #878688; }
a { background-color: rgb(135,134,136); }
div.DivClassName
{
background-color: #878688;
}
.BgClassName
{
background-color: #878688;
}
</style>
border-color css
<style>
span { border-color: #878688; }
span { border-color: rgb(135,134,136); }
td.TdClassName
{
border-color: #878688;
}
.TagClassName
{
border-color: #878688;
}
</style>