Shades of Topaz #837E86
Tints of Topaz #837E86
RGB
CMYK
RGB Variations
Color information
#837E86 (or 0x837E86) is known color: Topaz. HEX triplet: 83, 7E and 86. RGB value is (131,126,134). Sum of RGB (Red+Green+Blue) = 131+126+134=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 134 - color contains mainly: blue. Hex color #837E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837E86 is #7C8179. Grayscale: #808080. Windows color (decimal): -8159610 or 8814211. OLE color: 8814211.
HSL color Cylindrical-coordinate representation of color #837E86: hue angle of 277.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #837E86 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 126 | 134 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.47 |
| HSL | 277.5º | 0.03% | 0.51% | - |
| HSV(B) | 277.5º | 0.06% | 0.53% | - |
| XYZ | 21.12 | 21.47 | 25.58 | - |
| YUV | 128.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 134 | 0.02 | 0.06 | 0 | 0.47 | 277.5 | 0.03 | 0.51 |
| Hex | 83 | 7E | 86 | 2 | 6 | 0 | 2F | 116 | 3 | 33 |
| Octal | 203 | 176 | 206 | 2 | 6 | 0 | 57 | 426 | 3 | 63 |
| Binary | 10000011 | 1111110 | 10000110 | 10 | 110 | 0 | 101111 | 100010110 | 11 | 110011 |
Color Harmonies of #837E86
Complementary color
Monochromatic Colors of #837E86
Black with #837E86
Text Example
Text Example
White with #837E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E86; }
p { color: rgb(131,126,134); }
H1.HeaderClassName
{
color: #837E86;
}
.AnyTagClassName
{
color: #837E86;
}
</style>
background-color css
<style>
a { background-color: #837E86; }
a { background-color: rgb(131,126,134); }
div.DivClassName
{
background-color: #837E86;
}
.BgClassName
{
background-color: #837E86;
}
</style>
border-color css
<style>
span { border-color: #837E86; }
span { border-color: rgb(131,126,134); }
td.TdClassName
{
border-color: #837E86;
}
.TagClassName
{
border-color: #837E86;
}
</style>