Shades of Go Ben #7B7340
Tints of Go Ben #7B7340
RGB
CMYK
RGB Variations
Color information
#7B7340 (or 0x7B7340) is known color: Go Ben. HEX triplet: 7B, 73 and 40. RGB value is (123,115,64). Sum of RGB (Red+Green+Blue) = 123+115+64=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7340 is #848CBF. Grayscale: #6F6F6F. Windows color (decimal): -8686784 or 4223867. OLE color: 4223867.
HSL color Cylindrical-coordinate representation of color #7B7340: hue angle of 51.86º 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 #7B7340 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 64 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.52 |
| HSL | 51.86º | 0.32% | 0.37% | - |
| HSV(B) | 51.86º | 0.48% | 0.48% | - |
| XYZ | 15.22 | 16.84 | 7.3 | - |
| YUV | 111.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 64 | 0 | 0.07 | 0.48 | 0.52 | 51.86 | 0.32 | 0.37 |
| Hex | 7B | 73 | 40 | 0 | 7 | 30 | 34 | 34 | 20 | 25 |
| Octal | 173 | 163 | 100 | 0 | 7 | 60 | 64 | 64 | 40 | 45 |
| Binary | 1111011 | 1110011 | 1000000 | 0 | 111 | 110000 | 110100 | 110100 | 100000 | 100101 |
Color Harmonies of #7B7340
Complementary color
Monochromatic Colors of #7B7340
Black with #7B7340
Text Example
Text Example
White with #7B7340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7340; }
p { color: rgb(123,115,64); }
H1.HeaderClassName
{
color: #7B7340;
}
.AnyTagClassName
{
color: #7B7340;
}
</style>
background-color css
<style>
a { background-color: #7B7340; }
a { background-color: rgb(123,115,64); }
div.DivClassName
{
background-color: #7B7340;
}
.BgClassName
{
background-color: #7B7340;
}
</style>
border-color css
<style>
span { border-color: #7B7340; }
span { border-color: rgb(123,115,64); }
td.TdClassName
{
border-color: #7B7340;
}
.TagClassName
{
border-color: #7B7340;
}
</style>