Shades of Topaz #837A8E
Tints of Topaz #837A8E
RGB
CMYK
RGB Variations
Color information
#837A8E (or 0x837A8E) is known color: Topaz. HEX triplet: 83, 7A and 8E. RGB value is (131,122,142). Sum of RGB (Red+Green+Blue) = 131+122+142=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #837A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837A8E is #7C8571. Grayscale: #7E7E7E. Windows color (decimal): -8160626 or 9337475. OLE color: 9337475.
HSL color Cylindrical-coordinate representation of color #837A8E: hue angle of 267º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #837A8E is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 122 | 142 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.44 |
| HSL | 267º | 0.08% | 0.52% | - |
| HSV(B) | 267º | 0.14% | 0.56% | - |
| XYZ | 21.2 | 20.7 | 28.47 | - |
| YUV | 126.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 142 | 0.08 | 0.14 | 0 | 0.44 | 267 | 0.08 | 0.52 |
| Hex | 83 | 7A | 8E | 8 | E | 0 | 2C | 10B | 8 | 34 |
| Octal | 203 | 172 | 216 | 10 | 16 | 0 | 54 | 413 | 10 | 64 |
| Binary | 10000011 | 1111010 | 10001110 | 1000 | 1110 | 0 | 101100 | 100001011 | 1000 | 110100 |
Color Harmonies of #837A8E
Complementary color
Monochromatic Colors of #837A8E
Black with #837A8E
Text Example
Text Example
White with #837A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A8E; }
p { color: rgb(131,122,142); }
H1.HeaderClassName
{
color: #837A8E;
}
.AnyTagClassName
{
color: #837A8E;
}
</style>
background-color css
<style>
a { background-color: #837A8E; }
a { background-color: rgb(131,122,142); }
div.DivClassName
{
background-color: #837A8E;
}
.BgClassName
{
background-color: #837A8E;
}
</style>
border-color css
<style>
span { border-color: #837A8E; }
span { border-color: rgb(131,122,142); }
td.TdClassName
{
border-color: #837A8E;
}
.TagClassName
{
border-color: #837A8E;
}
</style>