Shades of Grey #837979
Tints of Grey #837979
RGB
CMYK
RGB Variations
Color information
#837979 (or 0x837979) is known color: Grey. HEX triplet: 83, 79 and 79. RGB value is (131,121,121). Sum of RGB (Red+Green+Blue) = 131+121+121=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #837979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837979 is #7C8686. Grayscale: #7C7C7C. Windows color (decimal): -8160903 or 7960963. OLE color: 7960963.
HSL color Cylindrical-coordinate representation of color #837979: hue angle of 0º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #837979 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 121 | 121 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.49 |
| HSL | 0º | 0.04% | 0.49% | - |
| HSV(B) | 0º | 0.08% | 0.51% | - |
| XYZ | 19.65 | 19.88 | 20.89 | - |
| YUV | 123.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 121 | 0 | 0.08 | 0.08 | 0.49 | 0 | 0.04 | 0.49 |
| Hex | 83 | 79 | 79 | 0 | 8 | 8 | 31 | 0 | 4 | 31 |
| Octal | 203 | 171 | 171 | 0 | 10 | 10 | 61 | 0 | 4 | 61 |
| Binary | 10000011 | 1111001 | 1111001 | 0 | 1000 | 1000 | 110001 | 0 | 100 | 110001 |
Color Harmonies of #837979
Complementary color
Monochromatic Colors of #837979
Black with #837979
Text Example
Text Example
White with #837979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837979; }
p { color: rgb(131,121,121); }
H1.HeaderClassName
{
color: #837979;
}
.AnyTagClassName
{
color: #837979;
}
</style>
background-color css
<style>
a { background-color: #837979; }
a { background-color: rgb(131,121,121); }
div.DivClassName
{
background-color: #837979;
}
.BgClassName
{
background-color: #837979;
}
</style>
border-color css
<style>
span { border-color: #837979; }
span { border-color: rgb(131,121,121); }
td.TdClassName
{
border-color: #837979;
}
.TagClassName
{
border-color: #837979;
}
</style>