Shades of Go Ben #7D7747
Tints of Go Ben #7D7747
RGB
CMYK
RGB Variations
Color information
#7D7747 (or 0x7D7747) is known color: Go Ben. HEX triplet: 7D, 77 and 47. RGB value is (125,119,71). Sum of RGB (Red+Green+Blue) = 125+119+71=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7747 is #8288B8. Grayscale: #737373. Windows color (decimal): -8554681 or 4683645. OLE color: 4683645.
HSL color Cylindrical-coordinate representation of color #7D7747: hue angle of 53.33º 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 #7D7747 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 119 | 71 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.51 |
| HSL | 53.33º | 0.28% | 0.38% | - |
| HSV(B) | 53.33º | 0.43% | 0.49% | - |
| XYZ | 16.19 | 18.01 | 8.58 | - |
| YUV | 115.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 71 | 0 | 0.05 | 0.43 | 0.51 | 53.33 | 0.28 | 0.38 |
| Hex | 7D | 77 | 47 | 0 | 5 | 2B | 33 | 35 | 1C | 26 |
| Octal | 175 | 167 | 107 | 0 | 5 | 53 | 63 | 65 | 34 | 46 |
| Binary | 1111101 | 1110111 | 1000111 | 0 | 101 | 101011 | 110011 | 110101 | 11100 | 100110 |
Color Harmonies of #7D7747
Complementary color
Monochromatic Colors of #7D7747
Black with #7D7747
Text Example
Text Example
White with #7D7747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7747; }
p { color: rgb(125,119,71); }
H1.HeaderClassName
{
color: #7D7747;
}
.AnyTagClassName
{
color: #7D7747;
}
</style>
background-color css
<style>
a { background-color: #7D7747; }
a { background-color: rgb(125,119,71); }
div.DivClassName
{
background-color: #7D7747;
}
.BgClassName
{
background-color: #7D7747;
}
</style>
border-color css
<style>
span { border-color: #7D7747; }
span { border-color: rgb(125,119,71); }
td.TdClassName
{
border-color: #7D7747;
}
.TagClassName
{
border-color: #7D7747;
}
</style>