Shades of Go Ben #7D7342
Tints of Go Ben #7D7342
RGB
CMYK
RGB Variations
Color information
#7D7342 (or 0x7D7342) is known color: Go Ben. HEX triplet: 7D, 73 and 42. RGB value is (125,115,66). Sum of RGB (Red+Green+Blue) = 125+115+66=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7342 is #828CBD. Grayscale: #707070. Windows color (decimal): -8555710 or 4354941. OLE color: 4354941.
HSL color Cylindrical-coordinate representation of color #7D7342: hue angle of 49.83º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D7342 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 115 | 66 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.51 |
| HSL | 49.83º | 0.31% | 0.37% | - |
| HSV(B) | 49.83º | 0.47% | 0.49% | - |
| XYZ | 15.57 | 17.01 | 7.62 | - |
| YUV | 112.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 66 | 0 | 0.08 | 0.47 | 0.51 | 49.83 | 0.31 | 0.37 |
| Hex | 7D | 73 | 42 | 0 | 8 | 2F | 33 | 32 | 1F | 25 |
| Octal | 175 | 163 | 102 | 0 | 10 | 57 | 63 | 62 | 37 | 45 |
| Binary | 1111101 | 1110011 | 1000010 | 0 | 1000 | 101111 | 110011 | 110010 | 11111 | 100101 |
Color Harmonies of #7D7342
Complementary color
Monochromatic Colors of #7D7342
Black with #7D7342
Text Example
Text Example
White with #7D7342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7342; }
p { color: rgb(125,115,66); }
H1.HeaderClassName
{
color: #7D7342;
}
.AnyTagClassName
{
color: #7D7342;
}
</style>
background-color css
<style>
a { background-color: #7D7342; }
a { background-color: rgb(125,115,66); }
div.DivClassName
{
background-color: #7D7342;
}
.BgClassName
{
background-color: #7D7342;
}
</style>
border-color css
<style>
span { border-color: #7D7342; }
span { border-color: rgb(125,115,66); }
td.TdClassName
{
border-color: #7D7342;
}
.TagClassName
{
border-color: #7D7342;
}
</style>