Shades of Highball #837F46
Tints of Highball #837F46
RGB
CMYK
RGB Variations
Color information
#837F46 (or 0x837F46) is known color: Highball. HEX triplet: 83, 7F and 46. RGB value is (131,127,70). Sum of RGB (Red+Green+Blue) = 131+127+70=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #837F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F46 is #7C80B9. Grayscale: #797979. Windows color (decimal): -8159418 or 4620163. OLE color: 4620163.
HSL color Cylindrical-coordinate representation of color #837F46: hue angle of 56.07º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #837F46 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 70 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.49 |
| HSL | 56.07º | 0.3% | 0.39% | - |
| HSV(B) | 56.07º | 0.47% | 0.51% | - |
| XYZ | 18.05 | 20.45 | 8.79 | - |
| YUV | 121.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 70 | 0 | 0.03 | 0.47 | 0.49 | 56.07 | 0.3 | 0.39 |
| Hex | 83 | 7F | 46 | 0 | 3 | 2F | 31 | 38 | 1E | 27 |
| Octal | 203 | 177 | 106 | 0 | 3 | 57 | 61 | 70 | 36 | 47 |
| Binary | 10000011 | 1111111 | 1000110 | 0 | 11 | 101111 | 110001 | 111000 | 11110 | 100111 |
Color Harmonies of #837F46
Complementary color
Monochromatic Colors of #837F46
Black with #837F46
Text Example
Text Example
White with #837F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F46; }
p { color: rgb(131,127,70); }
H1.HeaderClassName
{
color: #837F46;
}
.AnyTagClassName
{
color: #837F46;
}
</style>
background-color css
<style>
a { background-color: #837F46; }
a { background-color: rgb(131,127,70); }
div.DivClassName
{
background-color: #837F46;
}
.BgClassName
{
background-color: #837F46;
}
</style>
border-color css
<style>
span { border-color: #837F46; }
span { border-color: rgb(131,127,70); }
td.TdClassName
{
border-color: #837F46;
}
.TagClassName
{
border-color: #837F46;
}
</style>