Shades of Go Ben #7B7346
Tints of Go Ben #7B7346
RGB
CMYK
RGB Variations
Color information
#7B7346 (or 0x7B7346) is known color: Go Ben. HEX triplet: 7B, 73 and 46. RGB value is (123,115,70). Sum of RGB (Red+Green+Blue) = 123+115+70=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7346 is #848CB9. Grayscale: #707070. Windows color (decimal): -8686778 or 4617083. OLE color: 4617083.
HSL color Cylindrical-coordinate representation of color #7B7346: hue angle of 50.94º 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 #7B7346 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 70 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.52 |
| HSL | 50.94º | 0.27% | 0.38% | - |
| HSV(B) | 50.94º | 0.43% | 0.48% | - |
| XYZ | 15.4 | 16.91 | 8.25 | - |
| YUV | 112.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 70 | 0 | 0.07 | 0.43 | 0.52 | 50.94 | 0.27 | 0.38 |
| Hex | 7B | 73 | 46 | 0 | 7 | 2B | 34 | 33 | 1B | 26 |
| Octal | 173 | 163 | 106 | 0 | 7 | 53 | 64 | 63 | 33 | 46 |
| Binary | 1111011 | 1110011 | 1000110 | 0 | 111 | 101011 | 110100 | 110011 | 11011 | 100110 |
Color Harmonies of #7B7346
Complementary color
Monochromatic Colors of #7B7346
Black with #7B7346
Text Example
Text Example
White with #7B7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7346; }
p { color: rgb(123,115,70); }
H1.HeaderClassName
{
color: #7B7346;
}
.AnyTagClassName
{
color: #7B7346;
}
</style>
background-color css
<style>
a { background-color: #7B7346; }
a { background-color: rgb(123,115,70); }
div.DivClassName
{
background-color: #7B7346;
}
.BgClassName
{
background-color: #7B7346;
}
</style>
border-color css
<style>
span { border-color: #7B7346; }
span { border-color: rgb(123,115,70); }
td.TdClassName
{
border-color: #7B7346;
}
.TagClassName
{
border-color: #7B7346;
}
</style>