Shades of Highball #827E40
Tints of Highball #827E40
RGB
CMYK
RGB Variations
Color information
#827E40 (or 0x827E40) is known color: Highball. HEX triplet: 82, 7E and 40. RGB value is (130,126,64). Sum of RGB (Red+Green+Blue) = 130+126+64=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #827E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E40 is #7D81BF. Grayscale: #787878. Windows color (decimal): -8225216 or 4226690. OLE color: 4226690.
HSL color Cylindrical-coordinate representation of color #827E40: hue angle of 56.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #827E40 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 64 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.49 |
| HSL | 56.36º | 0.34% | 0.38% | - |
| HSV(B) | 56.36º | 0.51% | 0.51% | - |
| XYZ | 17.59 | 20.04 | 7.79 | - |
| YUV | 120.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 64 | 0 | 0.03 | 0.51 | 0.49 | 56.36 | 0.34 | 0.38 |
| Hex | 82 | 7E | 40 | 0 | 3 | 33 | 31 | 38 | 22 | 26 |
| Octal | 202 | 176 | 100 | 0 | 3 | 63 | 61 | 70 | 42 | 46 |
| Binary | 10000010 | 1111110 | 1000000 | 0 | 11 | 110011 | 110001 | 111000 | 100010 | 100110 |
Color Harmonies of #827E40
Complementary color
Monochromatic Colors of #827E40
Black with #827E40
Text Example
Text Example
White with #827E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E40; }
p { color: rgb(130,126,64); }
H1.HeaderClassName
{
color: #827E40;
}
.AnyTagClassName
{
color: #827E40;
}
</style>
background-color css
<style>
a { background-color: #827E40; }
a { background-color: rgb(130,126,64); }
div.DivClassName
{
background-color: #827E40;
}
.BgClassName
{
background-color: #827E40;
}
</style>
border-color css
<style>
span { border-color: #827E40; }
span { border-color: rgb(130,126,64); }
td.TdClassName
{
border-color: #827E40;
}
.TagClassName
{
border-color: #827E40;
}
</style>