Shades of Go Ben #79703F
Tints of Go Ben #79703F
RGB
CMYK
RGB Variations
Color information
#79703F (or 0x79703F) is known color: Go Ben. HEX triplet: 79, 70 and 3F. RGB value is (121,112,63). Sum of RGB (Red+Green+Blue) = 121+112+63=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 121 - color contains mainly: red. Hex color #79703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79703F is #868FC0. Grayscale: #6D6D6D. Windows color (decimal): -8818625 or 4157561. OLE color: 4157561.
HSL color Cylindrical-coordinate representation of color #79703F: hue angle of 50.69º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79703F is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 112 | 63 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.53 |
| HSL | 50.69º | 0.32% | 0.36% | - |
| HSV(B) | 50.69º | 0.48% | 0.47% | - |
| XYZ | 14.58 | 16.01 | 7.03 | - |
| YUV | 109.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 63 | 0 | 0.07 | 0.48 | 0.53 | 50.69 | 0.32 | 0.36 |
| Hex | 79 | 70 | 3F | 0 | 7 | 30 | 35 | 33 | 20 | 24 |
| Octal | 171 | 160 | 77 | 0 | 7 | 60 | 65 | 63 | 40 | 44 |
| Binary | 1111001 | 1110000 | 111111 | 0 | 111 | 110000 | 110101 | 110011 | 100000 | 100100 |
Color Harmonies of #79703F
Complementary color
Monochromatic Colors of #79703F
Black with #79703F
Text Example
Text Example
White with #79703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79703F; }
p { color: rgb(121,112,63); }
H1.HeaderClassName
{
color: #79703F;
}
.AnyTagClassName
{
color: #79703F;
}
</style>
background-color css
<style>
a { background-color: #79703F; }
a { background-color: rgb(121,112,63); }
div.DivClassName
{
background-color: #79703F;
}
.BgClassName
{
background-color: #79703F;
}
</style>
border-color css
<style>
span { border-color: #79703F; }
span { border-color: rgb(121,112,63); }
td.TdClassName
{
border-color: #79703F;
}
.TagClassName
{
border-color: #79703F;
}
</style>