Shades of Go Ben #7D7944
Tints of Go Ben #7D7944
RGB
CMYK
RGB Variations
Color information
#7D7944 (or 0x7D7944) is known color: Go Ben. HEX triplet: 7D, 79 and 44. RGB value is (125,121,68). Sum of RGB (Red+Green+Blue) = 125+121+68=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7944 is #8286BB. Grayscale: #747474. Windows color (decimal): -8554172 or 4487549. OLE color: 4487549.
HSL color Cylindrical-coordinate representation of color #7D7944: hue angle of 55.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D7944 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 68 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.51 |
| HSL | 55.79º | 0.3% | 0.38% | - |
| HSV(B) | 55.79º | 0.46% | 0.49% | - |
| XYZ | 16.34 | 18.45 | 8.17 | - |
| YUV | 116.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 68 | 0 | 0.03 | 0.46 | 0.51 | 55.79 | 0.3 | 0.38 |
| Hex | 7D | 79 | 44 | 0 | 3 | 2E | 33 | 38 | 1E | 26 |
| Octal | 175 | 171 | 104 | 0 | 3 | 56 | 63 | 70 | 36 | 46 |
| Binary | 1111101 | 1111001 | 1000100 | 0 | 11 | 101110 | 110011 | 111000 | 11110 | 100110 |
Color Harmonies of #7D7944
Complementary color
Monochromatic Colors of #7D7944
Black with #7D7944
Text Example
Text Example
White with #7D7944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7944; }
p { color: rgb(125,121,68); }
H1.HeaderClassName
{
color: #7D7944;
}
.AnyTagClassName
{
color: #7D7944;
}
</style>
background-color css
<style>
a { background-color: #7D7944; }
a { background-color: rgb(125,121,68); }
div.DivClassName
{
background-color: #7D7944;
}
.BgClassName
{
background-color: #7D7944;
}
</style>
border-color css
<style>
span { border-color: #7D7944; }
span { border-color: rgb(125,121,68); }
td.TdClassName
{
border-color: #7D7944;
}
.TagClassName
{
border-color: #7D7944;
}
</style>