Shades of Topaz #837D8C
Tints of Topaz #837D8C
RGB
CMYK
RGB Variations
Color information
#837D8C (or 0x837D8C) is known color: Topaz. HEX triplet: 83, 7D and 8C. RGB value is (131,125,140). Sum of RGB (Red+Green+Blue) = 131+125+140=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 140 - color contains mainly: blue. Hex color #837D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D8C is #7C8273. Grayscale: #808080. Windows color (decimal): -8159860 or 9207171. OLE color: 9207171.
HSL color Cylindrical-coordinate representation of color #837D8C: hue angle of 264º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #837D8C is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 125 | 140 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.45 |
| HSL | 264º | 0.06% | 0.52% | - |
| HSV(B) | 264º | 0.11% | 0.55% | - |
| XYZ | 21.43 | 21.39 | 27.81 | - |
| YUV | 128.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 140 | 0.06 | 0.11 | 0 | 0.45 | 264 | 0.06 | 0.52 |
| Hex | 83 | 7D | 8C | 6 | B | 0 | 2D | 108 | 6 | 34 |
| Octal | 203 | 175 | 214 | 6 | 13 | 0 | 55 | 410 | 6 | 64 |
| Binary | 10000011 | 1111101 | 10001100 | 110 | 1011 | 0 | 101101 | 100001000 | 110 | 110100 |
Color Harmonies of #837D8C
Complementary color
Monochromatic Colors of #837D8C
Black with #837D8C
Text Example
Text Example
White with #837D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D8C; }
p { color: rgb(131,125,140); }
H1.HeaderClassName
{
color: #837D8C;
}
.AnyTagClassName
{
color: #837D8C;
}
</style>
background-color css
<style>
a { background-color: #837D8C; }
a { background-color: rgb(131,125,140); }
div.DivClassName
{
background-color: #837D8C;
}
.BgClassName
{
background-color: #837D8C;
}
</style>
border-color css
<style>
span { border-color: #837D8C; }
span { border-color: rgb(131,125,140); }
td.TdClassName
{
border-color: #837D8C;
}
.TagClassName
{
border-color: #837D8C;
}
</style>