Shades of Go Ben #7D743D
Tints of Go Ben #7D743D
RGB
CMYK
RGB Variations
Color information
#7D743D (or 0x7D743D) is known color: Go Ben. HEX triplet: 7D, 74 and 3D. RGB value is (125,116,61). Sum of RGB (Red+Green+Blue) = 125+116+61=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D743D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D743D is #828BC2. Grayscale: #707070. Windows color (decimal): -8555459 or 4027517. OLE color: 4027517.
HSL color Cylindrical-coordinate representation of color #7D743D: hue angle of 51.56º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D743D is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 116 | 61 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.51 |
| HSL | 51.56º | 0.34% | 0.36% | - |
| HSV(B) | 51.56º | 0.51% | 0.49% | - |
| XYZ | 15.55 | 17.19 | 6.91 | - |
| YUV | 112.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 116 | 61 | 0 | 0.07 | 0.51 | 0.51 | 51.56 | 0.34 | 0.36 |
| Hex | 7D | 74 | 3D | 0 | 7 | 33 | 33 | 34 | 22 | 24 |
| Octal | 175 | 164 | 75 | 0 | 7 | 63 | 63 | 64 | 42 | 44 |
| Binary | 1111101 | 1110100 | 111101 | 0 | 111 | 110011 | 110011 | 110100 | 100010 | 100100 |
Color Harmonies of #7D743D
Complementary color
Monochromatic Colors of #7D743D
Black with #7D743D
Text Example
Text Example
White with #7D743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D743D; }
p { color: rgb(125,116,61); }
H1.HeaderClassName
{
color: #7D743D;
}
.AnyTagClassName
{
color: #7D743D;
}
</style>
background-color css
<style>
a { background-color: #7D743D; }
a { background-color: rgb(125,116,61); }
div.DivClassName
{
background-color: #7D743D;
}
.BgClassName
{
background-color: #7D743D;
}
</style>
border-color css
<style>
span { border-color: #7D743D; }
span { border-color: rgb(125,116,61); }
td.TdClassName
{
border-color: #7D743D;
}
.TagClassName
{
border-color: #7D743D;
}
</style>