Shades of Go Ben #7B7740
Tints of Go Ben #7B7740
RGB
CMYK
RGB Variations
Color information
#7B7740 (or 0x7B7740) is known color: Go Ben. HEX triplet: 7B, 77 and 40. RGB value is (123,119,64). Sum of RGB (Red+Green+Blue) = 123+119+64=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7740 is #8488BF. Grayscale: #727272. Windows color (decimal): -8685760 or 4224891. OLE color: 4224891.
HSL color Cylindrical-coordinate representation of color #7B7740: hue angle of 55.93º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B7740 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 64 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.52 |
| HSL | 55.93º | 0.32% | 0.37% | - |
| HSV(B) | 55.93º | 0.48% | 0.48% | - |
| XYZ | 15.69 | 17.77 | 7.45 | - |
| YUV | 113.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 64 | 0 | 0.03 | 0.48 | 0.52 | 55.93 | 0.32 | 0.37 |
| Hex | 7B | 77 | 40 | 0 | 3 | 30 | 34 | 38 | 20 | 25 |
| Octal | 173 | 167 | 100 | 0 | 3 | 60 | 64 | 70 | 40 | 45 |
| Binary | 1111011 | 1110111 | 1000000 | 0 | 11 | 110000 | 110100 | 111000 | 100000 | 100101 |
Color Harmonies of #7B7740
Complementary color
Monochromatic Colors of #7B7740
Black with #7B7740
Text Example
Text Example
White with #7B7740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7740; }
p { color: rgb(123,119,64); }
H1.HeaderClassName
{
color: #7B7740;
}
.AnyTagClassName
{
color: #7B7740;
}
</style>
background-color css
<style>
a { background-color: #7B7740; }
a { background-color: rgb(123,119,64); }
div.DivClassName
{
background-color: #7B7740;
}
.BgClassName
{
background-color: #7B7740;
}
</style>
border-color css
<style>
span { border-color: #7B7740; }
span { border-color: rgb(123,119,64); }
td.TdClassName
{
border-color: #7B7740;
}
.TagClassName
{
border-color: #7B7740;
}
</style>