Shades of Go Ben #7D7744
Tints of Go Ben #7D7744
RGB
CMYK
RGB Variations
Color information
#7D7744 (or 0x7D7744) is known color: Go Ben. HEX triplet: 7D, 77 and 44. RGB value is (125,119,68). Sum of RGB (Red+Green+Blue) = 125+119+68=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7744 is #8288BB. Grayscale: #737373. Windows color (decimal): -8554684 or 4487037. OLE color: 4487037.
HSL color Cylindrical-coordinate representation of color #7D7744: hue angle of 53.68º 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 #7D7744 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 119 | 68 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.51 |
| HSL | 53.68º | 0.3% | 0.38% | - |
| HSV(B) | 53.68º | 0.46% | 0.49% | - |
| XYZ | 16.1 | 17.97 | 8.09 | - |
| YUV | 114.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 68 | 0 | 0.05 | 0.46 | 0.51 | 53.68 | 0.3 | 0.38 |
| Hex | 7D | 77 | 44 | 0 | 5 | 2E | 33 | 36 | 1E | 26 |
| Octal | 175 | 167 | 104 | 0 | 5 | 56 | 63 | 66 | 36 | 46 |
| Binary | 1111101 | 1110111 | 1000100 | 0 | 101 | 101110 | 110011 | 110110 | 11110 | 100110 |
Color Harmonies of #7D7744
Complementary color
Monochromatic Colors of #7D7744
Black with #7D7744
Text Example
Text Example
White with #7D7744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7744; }
p { color: rgb(125,119,68); }
H1.HeaderClassName
{
color: #7D7744;
}
.AnyTagClassName
{
color: #7D7744;
}
</style>
background-color css
<style>
a { background-color: #7D7744; }
a { background-color: rgb(125,119,68); }
div.DivClassName
{
background-color: #7D7744;
}
.BgClassName
{
background-color: #7D7744;
}
</style>
border-color css
<style>
span { border-color: #7D7744; }
span { border-color: rgb(125,119,68); }
td.TdClassName
{
border-color: #7D7744;
}
.TagClassName
{
border-color: #7D7744;
}
</style>