Shades of Go Ben #7D753F
Tints of Go Ben #7D753F
RGB
CMYK
RGB Variations
Color information
#7D753F (or 0x7D753F) is known color: Go Ben. HEX triplet: 7D, 75 and 3F. RGB value is (125,117,63). Sum of RGB (Red+Green+Blue) = 125+117+63=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D753F is #828AC0. Grayscale: #717171. Windows color (decimal): -8555201 or 4158845. OLE color: 4158845.
HSL color Cylindrical-coordinate representation of color #7D753F: hue angle of 52.26º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D753F is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 63 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.51 |
| HSL | 52.26º | 0.33% | 0.37% | - |
| HSV(B) | 52.26º | 0.5% | 0.49% | - |
| XYZ | 15.72 | 17.44 | 7.24 | - |
| YUV | 113.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 63 | 0 | 0.06 | 0.50 | 0.51 | 52.26 | 0.33 | 0.37 |
| Hex | 7D | 75 | 3F | 0 | 6 | 32 | 33 | 34 | 21 | 25 |
| Octal | 175 | 165 | 77 | 0 | 6 | 62 | 63 | 64 | 41 | 45 |
| Binary | 1111101 | 1110101 | 111111 | 0 | 110 | 110010 | 110011 | 110100 | 100001 | 100101 |
Color Harmonies of #7D753F
Complementary color
Monochromatic Colors of #7D753F
Black with #7D753F
Text Example
Text Example
White with #7D753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D753F; }
p { color: rgb(125,117,63); }
H1.HeaderClassName
{
color: #7D753F;
}
.AnyTagClassName
{
color: #7D753F;
}
</style>
background-color css
<style>
a { background-color: #7D753F; }
a { background-color: rgb(125,117,63); }
div.DivClassName
{
background-color: #7D753F;
}
.BgClassName
{
background-color: #7D753F;
}
</style>
border-color css
<style>
span { border-color: #7D753F; }
span { border-color: rgb(125,117,63); }
td.TdClassName
{
border-color: #7D753F;
}
.TagClassName
{
border-color: #7D753F;
}
</style>