Shades of Go Ben #7A744F
Tints of Go Ben #7A744F
RGB
CMYK
RGB Variations
Color information
#7A744F (or 0x7A744F) is known color: Go Ben. HEX triplet: 7A, 74 and 4F. RGB value is (122,116,79). Sum of RGB (Red+Green+Blue) = 122+116+79=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A744F is #858BB0. Grayscale: #717171. Windows color (decimal): -8752049 or 5207162. OLE color: 5207162.
HSL color Cylindrical-coordinate representation of color #7A744F: hue angle of 51.63º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A744F is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 79 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.52 |
| HSL | 51.63º | 0.21% | 0.39% | - |
| HSV(B) | 51.63º | 0.35% | 0.48% | - |
| XYZ | 15.68 | 17.19 | 9.89 | - |
| YUV | 113.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 79 | 0 | 0.05 | 0.35 | 0.52 | 51.63 | 0.21 | 0.39 |
| Hex | 7A | 74 | 4F | 0 | 5 | 23 | 34 | 34 | 15 | 27 |
| Octal | 172 | 164 | 117 | 0 | 5 | 43 | 64 | 64 | 25 | 47 |
| Binary | 1111010 | 1110100 | 1001111 | 0 | 101 | 100011 | 110100 | 110100 | 10101 | 100111 |
Color Harmonies of #7A744F
Complementary color
Monochromatic Colors of #7A744F
Black with #7A744F
Text Example
Text Example
White with #7A744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A744F; }
p { color: rgb(122,116,79); }
H1.HeaderClassName
{
color: #7A744F;
}
.AnyTagClassName
{
color: #7A744F;
}
</style>
background-color css
<style>
a { background-color: #7A744F; }
a { background-color: rgb(122,116,79); }
div.DivClassName
{
background-color: #7A744F;
}
.BgClassName
{
background-color: #7A744F;
}
</style>
border-color css
<style>
span { border-color: #7A744F; }
span { border-color: rgb(122,116,79); }
td.TdClassName
{
border-color: #7A744F;
}
.TagClassName
{
border-color: #7A744F;
}
</style>