Shades of Go Ben #7D733F
Tints of Go Ben #7D733F
RGB
CMYK
RGB Variations
Color information
#7D733F (or 0x7D733F) is known color: Go Ben. HEX triplet: 7D, 73 and 3F. RGB value is (125,115,63). Sum of RGB (Red+Green+Blue) = 125+115+63=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D733F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D733F is #828CC0. Grayscale: #707070. Windows color (decimal): -8555713 or 4158333. OLE color: 4158333.
HSL color Cylindrical-coordinate representation of color #7D733F: hue angle of 50.32º 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 #7D733F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 115 | 63 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.51 |
| HSL | 50.32º | 0.33% | 0.37% | - |
| HSV(B) | 50.32º | 0.5% | 0.49% | - |
| XYZ | 15.49 | 16.98 | 7.16 | - |
| YUV | 112.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 63 | 0 | 0.08 | 0.50 | 0.51 | 50.32 | 0.33 | 0.37 |
| Hex | 7D | 73 | 3F | 0 | 8 | 32 | 33 | 32 | 21 | 25 |
| Octal | 175 | 163 | 77 | 0 | 10 | 62 | 63 | 62 | 41 | 45 |
| Binary | 1111101 | 1110011 | 111111 | 0 | 1000 | 110010 | 110011 | 110010 | 100001 | 100101 |
Color Harmonies of #7D733F
Complementary color
Monochromatic Colors of #7D733F
Black with #7D733F
Text Example
Text Example
White with #7D733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D733F; }
p { color: rgb(125,115,63); }
H1.HeaderClassName
{
color: #7D733F;
}
.AnyTagClassName
{
color: #7D733F;
}
</style>
background-color css
<style>
a { background-color: #7D733F; }
a { background-color: rgb(125,115,63); }
div.DivClassName
{
background-color: #7D733F;
}
.BgClassName
{
background-color: #7D733F;
}
</style>
border-color css
<style>
span { border-color: #7D733F; }
span { border-color: rgb(125,115,63); }
td.TdClassName
{
border-color: #7D733F;
}
.TagClassName
{
border-color: #7D733F;
}
</style>