Shades of Highball #837F37
Tints of Highball #837F37
RGB
CMYK
RGB Variations
Color information
#837F37 (or 0x837F37) is known color: Highball. HEX triplet: 83, 7F and 37. RGB value is (131,127,55). Sum of RGB (Red+Green+Blue) = 131+127+55=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #837F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F37 is #7C80C8. Grayscale: #787878. Windows color (decimal): -8159433 or 3637123. OLE color: 3637123.
HSL color Cylindrical-coordinate representation of color #837F37: hue angle of 56.84º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #837F37 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 55 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.49 |
| HSL | 56.84º | 0.41% | 0.36% | - |
| HSV(B) | 56.84º | 0.58% | 0.51% | - |
| XYZ | 17.64 | 20.28 | 6.6 | - |
| YUV | 119.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 55 | 0 | 0.03 | 0.58 | 0.49 | 56.84 | 0.41 | 0.36 |
| Hex | 83 | 7F | 37 | 0 | 3 | 3A | 31 | 39 | 29 | 24 |
| Octal | 203 | 177 | 67 | 0 | 3 | 72 | 61 | 71 | 51 | 44 |
| Binary | 10000011 | 1111111 | 110111 | 0 | 11 | 111010 | 110001 | 111001 | 101001 | 100100 |
Color Harmonies of #837F37
Complementary color
Monochromatic Colors of #837F37
Black with #837F37
Text Example
Text Example
White with #837F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F37; }
p { color: rgb(131,127,55); }
H1.HeaderClassName
{
color: #837F37;
}
.AnyTagClassName
{
color: #837F37;
}
</style>
background-color css
<style>
a { background-color: #837F37; }
a { background-color: rgb(131,127,55); }
div.DivClassName
{
background-color: #837F37;
}
.BgClassName
{
background-color: #837F37;
}
</style>
border-color css
<style>
span { border-color: #837F37; }
span { border-color: rgb(131,127,55); }
td.TdClassName
{
border-color: #837F37;
}
.TagClassName
{
border-color: #837F37;
}
</style>