Shades of Grey #837E7E
Tints of Grey #837E7E
RGB
CMYK
RGB Variations
Color information
#837E7E (or 0x837E7E) is known color: Grey. HEX triplet: 83, 7E and 7E. RGB value is (131,126,126). Sum of RGB (Red+Green+Blue) = 131+126+126=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 131 - color contains mainly: red. Hex color #837E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E7E is #7C8181. Grayscale: #7F7F7F. Windows color (decimal): -8159618 or 8289923. OLE color: 8289923.
HSL color Cylindrical-coordinate representation of color #837E7E: hue angle of 0º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #837E7E is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 126 | 126 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.49 |
| HSL | 0º | 0.02% | 0.5% | - |
| HSV(B) | 0º | 0.04% | 0.51% | - |
| XYZ | 20.59 | 21.25 | 22.76 | - |
| YUV | 127.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 126 | 0 | 0.04 | 0.04 | 0.49 | 0 | 0.02 | 0.5 |
| Hex | 83 | 7E | 7E | 0 | 4 | 4 | 31 | 0 | 2 | 32 |
| Octal | 203 | 176 | 176 | 0 | 4 | 4 | 61 | 0 | 2 | 62 |
| Binary | 10000011 | 1111110 | 1111110 | 0 | 100 | 100 | 110001 | 0 | 10 | 110010 |
Color Harmonies of #837E7E
Complementary color
Monochromatic Colors of #837E7E
Black with #837E7E
Text Example
Text Example
White with #837E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E7E; }
p { color: rgb(131,126,126); }
H1.HeaderClassName
{
color: #837E7E;
}
.AnyTagClassName
{
color: #837E7E;
}
</style>
background-color css
<style>
a { background-color: #837E7E; }
a { background-color: rgb(131,126,126); }
div.DivClassName
{
background-color: #837E7E;
}
.BgClassName
{
background-color: #837E7E;
}
</style>
border-color css
<style>
span { border-color: #837E7E; }
span { border-color: rgb(131,126,126); }
td.TdClassName
{
border-color: #837E7E;
}
.TagClassName
{
border-color: #837E7E;
}
</style>