Shades of Go Ben #7B6F40
Tints of Go Ben #7B6F40
RGB
CMYK
RGB Variations
Color information
#7B6F40 (or 0x7B6F40) is known color: Go Ben. HEX triplet: 7B, 6F and 40. RGB value is (123,111,64). Sum of RGB (Red+Green+Blue) = 123+111+64=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6F40 is #8490BF. Grayscale: #6D6D6D. Windows color (decimal): -8687808 or 4222843. OLE color: 4222843.
HSL color Cylindrical-coordinate representation of color #7B6F40: hue angle of 47.8º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B6F40 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 64 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.52 |
| HSL | 47.8º | 0.32% | 0.37% | - |
| HSV(B) | 47.8º | 0.48% | 0.48% | - |
| XYZ | 14.78 | 15.95 | 7.15 | - |
| YUV | 109.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 64 | 0 | 0.10 | 0.48 | 0.52 | 47.8 | 0.32 | 0.37 |
| Hex | 7B | 6F | 40 | 0 | A | 30 | 34 | 30 | 20 | 25 |
| Octal | 173 | 157 | 100 | 0 | 12 | 60 | 64 | 60 | 40 | 45 |
| Binary | 1111011 | 1101111 | 1000000 | 0 | 1010 | 110000 | 110100 | 110000 | 100000 | 100101 |
Color Harmonies of #7B6F40
Complementary color
Monochromatic Colors of #7B6F40
Black with #7B6F40
Text Example
Text Example
White with #7B6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F40; }
p { color: rgb(123,111,64); }
H1.HeaderClassName
{
color: #7B6F40;
}
.AnyTagClassName
{
color: #7B6F40;
}
</style>
background-color css
<style>
a { background-color: #7B6F40; }
a { background-color: rgb(123,111,64); }
div.DivClassName
{
background-color: #7B6F40;
}
.BgClassName
{
background-color: #7B6F40;
}
</style>
border-color css
<style>
span { border-color: #7B6F40; }
span { border-color: rgb(123,111,64); }
td.TdClassName
{
border-color: #7B6F40;
}
.TagClassName
{
border-color: #7B6F40;
}
</style>