Shades of Go Ben #7D7149
Tints of Go Ben #7D7149
RGB
CMYK
RGB Variations
Color information
#7D7149 (or 0x7D7149) is known color: Go Ben. HEX triplet: 7D, 71 and 49. RGB value is (125,113,73). Sum of RGB (Red+Green+Blue) = 125+113+73=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7149 is #828EB6. Grayscale: #707070. Windows color (decimal): -8556215 or 4813181. OLE color: 4813181.
HSL color Cylindrical-coordinate representation of color #7D7149: hue angle of 46.15º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D7149 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 113 | 73 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.51 |
| HSL | 46.15º | 0.26% | 0.39% | - |
| HSV(B) | 46.15º | 0.42% | 0.49% | - |
| XYZ | 15.57 | 16.65 | 8.7 | - |
| YUV | 112.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 73 | 0 | 0.10 | 0.42 | 0.51 | 46.15 | 0.26 | 0.39 |
| Hex | 7D | 71 | 49 | 0 | A | 2A | 33 | 2E | 1A | 27 |
| Octal | 175 | 161 | 111 | 0 | 12 | 52 | 63 | 56 | 32 | 47 |
| Binary | 1111101 | 1110001 | 1001001 | 0 | 1010 | 101010 | 110011 | 101110 | 11010 | 100111 |
Color Harmonies of #7D7149
Complementary color
Monochromatic Colors of #7D7149
Black with #7D7149
Text Example
Text Example
White with #7D7149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7149; }
p { color: rgb(125,113,73); }
H1.HeaderClassName
{
color: #7D7149;
}
.AnyTagClassName
{
color: #7D7149;
}
</style>
background-color css
<style>
a { background-color: #7D7149; }
a { background-color: rgb(125,113,73); }
div.DivClassName
{
background-color: #7D7149;
}
.BgClassName
{
background-color: #7D7149;
}
</style>
border-color css
<style>
span { border-color: #7D7149; }
span { border-color: rgb(125,113,73); }
td.TdClassName
{
border-color: #7D7149;
}
.TagClassName
{
border-color: #7D7149;
}
</style>