Shades of Stonewall #837764
Tints of Stonewall #837764
RGB
CMYK
RGB Variations
Color information
#837764 (or 0x837764) is known color: Stonewall. HEX triplet: 83, 77 and 64. RGB value is (131,119,100). Sum of RGB (Red+Green+Blue) = 131+119+100=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #837764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837764 is #7C889B. Grayscale: #787878. Windows color (decimal): -8161436 or 6584195. OLE color: 6584195.
HSL color Cylindrical-coordinate representation of color #837764: hue angle of 36.77º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #837764 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 119 | 100 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.49 |
| HSL | 36.77º | 0.13% | 0.45% | - |
| HSV(B) | 36.77º | 0.24% | 0.51% | - |
| XYZ | 18.26 | 18.94 | 14.75 | - |
| YUV | 120.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 100 | 0 | 0.09 | 0.24 | 0.49 | 36.77 | 0.13 | 0.45 |
| Hex | 83 | 77 | 64 | 0 | 9 | 18 | 31 | 25 | D | 2D |
| Octal | 203 | 167 | 144 | 0 | 11 | 30 | 61 | 45 | 15 | 55 |
| Binary | 10000011 | 1110111 | 1100100 | 0 | 1001 | 11000 | 110001 | 100101 | 1101 | 101101 |
Color Harmonies of #837764
Complementary color
Monochromatic Colors of #837764
Black with #837764
Text Example
Text Example
White with #837764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837764; }
p { color: rgb(131,119,100); }
H1.HeaderClassName
{
color: #837764;
}
.AnyTagClassName
{
color: #837764;
}
</style>
background-color css
<style>
a { background-color: #837764; }
a { background-color: rgb(131,119,100); }
div.DivClassName
{
background-color: #837764;
}
.BgClassName
{
background-color: #837764;
}
</style>
border-color css
<style>
span { border-color: #837764; }
span { border-color: rgb(131,119,100); }
td.TdClassName
{
border-color: #837764;
}
.TagClassName
{
border-color: #837764;
}
</style>