Shades of Go Ben #786D41
Tints of Go Ben #786D41
RGB
CMYK
RGB Variations
Color information
#786D41 (or 0x786D41) is known color: Go Ben. HEX triplet: 78, 6D and 41. RGB value is (120,109,65). Sum of RGB (Red+Green+Blue) = 120+109+65=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #786D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786D41 is #8792BE. Grayscale: #6B6B6B. Windows color (decimal): -8884927 or 4287864. OLE color: 4287864.
HSL color Cylindrical-coordinate representation of color #786D41: hue angle of 48º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #786D41 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 65 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.53 |
| HSL | 48º | 0.3% | 0.36% | - |
| HSV(B) | 48º | 0.46% | 0.47% | - |
| XYZ | 14.17 | 15.31 | 7.21 | - |
| YUV | 107.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 65 | 0 | 0.09 | 0.46 | 0.53 | 48 | 0.3 | 0.36 |
| Hex | 78 | 6D | 41 | 0 | 9 | 2E | 35 | 30 | 1E | 24 |
| Octal | 170 | 155 | 101 | 0 | 11 | 56 | 65 | 60 | 36 | 44 |
| Binary | 1111000 | 1101101 | 1000001 | 0 | 1001 | 101110 | 110101 | 110000 | 11110 | 100100 |
Color Harmonies of #786D41
Complementary color
Monochromatic Colors of #786D41
Black with #786D41
Text Example
Text Example
White with #786D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D41; }
p { color: rgb(120,109,65); }
H1.HeaderClassName
{
color: #786D41;
}
.AnyTagClassName
{
color: #786D41;
}
</style>
background-color css
<style>
a { background-color: #786D41; }
a { background-color: rgb(120,109,65); }
div.DivClassName
{
background-color: #786D41;
}
.BgClassName
{
background-color: #786D41;
}
</style>
border-color css
<style>
span { border-color: #786D41; }
span { border-color: rgb(120,109,65); }
td.TdClassName
{
border-color: #786D41;
}
.TagClassName
{
border-color: #786D41;
}
</style>