Shades of Go Ben #82764D
Tints of Go Ben #82764D
RGB
CMYK
RGB Variations
Color information
#82764D (or 0x82764D) is known color: Go Ben. HEX triplet: 82, 76 and 4D. RGB value is (130,118,77). Sum of RGB (Red+Green+Blue) = 130+118+77=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82764D is #7D89B2. Grayscale: #757575. Windows color (decimal): -8227251 or 5076610. OLE color: 5076610.
HSL color Cylindrical-coordinate representation of color #82764D: hue angle of 46.42º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82764D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 77 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.49 |
| HSL | 46.42º | 0.26% | 0.41% | - |
| HSV(B) | 46.42º | 0.41% | 0.51% | - |
| XYZ | 17.02 | 18.24 | 9.64 | - |
| YUV | 116.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 77 | 0 | 0.09 | 0.41 | 0.49 | 46.42 | 0.26 | 0.41 |
| Hex | 82 | 76 | 4D | 0 | 9 | 29 | 31 | 2E | 1A | 29 |
| Octal | 202 | 166 | 115 | 0 | 11 | 51 | 61 | 56 | 32 | 51 |
| Binary | 10000010 | 1110110 | 1001101 | 0 | 1001 | 101001 | 110001 | 101110 | 11010 | 101001 |
Color Harmonies of #82764D
Complementary color
Monochromatic Colors of #82764D
Black with #82764D
Text Example
Text Example
White with #82764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82764D; }
p { color: rgb(130,118,77); }
H1.HeaderClassName
{
color: #82764D;
}
.AnyTagClassName
{
color: #82764D;
}
</style>
background-color css
<style>
a { background-color: #82764D; }
a { background-color: rgb(130,118,77); }
div.DivClassName
{
background-color: #82764D;
}
.BgClassName
{
background-color: #82764D;
}
</style>
border-color css
<style>
span { border-color: #82764D; }
span { border-color: rgb(130,118,77); }
td.TdClassName
{
border-color: #82764D;
}
.TagClassName
{
border-color: #82764D;
}
</style>