Shades of Topaz #837B8A
Tints of Topaz #837B8A
RGB
CMYK
RGB Variations
Color information
#837B8A (or 0x837B8A) is known color: Topaz. HEX triplet: 83, 7B and 8A. RGB value is (131,123,138). Sum of RGB (Red+Green+Blue) = 131+123+138=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 138 - color contains mainly: blue. Hex color #837B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837B8A is #7C8475. Grayscale: #7F7F7F. Windows color (decimal): -8160374 or 9075587. OLE color: 9075587.
HSL color Cylindrical-coordinate representation of color #837B8A: hue angle of 272º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #837B8A is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 123 | 138 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.46 |
| HSL | 272º | 0.06% | 0.51% | - |
| HSV(B) | 272º | 0.11% | 0.54% | - |
| XYZ | 21.03 | 20.83 | 26.96 | - |
| YUV | 127.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 138 | 0.05 | 0.11 | 0 | 0.46 | 272 | 0.06 | 0.51 |
| Hex | 83 | 7B | 8A | 5 | B | 0 | 2E | 110 | 6 | 33 |
| Octal | 203 | 173 | 212 | 5 | 13 | 0 | 56 | 420 | 6 | 63 |
| Binary | 10000011 | 1111011 | 10001010 | 101 | 1011 | 0 | 101110 | 100010000 | 110 | 110011 |
Color Harmonies of #837B8A
Complementary color
Monochromatic Colors of #837B8A
Black with #837B8A
Text Example
Text Example
White with #837B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837B8A; }
p { color: rgb(131,123,138); }
H1.HeaderClassName
{
color: #837B8A;
}
.AnyTagClassName
{
color: #837B8A;
}
</style>
background-color css
<style>
a { background-color: #837B8A; }
a { background-color: rgb(131,123,138); }
div.DivClassName
{
background-color: #837B8A;
}
.BgClassName
{
background-color: #837B8A;
}
</style>
border-color css
<style>
span { border-color: #837B8A; }
span { border-color: rgb(131,123,138); }
td.TdClassName
{
border-color: #837B8A;
}
.TagClassName
{
border-color: #837B8A;
}
</style>