Shades of Go Ben #7B7142
Tints of Go Ben #7B7142
RGB
CMYK
RGB Variations
Color information
#7B7142 (or 0x7B7142) is known color: Go Ben. HEX triplet: 7B, 71 and 42. RGB value is (123,113,66). Sum of RGB (Red+Green+Blue) = 123+113+66=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7142 is #848EBD. Grayscale: #6E6E6E. Windows color (decimal): -8687294 or 4354427. OLE color: 4354427.
HSL color Cylindrical-coordinate representation of color #7B7142: hue angle of 49.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B7142 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 66 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.52 |
| HSL | 49.47º | 0.3% | 0.37% | - |
| HSV(B) | 49.47º | 0.46% | 0.48% | - |
| XYZ | 15.06 | 16.41 | 7.53 | - |
| YUV | 110.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 66 | 0 | 0.08 | 0.46 | 0.52 | 49.47 | 0.3 | 0.37 |
| Hex | 7B | 71 | 42 | 0 | 8 | 2E | 34 | 31 | 1E | 25 |
| Octal | 173 | 161 | 102 | 0 | 10 | 56 | 64 | 61 | 36 | 45 |
| Binary | 1111011 | 1110001 | 1000010 | 0 | 1000 | 101110 | 110100 | 110001 | 11110 | 100101 |
Color Harmonies of #7B7142
Complementary color
Monochromatic Colors of #7B7142
Black with #7B7142
Text Example
Text Example
White with #7B7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7142; }
p { color: rgb(123,113,66); }
H1.HeaderClassName
{
color: #7B7142;
}
.AnyTagClassName
{
color: #7B7142;
}
</style>
background-color css
<style>
a { background-color: #7B7142; }
a { background-color: rgb(123,113,66); }
div.DivClassName
{
background-color: #7B7142;
}
.BgClassName
{
background-color: #7B7142;
}
</style>
border-color css
<style>
span { border-color: #7B7142; }
span { border-color: rgb(123,113,66); }
td.TdClassName
{
border-color: #7B7142;
}
.TagClassName
{
border-color: #7B7142;
}
</style>