Shades of Go Ben #7B7141
Tints of Go Ben #7B7141
RGB
CMYK
RGB Variations
Color information
#7B7141 (or 0x7B7141) is known color: Go Ben. HEX triplet: 7B, 71 and 41. RGB value is (123,113,65). Sum of RGB (Red+Green+Blue) = 123+113+65=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7141 is #848EBE. Grayscale: #6E6E6E. Windows color (decimal): -8687295 or 4288891. OLE color: 4288891.
HSL color Cylindrical-coordinate representation of color #7B7141: hue angle of 49.66º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B7141 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 65 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.52 |
| HSL | 49.66º | 0.31% | 0.37% | - |
| HSV(B) | 49.66º | 0.47% | 0.48% | - |
| XYZ | 15.03 | 16.4 | 7.38 | - |
| YUV | 110.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 65 | 0 | 0.08 | 0.47 | 0.52 | 49.66 | 0.31 | 0.37 |
| Hex | 7B | 71 | 41 | 0 | 8 | 2F | 34 | 32 | 1F | 25 |
| Octal | 173 | 161 | 101 | 0 | 10 | 57 | 64 | 62 | 37 | 45 |
| Binary | 1111011 | 1110001 | 1000001 | 0 | 1000 | 101111 | 110100 | 110010 | 11111 | 100101 |
Color Harmonies of #7B7141
Complementary color
Monochromatic Colors of #7B7141
Black with #7B7141
Text Example
Text Example
White with #7B7141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7141; }
p { color: rgb(123,113,65); }
H1.HeaderClassName
{
color: #7B7141;
}
.AnyTagClassName
{
color: #7B7141;
}
</style>
background-color css
<style>
a { background-color: #7B7141; }
a { background-color: rgb(123,113,65); }
div.DivClassName
{
background-color: #7B7141;
}
.BgClassName
{
background-color: #7B7141;
}
</style>
border-color css
<style>
span { border-color: #7B7141; }
span { border-color: rgb(123,113,65); }
td.TdClassName
{
border-color: #7B7141;
}
.TagClassName
{
border-color: #7B7141;
}
</style>