Shades of Go Ben #79703C
Tints of Go Ben #79703C
RGB
CMYK
RGB Variations
Color information
#79703C (or 0x79703C) is known color: Go Ben. HEX triplet: 79, 70 and 3C. RGB value is (121,112,60). Sum of RGB (Red+Green+Blue) = 121+112+60=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #79703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79703C is #868FC3. Grayscale: #6C6C6C. Windows color (decimal): -8818628 or 3960953. OLE color: 3960953.
HSL color Cylindrical-coordinate representation of color #79703C: hue angle of 51.15º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79703C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 112 | 60 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.53 |
| HSL | 51.15º | 0.34% | 0.35% | - |
| HSV(B) | 51.15º | 0.5% | 0.47% | - |
| XYZ | 14.49 | 15.98 | 6.6 | - |
| YUV | 108.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 60 | 0 | 0.07 | 0.50 | 0.53 | 51.15 | 0.34 | 0.35 |
| Hex | 79 | 70 | 3C | 0 | 7 | 32 | 35 | 33 | 22 | 23 |
| Octal | 171 | 160 | 74 | 0 | 7 | 62 | 65 | 63 | 42 | 43 |
| Binary | 1111001 | 1110000 | 111100 | 0 | 111 | 110010 | 110101 | 110011 | 100010 | 100011 |
Color Harmonies of #79703C
Complementary color
Monochromatic Colors of #79703C
Black with #79703C
Text Example
Text Example
White with #79703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79703C; }
p { color: rgb(121,112,60); }
H1.HeaderClassName
{
color: #79703C;
}
.AnyTagClassName
{
color: #79703C;
}
</style>
background-color css
<style>
a { background-color: #79703C; }
a { background-color: rgb(121,112,60); }
div.DivClassName
{
background-color: #79703C;
}
.BgClassName
{
background-color: #79703C;
}
</style>
border-color css
<style>
span { border-color: #79703C; }
span { border-color: rgb(121,112,60); }
td.TdClassName
{
border-color: #79703C;
}
.TagClassName
{
border-color: #79703C;
}
</style>