Shades of Go Ben #7B7240
Tints of Go Ben #7B7240
RGB
CMYK
RGB Variations
Color information
#7B7240 (or 0x7B7240) is known color: Go Ben. HEX triplet: 7B, 72 and 40. RGB value is (123,114,64). Sum of RGB (Red+Green+Blue) = 123+114+64=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7240 is #848DBF. Grayscale: #6F6F6F. Windows color (decimal): -8687040 or 4223611. OLE color: 4223611.
HSL color Cylindrical-coordinate representation of color #7B7240: hue angle of 50.85º 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 #7B7240 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 114 | 64 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.52 |
| HSL | 50.85º | 0.32% | 0.37% | - |
| HSV(B) | 50.85º | 0.48% | 0.48% | - |
| XYZ | 15.11 | 16.62 | 7.26 | - |
| YUV | 110.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 64 | 0 | 0.07 | 0.48 | 0.52 | 50.85 | 0.32 | 0.37 |
| Hex | 7B | 72 | 40 | 0 | 7 | 30 | 34 | 33 | 20 | 25 |
| Octal | 173 | 162 | 100 | 0 | 7 | 60 | 64 | 63 | 40 | 45 |
| Binary | 1111011 | 1110010 | 1000000 | 0 | 111 | 110000 | 110100 | 110011 | 100000 | 100101 |
Color Harmonies of #7B7240
Complementary color
Monochromatic Colors of #7B7240
Black with #7B7240
Text Example
Text Example
White with #7B7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7240; }
p { color: rgb(123,114,64); }
H1.HeaderClassName
{
color: #7B7240;
}
.AnyTagClassName
{
color: #7B7240;
}
</style>
background-color css
<style>
a { background-color: #7B7240; }
a { background-color: rgb(123,114,64); }
div.DivClassName
{
background-color: #7B7240;
}
.BgClassName
{
background-color: #7B7240;
}
</style>
border-color css
<style>
span { border-color: #7B7240; }
span { border-color: rgb(123,114,64); }
td.TdClassName
{
border-color: #7B7240;
}
.TagClassName
{
border-color: #7B7240;
}
</style>