Shades of Highball #827E42
Tints of Highball #827E42
RGB
CMYK
RGB Variations
Color information
#827E42 (or 0x827E42) is known color: Highball. HEX triplet: 82, 7E and 42. RGB value is (130,126,66). Sum of RGB (Red+Green+Blue) = 130+126+66=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #827E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E42 is #7D81BD. Grayscale: #787878. Windows color (decimal): -8225214 or 4357762. OLE color: 4357762.
HSL color Cylindrical-coordinate representation of color #827E42: hue angle of 56.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #827E42 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 66 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.49 |
| HSL | 56.25º | 0.33% | 0.38% | - |
| HSV(B) | 56.25º | 0.49% | 0.51% | - |
| XYZ | 17.65 | 20.06 | 8.1 | - |
| YUV | 120.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 66 | 0 | 0.03 | 0.49 | 0.49 | 56.25 | 0.33 | 0.38 |
| Hex | 82 | 7E | 42 | 0 | 3 | 31 | 31 | 38 | 21 | 26 |
| Octal | 202 | 176 | 102 | 0 | 3 | 61 | 61 | 70 | 41 | 46 |
| Binary | 10000010 | 1111110 | 1000010 | 0 | 11 | 110001 | 110001 | 111000 | 100001 | 100110 |
Color Harmonies of #827E42
Complementary color
Monochromatic Colors of #827E42
Black with #827E42
Text Example
Text Example
White with #827E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E42; }
p { color: rgb(130,126,66); }
H1.HeaderClassName
{
color: #827E42;
}
.AnyTagClassName
{
color: #827E42;
}
</style>
background-color css
<style>
a { background-color: #827E42; }
a { background-color: rgb(130,126,66); }
div.DivClassName
{
background-color: #827E42;
}
.BgClassName
{
background-color: #827E42;
}
</style>
border-color css
<style>
span { border-color: #827E42; }
span { border-color: rgb(130,126,66); }
td.TdClassName
{
border-color: #827E42;
}
.TagClassName
{
border-color: #827E42;
}
</style>