Shades of Go Ben #7A743F
Tints of Go Ben #7A743F
RGB
CMYK
RGB Variations
Color information
#7A743F (or 0x7A743F) is known color: Go Ben. HEX triplet: 7A, 74 and 3F. RGB value is (122,116,63). Sum of RGB (Red+Green+Blue) = 122+116+63=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A743F is #858BC0. Grayscale: #6F6F6F. Windows color (decimal): -8752065 or 4158586. OLE color: 4158586.
HSL color Cylindrical-coordinate representation of color #7A743F: hue angle of 53.9º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A743F is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 63 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.52 |
| HSL | 53.9º | 0.32% | 0.36% | - |
| HSV(B) | 53.9º | 0.48% | 0.48% | - |
| XYZ | 15.17 | 16.99 | 7.18 | - |
| YUV | 111.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 63 | 0 | 0.05 | 0.48 | 0.52 | 53.9 | 0.32 | 0.36 |
| Hex | 7A | 74 | 3F | 0 | 5 | 30 | 34 | 36 | 20 | 24 |
| Octal | 172 | 164 | 77 | 0 | 5 | 60 | 64 | 66 | 40 | 44 |
| Binary | 1111010 | 1110100 | 111111 | 0 | 101 | 110000 | 110100 | 110110 | 100000 | 100100 |
Color Harmonies of #7A743F
Complementary color
Monochromatic Colors of #7A743F
Black with #7A743F
Text Example
Text Example
White with #7A743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A743F; }
p { color: rgb(122,116,63); }
H1.HeaderClassName
{
color: #7A743F;
}
.AnyTagClassName
{
color: #7A743F;
}
</style>
background-color css
<style>
a { background-color: #7A743F; }
a { background-color: rgb(122,116,63); }
div.DivClassName
{
background-color: #7A743F;
}
.BgClassName
{
background-color: #7A743F;
}
</style>
border-color css
<style>
span { border-color: #7A743F; }
span { border-color: rgb(122,116,63); }
td.TdClassName
{
border-color: #7A743F;
}
.TagClassName
{
border-color: #7A743F;
}
</style>