Shades of Go Ben #7A763F
Tints of Go Ben #7A763F
RGB
CMYK
RGB Variations
Color information
#7A763F (or 0x7A763F) is known color: Go Ben. HEX triplet: 7A, 76 and 3F. RGB value is (122,118,63). Sum of RGB (Red+Green+Blue) = 122+118+63=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 122 - color contains mainly: red. Hex color #7A763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A763F is #8589C0. Grayscale: #717171. Windows color (decimal): -8751553 or 4159098. OLE color: 4159098.
HSL color Cylindrical-coordinate representation of color #7A763F: hue angle of 55.93º 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 #7A763F is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 63 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.52 |
| HSL | 55.93º | 0.32% | 0.36% | - |
| HSV(B) | 55.93º | 0.48% | 0.48% | - |
| XYZ | 15.4 | 17.45 | 7.26 | - |
| YUV | 112.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 63 | 0 | 0.03 | 0.48 | 0.52 | 55.93 | 0.32 | 0.36 |
| Hex | 7A | 76 | 3F | 0 | 3 | 30 | 34 | 38 | 20 | 24 |
| Octal | 172 | 166 | 77 | 0 | 3 | 60 | 64 | 70 | 40 | 44 |
| Binary | 1111010 | 1110110 | 111111 | 0 | 11 | 110000 | 110100 | 111000 | 100000 | 100100 |
Color Harmonies of #7A763F
Complementary color
Monochromatic Colors of #7A763F
Black with #7A763F
Text Example
Text Example
White with #7A763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A763F; }
p { color: rgb(122,118,63); }
H1.HeaderClassName
{
color: #7A763F;
}
.AnyTagClassName
{
color: #7A763F;
}
</style>
background-color css
<style>
a { background-color: #7A763F; }
a { background-color: rgb(122,118,63); }
div.DivClassName
{
background-color: #7A763F;
}
.BgClassName
{
background-color: #7A763F;
}
</style>
border-color css
<style>
span { border-color: #7A763F; }
span { border-color: rgb(122,118,63); }
td.TdClassName
{
border-color: #7A763F;
}
.TagClassName
{
border-color: #7A763F;
}
</style>