Shades of Go Ben #82774C
Tints of Go Ben #82774C
RGB
CMYK
RGB Variations
Color information
#82774C (or 0x82774C) is known color: Go Ben. HEX triplet: 82, 77 and 4C. RGB value is (130,119,76). Sum of RGB (Red+Green+Blue) = 130+119+76=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82774C is #7D88B3. Grayscale: #757575. Windows color (decimal): -8226996 or 5011330. OLE color: 5011330.
HSL color Cylindrical-coordinate representation of color #82774C: hue angle of 47.78º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82774C is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 119 | 76 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.49 |
| HSL | 47.78º | 0.26% | 0.4% | - |
| HSV(B) | 47.78º | 0.42% | 0.51% | - |
| XYZ | 17.11 | 18.46 | 9.5 | - |
| YUV | 117.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 76 | 0 | 0.08 | 0.42 | 0.49 | 47.78 | 0.26 | 0.4 |
| Hex | 82 | 77 | 4C | 0 | 8 | 2A | 31 | 30 | 1A | 28 |
| Octal | 202 | 167 | 114 | 0 | 10 | 52 | 61 | 60 | 32 | 50 |
| Binary | 10000010 | 1110111 | 1001100 | 0 | 1000 | 101010 | 110001 | 110000 | 11010 | 101000 |
Color Harmonies of #82774C
Complementary color
Monochromatic Colors of #82774C
Black with #82774C
Text Example
Text Example
White with #82774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82774C; }
p { color: rgb(130,119,76); }
H1.HeaderClassName
{
color: #82774C;
}
.AnyTagClassName
{
color: #82774C;
}
</style>
background-color css
<style>
a { background-color: #82774C; }
a { background-color: rgb(130,119,76); }
div.DivClassName
{
background-color: #82774C;
}
.BgClassName
{
background-color: #82774C;
}
</style>
border-color css
<style>
span { border-color: #82774C; }
span { border-color: rgb(130,119,76); }
td.TdClassName
{
border-color: #82774C;
}
.TagClassName
{
border-color: #82774C;
}
</style>