Shades of Go Ben #7A753F
Tints of Go Ben #7A753F
RGB
CMYK
RGB Variations
Color information
#7A753F (or 0x7A753F) is known color: Go Ben. HEX triplet: 7A, 75 and 3F. RGB value is (122,117,63). Sum of RGB (Red+Green+Blue) = 122+117+63=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 122 - color contains mainly: red. Hex color #7A753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A753F is #858AC0. Grayscale: #707070. Windows color (decimal): -8751809 or 4158842. OLE color: 4158842.
HSL color Cylindrical-coordinate representation of color #7A753F: hue angle of 54.92º 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 #7A753F is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 63 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.52 |
| HSL | 54.92º | 0.32% | 0.36% | - |
| HSV(B) | 54.92º | 0.48% | 0.48% | - |
| XYZ | 15.28 | 17.22 | 7.22 | - |
| YUV | 112.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 63 | 0 | 0.04 | 0.48 | 0.52 | 54.92 | 0.32 | 0.36 |
| Hex | 7A | 75 | 3F | 0 | 4 | 30 | 34 | 37 | 20 | 24 |
| Octal | 172 | 165 | 77 | 0 | 4 | 60 | 64 | 67 | 40 | 44 |
| Binary | 1111010 | 1110101 | 111111 | 0 | 100 | 110000 | 110100 | 110111 | 100000 | 100100 |
Color Harmonies of #7A753F
Complementary color
Monochromatic Colors of #7A753F
Black with #7A753F
Text Example
Text Example
White with #7A753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A753F; }
p { color: rgb(122,117,63); }
H1.HeaderClassName
{
color: #7A753F;
}
.AnyTagClassName
{
color: #7A753F;
}
</style>
background-color css
<style>
a { background-color: #7A753F; }
a { background-color: rgb(122,117,63); }
div.DivClassName
{
background-color: #7A753F;
}
.BgClassName
{
background-color: #7A753F;
}
</style>
border-color css
<style>
span { border-color: #7A753F; }
span { border-color: rgb(122,117,63); }
td.TdClassName
{
border-color: #7A753F;
}
.TagClassName
{
border-color: #7A753F;
}
</style>