Shades of Topaz #837D85
Tints of Topaz #837D85
RGB
CMYK
RGB Variations
Color information
#837D85 (or 0x837D85) is known color: Topaz. HEX triplet: 83, 7D and 85. RGB value is (131,125,133). Sum of RGB (Red+Green+Blue) = 131+125+133=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 133 - color contains mainly: blue. Hex color #837D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D85 is #7C827A. Grayscale: #7F7F7F. Windows color (decimal): -8159867 or 8748419. OLE color: 8748419.
HSL color Cylindrical-coordinate representation of color #837D85: hue angle of 285º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #837D85 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 125 | 133 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.48 |
| HSL | 285º | 0.03% | 0.51% | - |
| HSV(B) | 285º | 0.06% | 0.52% | - |
| XYZ | 20.93 | 21.19 | 25.18 | - |
| YUV | 127.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 133 | 0.02 | 0.06 | 0 | 0.48 | 285 | 0.03 | 0.51 |
| Hex | 83 | 7D | 85 | 2 | 6 | 0 | 30 | 11D | 3 | 33 |
| Octal | 203 | 175 | 205 | 2 | 6 | 0 | 60 | 435 | 3 | 63 |
| Binary | 10000011 | 1111101 | 10000101 | 10 | 110 | 0 | 110000 | 100011101 | 11 | 110011 |
Color Harmonies of #837D85
Complementary color
Monochromatic Colors of #837D85
Black with #837D85
Text Example
Text Example
White with #837D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D85; }
p { color: rgb(131,125,133); }
H1.HeaderClassName
{
color: #837D85;
}
.AnyTagClassName
{
color: #837D85;
}
</style>
background-color css
<style>
a { background-color: #837D85; }
a { background-color: rgb(131,125,133); }
div.DivClassName
{
background-color: #837D85;
}
.BgClassName
{
background-color: #837D85;
}
</style>
border-color css
<style>
span { border-color: #837D85; }
span { border-color: rgb(131,125,133); }
td.TdClassName
{
border-color: #837D85;
}
.TagClassName
{
border-color: #837D85;
}
</style>