Shades of Go Ben #786C41
Tints of Go Ben #786C41
RGB
CMYK
RGB Variations
Color information
#786C41 (or 0x786C41) is known color: Go Ben. HEX triplet: 78, 6C and 41. RGB value is (120,108,65). Sum of RGB (Red+Green+Blue) = 120+108+65=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #786C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C41 is #8793BE. Grayscale: #6A6A6A. Windows color (decimal): -8885183 or 4287608. OLE color: 4287608.
HSL color Cylindrical-coordinate representation of color #786C41: hue angle of 46.91º 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 #786C41 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 65 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.53 |
| HSL | 46.91º | 0.3% | 0.36% | - |
| HSV(B) | 46.91º | 0.46% | 0.47% | - |
| XYZ | 14.06 | 15.1 | 7.17 | - |
| YUV | 106.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 65 | 0 | 0.10 | 0.46 | 0.53 | 46.91 | 0.3 | 0.36 |
| Hex | 78 | 6C | 41 | 0 | A | 2E | 35 | 2F | 1E | 24 |
| Octal | 170 | 154 | 101 | 0 | 12 | 56 | 65 | 57 | 36 | 44 |
| Binary | 1111000 | 1101100 | 1000001 | 0 | 1010 | 101110 | 110101 | 101111 | 11110 | 100100 |
Color Harmonies of #786C41
Complementary color
Monochromatic Colors of #786C41
Black with #786C41
Text Example
Text Example
White with #786C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C41; }
p { color: rgb(120,108,65); }
H1.HeaderClassName
{
color: #786C41;
}
.AnyTagClassName
{
color: #786C41;
}
</style>
background-color css
<style>
a { background-color: #786C41; }
a { background-color: rgb(120,108,65); }
div.DivClassName
{
background-color: #786C41;
}
.BgClassName
{
background-color: #786C41;
}
</style>
border-color css
<style>
span { border-color: #786C41; }
span { border-color: rgb(120,108,65); }
td.TdClassName
{
border-color: #786C41;
}
.TagClassName
{
border-color: #786C41;
}
</style>