Shades of Go Ben #7C773F
Tints of Go Ben #7C773F
RGB
CMYK
RGB Variations
Color information
#7C773F (or 0x7C773F) is known color: Go Ben. HEX triplet: 7C, 77 and 3F. RGB value is (124,119,63). Sum of RGB (Red+Green+Blue) = 124+119+63=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C773F is #8388C0. Grayscale: #727272. Windows color (decimal): -8620225 or 4159356. OLE color: 4159356.
HSL color Cylindrical-coordinate representation of color #7C773F: hue angle of 55.08º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C773F is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 63 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.51 |
| HSL | 55.08º | 0.33% | 0.37% | - |
| HSV(B) | 55.08º | 0.49% | 0.49% | - |
| XYZ | 15.81 | 17.84 | 7.31 | - |
| YUV | 114.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 63 | 0 | 0.04 | 0.49 | 0.51 | 55.08 | 0.33 | 0.37 |
| Hex | 7C | 77 | 3F | 0 | 4 | 31 | 33 | 37 | 21 | 25 |
| Octal | 174 | 167 | 77 | 0 | 4 | 61 | 63 | 67 | 41 | 45 |
| Binary | 1111100 | 1110111 | 111111 | 0 | 100 | 110001 | 110011 | 110111 | 100001 | 100101 |
Color Harmonies of #7C773F
Complementary color
Monochromatic Colors of #7C773F
Black with #7C773F
Text Example
Text Example
White with #7C773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C773F; }
p { color: rgb(124,119,63); }
H1.HeaderClassName
{
color: #7C773F;
}
.AnyTagClassName
{
color: #7C773F;
}
</style>
background-color css
<style>
a { background-color: #7C773F; }
a { background-color: rgb(124,119,63); }
div.DivClassName
{
background-color: #7C773F;
}
.BgClassName
{
background-color: #7C773F;
}
</style>
border-color css
<style>
span { border-color: #7C773F; }
span { border-color: rgb(124,119,63); }
td.TdClassName
{
border-color: #7C773F;
}
.TagClassName
{
border-color: #7C773F;
}
</style>