Shades of Go Ben #7D7347
Tints of Go Ben #7D7347
RGB
CMYK
RGB Variations
Color information
#7D7347 (or 0x7D7347) is known color: Go Ben. HEX triplet: 7D, 73 and 47. RGB value is (125,115,71). Sum of RGB (Red+Green+Blue) = 125+115+71=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7347 is #828CB8. Grayscale: #717171. Windows color (decimal): -8555705 or 4682621. OLE color: 4682621.
HSL color Cylindrical-coordinate representation of color #7D7347: hue angle of 48.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D7347 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 115 | 71 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.51 |
| HSL | 48.89º | 0.28% | 0.38% | - |
| HSV(B) | 48.89º | 0.43% | 0.49% | - |
| XYZ | 15.73 | 17.08 | 8.43 | - |
| YUV | 112.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 71 | 0 | 0.08 | 0.43 | 0.51 | 48.89 | 0.28 | 0.38 |
| Hex | 7D | 73 | 47 | 0 | 8 | 2B | 33 | 31 | 1C | 26 |
| Octal | 175 | 163 | 107 | 0 | 10 | 53 | 63 | 61 | 34 | 46 |
| Binary | 1111101 | 1110011 | 1000111 | 0 | 1000 | 101011 | 110011 | 110001 | 11100 | 100110 |
Color Harmonies of #7D7347
Complementary color
Monochromatic Colors of #7D7347
Black with #7D7347
Text Example
Text Example
White with #7D7347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7347; }
p { color: rgb(125,115,71); }
H1.HeaderClassName
{
color: #7D7347;
}
.AnyTagClassName
{
color: #7D7347;
}
</style>
background-color css
<style>
a { background-color: #7D7347; }
a { background-color: rgb(125,115,71); }
div.DivClassName
{
background-color: #7D7347;
}
.BgClassName
{
background-color: #7D7347;
}
</style>
border-color css
<style>
span { border-color: #7D7347; }
span { border-color: rgb(125,115,71); }
td.TdClassName
{
border-color: #7D7347;
}
.TagClassName
{
border-color: #7D7347;
}
</style>