Shades of Go Ben #79704E
Tints of Go Ben #79704E
RGB
CMYK
RGB Variations
Color information
#79704E (or 0x79704E) is known color: Go Ben. HEX triplet: 79, 70 and 4E. RGB value is (121,112,78). Sum of RGB (Red+Green+Blue) = 121+112+78=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #79704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79704E is #868FB1. Grayscale: #6E6E6E. Windows color (decimal): -8818610 or 5140601. OLE color: 5140601.
HSL color Cylindrical-coordinate representation of color #79704E: hue angle of 47.44º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79704E is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 112 | 78 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.53 |
| HSL | 47.44º | 0.22% | 0.39% | - |
| HSV(B) | 47.44º | 0.36% | 0.47% | - |
| XYZ | 15.05 | 16.2 | 9.54 | - |
| YUV | 110.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 78 | 0 | 0.07 | 0.36 | 0.53 | 47.44 | 0.22 | 0.39 |
| Hex | 79 | 70 | 4E | 0 | 7 | 24 | 35 | 2F | 16 | 27 |
| Octal | 171 | 160 | 116 | 0 | 7 | 44 | 65 | 57 | 26 | 47 |
| Binary | 1111001 | 1110000 | 1001110 | 0 | 111 | 100100 | 110101 | 101111 | 10110 | 100111 |
Color Harmonies of #79704E
Complementary color
Monochromatic Colors of #79704E
Black with #79704E
Text Example
Text Example
White with #79704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79704E; }
p { color: rgb(121,112,78); }
H1.HeaderClassName
{
color: #79704E;
}
.AnyTagClassName
{
color: #79704E;
}
</style>
background-color css
<style>
a { background-color: #79704E; }
a { background-color: rgb(121,112,78); }
div.DivClassName
{
background-color: #79704E;
}
.BgClassName
{
background-color: #79704E;
}
</style>
border-color css
<style>
span { border-color: #79704E; }
span { border-color: rgb(121,112,78); }
td.TdClassName
{
border-color: #79704E;
}
.TagClassName
{
border-color: #79704E;
}
</style>