Shades of Go Ben #796B42
Tints of Go Ben #796B42
RGB
CMYK
RGB Variations
Color information
#796B42 (or 0x796B42) is known color: Go Ben. HEX triplet: 79, 6B and 42. RGB value is (121,107,66). Sum of RGB (Red+Green+Blue) = 121+107+66=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #796B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796B42 is #8694BD. Grayscale: #6A6A6A. Windows color (decimal): -8819902 or 4352889. OLE color: 4352889.
HSL color Cylindrical-coordinate representation of color #796B42: hue angle of 44.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #796B42 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 107 | 66 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.53 |
| HSL | 44.73º | 0.29% | 0.37% | - |
| HSV(B) | 44.73º | 0.45% | 0.47% | - |
| XYZ | 14.13 | 14.97 | 7.3 | - |
| YUV | 106.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 66 | 0 | 0.12 | 0.45 | 0.53 | 44.73 | 0.29 | 0.37 |
| Hex | 79 | 6B | 42 | 0 | C | 2D | 35 | 2D | 1D | 25 |
| Octal | 171 | 153 | 102 | 0 | 14 | 55 | 65 | 55 | 35 | 45 |
| Binary | 1111001 | 1101011 | 1000010 | 0 | 1100 | 101101 | 110101 | 101101 | 11101 | 100101 |
Color Harmonies of #796B42
Complementary color
Monochromatic Colors of #796B42
Black with #796B42
Text Example
Text Example
White with #796B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B42; }
p { color: rgb(121,107,66); }
H1.HeaderClassName
{
color: #796B42;
}
.AnyTagClassName
{
color: #796B42;
}
</style>
background-color css
<style>
a { background-color: #796B42; }
a { background-color: rgb(121,107,66); }
div.DivClassName
{
background-color: #796B42;
}
.BgClassName
{
background-color: #796B42;
}
</style>
border-color css
<style>
span { border-color: #796B42; }
span { border-color: rgb(121,107,66); }
td.TdClassName
{
border-color: #796B42;
}
.TagClassName
{
border-color: #796B42;
}
</style>