Shades of Topaz #837E8B
Tints of Topaz #837E8B
RGB
CMYK
RGB Variations
Color information
#837E8B (or 0x837E8B) is known color: Topaz. HEX triplet: 83, 7E and 8B. RGB value is (131,126,139). Sum of RGB (Red+Green+Blue) = 131+126+139=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #837E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837E8B is #7C8174. Grayscale: #808080. Windows color (decimal): -8159605 or 9141891. OLE color: 9141891.
HSL color Cylindrical-coordinate representation of color #837E8B: hue angle of 263.08º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #837E8B is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 126 | 139 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.45 |
| HSL | 263.08º | 0.05% | 0.52% | - |
| HSV(B) | 263.08º | 0.09% | 0.55% | - |
| XYZ | 21.48 | 21.61 | 27.47 | - |
| YUV | 128.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 139 | 0.06 | 0.09 | 0 | 0.45 | 263.08 | 0.05 | 0.52 |
| Hex | 83 | 7E | 8B | 6 | 9 | 0 | 2D | 107 | 5 | 34 |
| Octal | 203 | 176 | 213 | 6 | 11 | 0 | 55 | 407 | 5 | 64 |
| Binary | 10000011 | 1111110 | 10001011 | 110 | 1001 | 0 | 101101 | 100000111 | 101 | 110100 |
Color Harmonies of #837E8B
Complementary color
Monochromatic Colors of #837E8B
Black with #837E8B
Text Example
Text Example
White with #837E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E8B; }
p { color: rgb(131,126,139); }
H1.HeaderClassName
{
color: #837E8B;
}
.AnyTagClassName
{
color: #837E8B;
}
</style>
background-color css
<style>
a { background-color: #837E8B; }
a { background-color: rgb(131,126,139); }
div.DivClassName
{
background-color: #837E8B;
}
.BgClassName
{
background-color: #837E8B;
}
</style>
border-color css
<style>
span { border-color: #837E8B; }
span { border-color: rgb(131,126,139); }
td.TdClassName
{
border-color: #837E8B;
}
.TagClassName
{
border-color: #837E8B;
}
</style>