Shades of Topaz #837C8A
Tints of Topaz #837C8A
RGB
CMYK
RGB Variations
Color information
#837C8A (or 0x837C8A) is known color: Topaz. HEX triplet: 83, 7C and 8A. RGB value is (131,124,138). Sum of RGB (Red+Green+Blue) = 131+124+138=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 138 - color contains mainly: blue. Hex color #837C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C8A is #7C8375. Grayscale: #7F7F7F. Windows color (decimal): -8160118 or 9075843. OLE color: 9075843.
HSL color Cylindrical-coordinate representation of color #837C8A: hue angle of 270º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #837C8A is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 124 | 138 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.46 |
| HSL | 270º | 0.06% | 0.51% | - |
| HSV(B) | 270º | 0.1% | 0.54% | - |
| XYZ | 21.16 | 21.08 | 27 | - |
| YUV | 127.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 138 | 0.05 | 0.10 | 0 | 0.46 | 270 | 0.06 | 0.51 |
| Hex | 83 | 7C | 8A | 5 | A | 0 | 2E | 10E | 6 | 33 |
| Octal | 203 | 174 | 212 | 5 | 12 | 0 | 56 | 416 | 6 | 63 |
| Binary | 10000011 | 1111100 | 10001010 | 101 | 1010 | 0 | 101110 | 100001110 | 110 | 110011 |
Color Harmonies of #837C8A
Complementary color
Monochromatic Colors of #837C8A
Black with #837C8A
Text Example
Text Example
White with #837C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837C8A; }
p { color: rgb(131,124,138); }
H1.HeaderClassName
{
color: #837C8A;
}
.AnyTagClassName
{
color: #837C8A;
}
</style>
background-color css
<style>
a { background-color: #837C8A; }
a { background-color: rgb(131,124,138); }
div.DivClassName
{
background-color: #837C8A;
}
.BgClassName
{
background-color: #837C8A;
}
</style>
border-color css
<style>
span { border-color: #837C8A; }
span { border-color: rgb(131,124,138); }
td.TdClassName
{
border-color: #837C8A;
}
.TagClassName
{
border-color: #837C8A;
}
</style>