Shades of Topaz #86828B
Tints of Topaz #86828B
RGB
CMYK
RGB Variations
Color information
#86828B (or 0x86828B) is known color: Topaz. HEX triplet: 86, 82 and 8B. RGB value is (134,130,139). Sum of RGB (Red+Green+Blue) = 134+130+139=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 130 (51.17% from 255 or 32.26% 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 #86828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86828B is #797D74. Grayscale: #848484. Windows color (decimal): -7961973 or 9142918. OLE color: 9142918.
HSL color Cylindrical-coordinate representation of color #86828B: 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 #86828B is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 130 | 139 | - |
| 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.47 | 22.9 | 27.66 | - |
| YUV | 132.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 139 | 0.04 | 0.06 | 0 | 0.45 | 266.67 | 0.04 | 0.53 |
| Hex | 86 | 82 | 8B | 4 | 6 | 0 | 2D | 10B | 4 | 35 |
| Octal | 206 | 202 | 213 | 4 | 6 | 0 | 55 | 413 | 4 | 65 |
| Binary | 10000110 | 10000010 | 10001011 | 100 | 110 | 0 | 101101 | 100001011 | 100 | 110101 |
Color Harmonies of #86828B
Complementary color
Monochromatic Colors of #86828B
Black with #86828B
Text Example
Text Example
White with #86828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86828B; }
p { color: rgb(134,130,139); }
H1.HeaderClassName
{
color: #86828B;
}
.AnyTagClassName
{
color: #86828B;
}
</style>
background-color css
<style>
a { background-color: #86828B; }
a { background-color: rgb(134,130,139); }
div.DivClassName
{
background-color: #86828B;
}
.BgClassName
{
background-color: #86828B;
}
</style>
border-color css
<style>
span { border-color: #86828B; }
span { border-color: rgb(134,130,139); }
td.TdClassName
{
border-color: #86828B;
}
.TagClassName
{
border-color: #86828B;
}
</style>