Shades of Go Ben #82774D
Tints of Go Ben #82774D
RGB
CMYK
RGB Variations
Color information
#82774D (or 0x82774D) is known color: Go Ben. HEX triplet: 82, 77 and 4D. RGB value is (130,119,77). Sum of RGB (Red+Green+Blue) = 130+119+77=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82774D is #7D88B2. Grayscale: #757575. Windows color (decimal): -8226995 or 5076866. OLE color: 5076866.
HSL color Cylindrical-coordinate representation of color #82774D: hue angle of 47.55º 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 #82774D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 119 | 77 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.49 |
| HSL | 47.55º | 0.26% | 0.41% | - |
| HSV(B) | 47.55º | 0.41% | 0.51% | - |
| XYZ | 17.14 | 18.48 | 9.68 | - |
| YUV | 117.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 77 | 0 | 0.08 | 0.41 | 0.49 | 47.55 | 0.26 | 0.41 |
| Hex | 82 | 77 | 4D | 0 | 8 | 29 | 31 | 30 | 1A | 29 |
| Octal | 202 | 167 | 115 | 0 | 10 | 51 | 61 | 60 | 32 | 51 |
| Binary | 10000010 | 1110111 | 1001101 | 0 | 1000 | 101001 | 110001 | 110000 | 11010 | 101001 |
Color Harmonies of #82774D
Complementary color
Monochromatic Colors of #82774D
Black with #82774D
Text Example
Text Example
White with #82774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82774D; }
p { color: rgb(130,119,77); }
H1.HeaderClassName
{
color: #82774D;
}
.AnyTagClassName
{
color: #82774D;
}
</style>
background-color css
<style>
a { background-color: #82774D; }
a { background-color: rgb(130,119,77); }
div.DivClassName
{
background-color: #82774D;
}
.BgClassName
{
background-color: #82774D;
}
</style>
border-color css
<style>
span { border-color: #82774D; }
span { border-color: rgb(130,119,77); }
td.TdClassName
{
border-color: #82774D;
}
.TagClassName
{
border-color: #82774D;
}
</style>