Shades of Topaz #86808C
Tints of Topaz #86808C
RGB
CMYK
RGB Variations
Color information
#86808C (or 0x86808C) is known color: Topaz. HEX triplet: 86, 80 and 8C. RGB value is (134,128,140). Sum of RGB (Red+Green+Blue) = 134+128+140=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 140 - color contains mainly: blue. Hex color #86808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86808C is #797F73. Grayscale: #838383. Windows color (decimal): -7962484 or 9207942. OLE color: 9207942.
HSL color Cylindrical-coordinate representation of color #86808C: hue angle of 270º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #86808C is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 128 | 140 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.45 |
| HSL | 270º | 0.05% | 0.53% | - |
| HSV(B) | 270º | 0.09% | 0.55% | - |
| XYZ | 22.28 | 22.4 | 27.96 | - |
| YUV | 131.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 140 | 0.04 | 0.09 | 0 | 0.45 | 270 | 0.05 | 0.53 |
| Hex | 86 | 80 | 8C | 4 | 9 | 0 | 2D | 10E | 5 | 35 |
| Octal | 206 | 200 | 214 | 4 | 11 | 0 | 55 | 416 | 5 | 65 |
| Binary | 10000110 | 10000000 | 10001100 | 100 | 1001 | 0 | 101101 | 100001110 | 101 | 110101 |
Color Harmonies of #86808C
Complementary color
Monochromatic Colors of #86808C
Black with #86808C
Text Example
Text Example
White with #86808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86808C; }
p { color: rgb(134,128,140); }
H1.HeaderClassName
{
color: #86808C;
}
.AnyTagClassName
{
color: #86808C;
}
</style>
background-color css
<style>
a { background-color: #86808C; }
a { background-color: rgb(134,128,140); }
div.DivClassName
{
background-color: #86808C;
}
.BgClassName
{
background-color: #86808C;
}
</style>
border-color css
<style>
span { border-color: #86808C; }
span { border-color: rgb(134,128,140); }
td.TdClassName
{
border-color: #86808C;
}
.TagClassName
{
border-color: #86808C;
}
</style>