Shades of Go Ben #7B7146
Tints of Go Ben #7B7146
RGB
CMYK
RGB Variations
Color information
#7B7146 (or 0x7B7146) is known color: Go Ben. HEX triplet: 7B, 71 and 46. RGB value is (123,113,70). Sum of RGB (Red+Green+Blue) = 123+113+70=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7146 is #848EB9. Grayscale: #6F6F6F. Windows color (decimal): -8687290 or 4616571. OLE color: 4616571.
HSL color Cylindrical-coordinate representation of color #7B7146: hue angle of 48.68º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B7146 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 70 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.52 |
| HSL | 48.68º | 0.27% | 0.38% | - |
| HSV(B) | 48.68º | 0.43% | 0.48% | - |
| XYZ | 15.18 | 16.46 | 8.17 | - |
| YUV | 111.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 70 | 0 | 0.08 | 0.43 | 0.52 | 48.68 | 0.27 | 0.38 |
| Hex | 7B | 71 | 46 | 0 | 8 | 2B | 34 | 31 | 1B | 26 |
| Octal | 173 | 161 | 106 | 0 | 10 | 53 | 64 | 61 | 33 | 46 |
| Binary | 1111011 | 1110001 | 1000110 | 0 | 1000 | 101011 | 110100 | 110001 | 11011 | 100110 |
Color Harmonies of #7B7146
Complementary color
Monochromatic Colors of #7B7146
Black with #7B7146
Text Example
Text Example
White with #7B7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7146; }
p { color: rgb(123,113,70); }
H1.HeaderClassName
{
color: #7B7146;
}
.AnyTagClassName
{
color: #7B7146;
}
</style>
background-color css
<style>
a { background-color: #7B7146; }
a { background-color: rgb(123,113,70); }
div.DivClassName
{
background-color: #7B7146;
}
.BgClassName
{
background-color: #7B7146;
}
</style>
border-color css
<style>
span { border-color: #7B7146; }
span { border-color: rgb(123,113,70); }
td.TdClassName
{
border-color: #7B7146;
}
.TagClassName
{
border-color: #7B7146;
}
</style>