Shades of Go Ben #79724A
Tints of Go Ben #79724A
RGB
CMYK
RGB Variations
Color information
#79724A (or 0x79724A) is known color: Go Ben. HEX triplet: 79, 72 and 4A. RGB value is (121,114,74). Sum of RGB (Red+Green+Blue) = 121+114+74=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #79724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79724A is #868DB5. Grayscale: #6F6F6F. Windows color (decimal): -8818102 or 4878969. OLE color: 4878969.
HSL color Cylindrical-coordinate representation of color #79724A: hue angle of 51.06º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79724A is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 114 | 74 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.53 |
| HSL | 51.06º | 0.24% | 0.38% | - |
| HSV(B) | 51.06º | 0.39% | 0.47% | - |
| XYZ | 15.14 | 16.59 | 8.88 | - |
| YUV | 111.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 114 | 74 | 0 | 0.06 | 0.39 | 0.53 | 51.06 | 0.24 | 0.38 |
| Hex | 79 | 72 | 4A | 0 | 6 | 27 | 35 | 33 | 18 | 26 |
| Octal | 171 | 162 | 112 | 0 | 6 | 47 | 65 | 63 | 30 | 46 |
| Binary | 1111001 | 1110010 | 1001010 | 0 | 110 | 100111 | 110101 | 110011 | 11000 | 100110 |
Color Harmonies of #79724A
Complementary color
Monochromatic Colors of #79724A
Black with #79724A
Text Example
Text Example
White with #79724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79724A; }
p { color: rgb(121,114,74); }
H1.HeaderClassName
{
color: #79724A;
}
.AnyTagClassName
{
color: #79724A;
}
</style>
background-color css
<style>
a { background-color: #79724A; }
a { background-color: rgb(121,114,74); }
div.DivClassName
{
background-color: #79724A;
}
.BgClassName
{
background-color: #79724A;
}
</style>
border-color css
<style>
span { border-color: #79724A; }
span { border-color: rgb(121,114,74); }
td.TdClassName
{
border-color: #79724A;
}
.TagClassName
{
border-color: #79724A;
}
</style>