Shades of Go Ben #82794C
Tints of Go Ben #82794C
RGB
CMYK
RGB Variations
Color information
#82794C (or 0x82794C) is known color: Go Ben. HEX triplet: 82, 79 and 4C. RGB value is (130,121,76). Sum of RGB (Red+Green+Blue) = 130+121+76=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82794C is #7D86B3. Grayscale: #767676. Windows color (decimal): -8226484 or 5011842. OLE color: 5011842.
HSL color Cylindrical-coordinate representation of color #82794C: hue angle of 50º 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 #82794C is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 121 | 76 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.49 |
| HSL | 50º | 0.26% | 0.4% | - |
| HSV(B) | 50º | 0.42% | 0.51% | - |
| XYZ | 17.35 | 18.94 | 9.58 | - |
| YUV | 118.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 76 | 0 | 0.07 | 0.42 | 0.49 | 50 | 0.26 | 0.4 |
| Hex | 82 | 79 | 4C | 0 | 7 | 2A | 31 | 32 | 1A | 28 |
| Octal | 202 | 171 | 114 | 0 | 7 | 52 | 61 | 62 | 32 | 50 |
| Binary | 10000010 | 1111001 | 1001100 | 0 | 111 | 101010 | 110001 | 110010 | 11010 | 101000 |
Color Harmonies of #82794C
Complementary color
Monochromatic Colors of #82794C
Black with #82794C
Text Example
Text Example
White with #82794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82794C; }
p { color: rgb(130,121,76); }
H1.HeaderClassName
{
color: #82794C;
}
.AnyTagClassName
{
color: #82794C;
}
</style>
background-color css
<style>
a { background-color: #82794C; }
a { background-color: rgb(130,121,76); }
div.DivClassName
{
background-color: #82794C;
}
.BgClassName
{
background-color: #82794C;
}
</style>
border-color css
<style>
span { border-color: #82794C; }
span { border-color: rgb(130,121,76); }
td.TdClassName
{
border-color: #82794C;
}
.TagClassName
{
border-color: #82794C;
}
</style>