Shades of Go Ben #7D743F
Tints of Go Ben #7D743F
RGB
CMYK
RGB Variations
Color information
#7D743F (or 0x7D743F) is known color: Go Ben. HEX triplet: 7D, 74 and 3F. RGB value is (125,116,63). Sum of RGB (Red+Green+Blue) = 125+116+63=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D743F is #828BC0. Grayscale: #707070. Windows color (decimal): -8555457 or 4158589. OLE color: 4158589.
HSL color Cylindrical-coordinate representation of color #7D743F: hue angle of 51.29º 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 #7D743F is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 116 | 63 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.51 |
| HSL | 51.29º | 0.33% | 0.37% | - |
| HSV(B) | 51.29º | 0.5% | 0.49% | - |
| XYZ | 15.6 | 17.21 | 7.2 | - |
| YUV | 112.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 116 | 63 | 0 | 0.07 | 0.50 | 0.51 | 51.29 | 0.33 | 0.37 |
| Hex | 7D | 74 | 3F | 0 | 7 | 32 | 33 | 33 | 21 | 25 |
| Octal | 175 | 164 | 77 | 0 | 7 | 62 | 63 | 63 | 41 | 45 |
| Binary | 1111101 | 1110100 | 111111 | 0 | 111 | 110010 | 110011 | 110011 | 100001 | 100101 |
Color Harmonies of #7D743F
Complementary color
Monochromatic Colors of #7D743F
Black with #7D743F
Text Example
Text Example
White with #7D743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D743F; }
p { color: rgb(125,116,63); }
H1.HeaderClassName
{
color: #7D743F;
}
.AnyTagClassName
{
color: #7D743F;
}
</style>
background-color css
<style>
a { background-color: #7D743F; }
a { background-color: rgb(125,116,63); }
div.DivClassName
{
background-color: #7D743F;
}
.BgClassName
{
background-color: #7D743F;
}
</style>
border-color css
<style>
span { border-color: #7D743F; }
span { border-color: rgb(125,116,63); }
td.TdClassName
{
border-color: #7D743F;
}
.TagClassName
{
border-color: #7D743F;
}
</style>