Shades of Go Ben #786F41
Tints of Go Ben #786F41
RGB
CMYK
RGB Variations
Color information
#786F41 (or 0x786F41) is known color: Go Ben. HEX triplet: 78, 6F and 41. RGB value is (120,111,65). Sum of RGB (Red+Green+Blue) = 120+111+65=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #786F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F41 is #8790BE. Grayscale: #6C6C6C. Windows color (decimal): -8884415 or 4288376. OLE color: 4288376.
HSL color Cylindrical-coordinate representation of color #786F41: hue angle of 50.18º 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 #786F41 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 65 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.53 |
| HSL | 50.18º | 0.3% | 0.36% | - |
| HSV(B) | 50.18º | 0.46% | 0.47% | - |
| XYZ | 14.38 | 15.74 | 7.28 | - |
| YUV | 108.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 65 | 0 | 0.08 | 0.46 | 0.53 | 50.18 | 0.3 | 0.36 |
| Hex | 78 | 6F | 41 | 0 | 8 | 2E | 35 | 32 | 1E | 24 |
| Octal | 170 | 157 | 101 | 0 | 10 | 56 | 65 | 62 | 36 | 44 |
| Binary | 1111000 | 1101111 | 1000001 | 0 | 1000 | 101110 | 110101 | 110010 | 11110 | 100100 |
Color Harmonies of #786F41
Complementary color
Monochromatic Colors of #786F41
Black with #786F41
Text Example
Text Example
White with #786F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F41; }
p { color: rgb(120,111,65); }
H1.HeaderClassName
{
color: #786F41;
}
.AnyTagClassName
{
color: #786F41;
}
</style>
background-color css
<style>
a { background-color: #786F41; }
a { background-color: rgb(120,111,65); }
div.DivClassName
{
background-color: #786F41;
}
.BgClassName
{
background-color: #786F41;
}
</style>
border-color css
<style>
span { border-color: #786F41; }
span { border-color: rgb(120,111,65); }
td.TdClassName
{
border-color: #786F41;
}
.TagClassName
{
border-color: #786F41;
}
</style>