Shades of Go Ben #7B6946
Tints of Go Ben #7B6946
RGB
CMYK
RGB Variations
Color information
#7B6946 (or 0x7B6946) is known color: Go Ben. HEX triplet: 7B, 69 and 46. RGB value is (123,105,70). Sum of RGB (Red+Green+Blue) = 123+105+70=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6946 is #8496B9. Grayscale: #6A6A6A. Windows color (decimal): -8689338 or 4614523. OLE color: 4614523.
HSL color Cylindrical-coordinate representation of color #7B6946: hue angle of 39.62º 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 #7B6946 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 70 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.52 |
| HSL | 39.62º | 0.27% | 0.38% | - |
| HSV(B) | 39.62º | 0.43% | 0.48% | - |
| XYZ | 14.33 | 14.76 | 7.89 | - |
| YUV | 106.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 70 | 0 | 0.15 | 0.43 | 0.52 | 39.62 | 0.27 | 0.38 |
| Hex | 7B | 69 | 46 | 0 | F | 2B | 34 | 28 | 1B | 26 |
| Octal | 173 | 151 | 106 | 0 | 17 | 53 | 64 | 50 | 33 | 46 |
| Binary | 1111011 | 1101001 | 1000110 | 0 | 1111 | 101011 | 110100 | 101000 | 11011 | 100110 |
Color Harmonies of #7B6946
Complementary color
Monochromatic Colors of #7B6946
Black with #7B6946
Text Example
Text Example
White with #7B6946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6946; }
p { color: rgb(123,105,70); }
H1.HeaderClassName
{
color: #7B6946;
}
.AnyTagClassName
{
color: #7B6946;
}
</style>
background-color css
<style>
a { background-color: #7B6946; }
a { background-color: rgb(123,105,70); }
div.DivClassName
{
background-color: #7B6946;
}
.BgClassName
{
background-color: #7B6946;
}
</style>
border-color css
<style>
span { border-color: #7B6946; }
span { border-color: rgb(123,105,70); }
td.TdClassName
{
border-color: #7B6946;
}
.TagClassName
{
border-color: #7B6946;
}
</style>