Shades of Go Ben #7A7541
Tints of Go Ben #7A7541
RGB
CMYK
RGB Variations
Color information
#7A7541 (or 0x7A7541) is known color: Go Ben. HEX triplet: 7A, 75 and 41. RGB value is (122,117,65). Sum of RGB (Red+Green+Blue) = 122+117+65=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7541 is #858ABE. Grayscale: #707070. Windows color (decimal): -8751807 or 4289914. OLE color: 4289914.
HSL color Cylindrical-coordinate representation of color #7A7541: hue angle of 54.74º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A7541 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 65 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.52 |
| HSL | 54.74º | 0.3% | 0.37% | - |
| HSV(B) | 54.74º | 0.47% | 0.48% | - |
| XYZ | 15.34 | 17.24 | 7.52 | - |
| YUV | 112.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 65 | 0 | 0.04 | 0.47 | 0.52 | 54.74 | 0.3 | 0.37 |
| Hex | 7A | 75 | 41 | 0 | 4 | 2F | 34 | 37 | 1E | 25 |
| Octal | 172 | 165 | 101 | 0 | 4 | 57 | 64 | 67 | 36 | 45 |
| Binary | 1111010 | 1110101 | 1000001 | 0 | 100 | 101111 | 110100 | 110111 | 11110 | 100101 |
Color Harmonies of #7A7541
Complementary color
Monochromatic Colors of #7A7541
Black with #7A7541
Text Example
Text Example
White with #7A7541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7541; }
p { color: rgb(122,117,65); }
H1.HeaderClassName
{
color: #7A7541;
}
.AnyTagClassName
{
color: #7A7541;
}
</style>
background-color css
<style>
a { background-color: #7A7541; }
a { background-color: rgb(122,117,65); }
div.DivClassName
{
background-color: #7A7541;
}
.BgClassName
{
background-color: #7A7541;
}
</style>
border-color css
<style>
span { border-color: #7A7541; }
span { border-color: rgb(122,117,65); }
td.TdClassName
{
border-color: #7A7541;
}
.TagClassName
{
border-color: #7A7541;
}
</style>