Shades of Topaz #837C86
Tints of Topaz #837C86
RGB
CMYK
RGB Variations
Color information
#837C86 (or 0x837C86) is known color: Topaz. HEX triplet: 83, 7C and 86. RGB value is (131,124,134). Sum of RGB (Red+Green+Blue) = 131+124+134=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 134 - color contains mainly: blue. Hex color #837C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C86 is #7C8379. Grayscale: #7F7F7F. Windows color (decimal): -8160122 or 8813699. OLE color: 8813699.
HSL color Cylindrical-coordinate representation of color #837C86: hue angle of 282º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #837C86 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 124 | 134 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.47 |
| HSL | 282º | 0.04% | 0.51% | - |
| HSV(B) | 282º | 0.07% | 0.53% | - |
| XYZ | 20.87 | 20.96 | 25.5 | - |
| YUV | 127.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 134 | 0.02 | 0.07 | 0 | 0.47 | 282 | 0.04 | 0.51 |
| Hex | 83 | 7C | 86 | 2 | 7 | 0 | 2F | 11A | 4 | 33 |
| Octal | 203 | 174 | 206 | 2 | 7 | 0 | 57 | 432 | 4 | 63 |
| Binary | 10000011 | 1111100 | 10000110 | 10 | 111 | 0 | 101111 | 100011010 | 100 | 110011 |
Color Harmonies of #837C86
Complementary color
Monochromatic Colors of #837C86
Black with #837C86
Text Example
Text Example
White with #837C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837C86; }
p { color: rgb(131,124,134); }
H1.HeaderClassName
{
color: #837C86;
}
.AnyTagClassName
{
color: #837C86;
}
</style>
background-color css
<style>
a { background-color: #837C86; }
a { background-color: rgb(131,124,134); }
div.DivClassName
{
background-color: #837C86;
}
.BgClassName
{
background-color: #837C86;
}
</style>
border-color css
<style>
span { border-color: #837C86; }
span { border-color: rgb(131,124,134); }
td.TdClassName
{
border-color: #837C86;
}
.TagClassName
{
border-color: #837C86;
}
</style>