Shades of Highball #828447
Tints of Highball #828447
RGB
CMYK
RGB Variations
Color information
#828447 (or 0x828447) is known color: Highball. HEX triplet: 82, 84 and 47. RGB value is (130,132,71). Sum of RGB (Red+Green+Blue) = 130+132+71=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #828447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828447 is #7D7BB8. Grayscale: #7C7C7C. Windows color (decimal): -8223673 or 4686978. OLE color: 4686978.
HSL color Cylindrical-coordinate representation of color #828447: hue angle of 61.97º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #828447 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 71 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.48 |
| HSL | 61.97º | 0.3% | 0.4% | - |
| HSV(B) | 61.97º | 0.46% | 0.52% | - |
| XYZ | 18.59 | 21.7 | 9.17 | - |
| YUV | 124.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 71 | 0.02 | 0 | 0.46 | 0.48 | 61.97 | 0.3 | 0.4 |
| Hex | 82 | 84 | 47 | 2 | 0 | 2E | 30 | 3E | 1E | 28 |
| Octal | 202 | 204 | 107 | 2 | 0 | 56 | 60 | 76 | 36 | 50 |
| Binary | 10000010 | 10000100 | 1000111 | 10 | 0 | 101110 | 110000 | 111110 | 11110 | 101000 |
Color Harmonies of #828447
Complementary color
Monochromatic Colors of #828447
Black with #828447
Text Example
Text Example
White with #828447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828447; }
p { color: rgb(130,132,71); }
H1.HeaderClassName
{
color: #828447;
}
.AnyTagClassName
{
color: #828447;
}
</style>
background-color css
<style>
a { background-color: #828447; }
a { background-color: rgb(130,132,71); }
div.DivClassName
{
background-color: #828447;
}
.BgClassName
{
background-color: #828447;
}
</style>
border-color css
<style>
span { border-color: #828447; }
span { border-color: rgb(130,132,71); }
td.TdClassName
{
border-color: #828447;
}
.TagClassName
{
border-color: #828447;
}
</style>