Shades of Go Ben #7F783F
Tints of Go Ben #7F783F
RGB
CMYK
RGB Variations
Color information
#7F783F (or 0x7F783F) is known color: Go Ben. HEX triplet: 7F, 78 and 3F. RGB value is (127,120,63). Sum of RGB (Red+Green+Blue) = 127+120+63=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F783F is #8087C0. Grayscale: #737373. Windows color (decimal): -8423361 or 4159615. OLE color: 4159615.
HSL color Cylindrical-coordinate representation of color #7F783F: hue angle of 53.44º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F783F is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 63 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.50 |
| HSL | 53.44º | 0.34% | 0.37% | - |
| HSV(B) | 53.44º | 0.5% | 0.5% | - |
| XYZ | 16.37 | 18.3 | 7.37 | - |
| YUV | 115.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 63 | 0 | 0.06 | 0.50 | 0.50 | 53.44 | 0.34 | 0.37 |
| Hex | 7F | 78 | 3F | 0 | 6 | 32 | 32 | 35 | 22 | 25 |
| Octal | 177 | 170 | 77 | 0 | 6 | 62 | 62 | 65 | 42 | 45 |
| Binary | 1111111 | 1111000 | 111111 | 0 | 110 | 110010 | 110010 | 110101 | 100010 | 100101 |
Color Harmonies of #7F783F
Complementary color
Monochromatic Colors of #7F783F
Black with #7F783F
Text Example
Text Example
White with #7F783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F783F; }
p { color: rgb(127,120,63); }
H1.HeaderClassName
{
color: #7F783F;
}
.AnyTagClassName
{
color: #7F783F;
}
</style>
background-color css
<style>
a { background-color: #7F783F; }
a { background-color: rgb(127,120,63); }
div.DivClassName
{
background-color: #7F783F;
}
.BgClassName
{
background-color: #7F783F;
}
</style>
border-color css
<style>
span { border-color: #7F783F; }
span { border-color: rgb(127,120,63); }
td.TdClassName
{
border-color: #7F783F;
}
.TagClassName
{
border-color: #7F783F;
}
</style>