Shades of Go Ben #786E4D
Tints of Go Ben #786E4D
RGB
CMYK
RGB Variations
Color information
#786E4D (or 0x786E4D) is known color: Go Ben. HEX triplet: 78, 6E and 4D. RGB value is (120,110,77). Sum of RGB (Red+Green+Blue) = 120+110+77=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #786E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E4D is #8791B2. Grayscale: #6D6D6D. Windows color (decimal): -8884659 or 5074552. OLE color: 5074552.
HSL color Cylindrical-coordinate representation of color #786E4D: hue angle of 46.05º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #786E4D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 77 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.53 |
| HSL | 46.05º | 0.22% | 0.39% | - |
| HSV(B) | 46.05º | 0.36% | 0.47% | - |
| XYZ | 14.66 | 15.68 | 9.28 | - |
| YUV | 109.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 77 | 0 | 0.08 | 0.36 | 0.53 | 46.05 | 0.22 | 0.39 |
| Hex | 78 | 6E | 4D | 0 | 8 | 24 | 35 | 2E | 16 | 27 |
| Octal | 170 | 156 | 115 | 0 | 10 | 44 | 65 | 56 | 26 | 47 |
| Binary | 1111000 | 1101110 | 1001101 | 0 | 1000 | 100100 | 110101 | 101110 | 10110 | 100111 |
Color Harmonies of #786E4D
Complementary color
Monochromatic Colors of #786E4D
Black with #786E4D
Text Example
Text Example
White with #786E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E4D; }
p { color: rgb(120,110,77); }
H1.HeaderClassName
{
color: #786E4D;
}
.AnyTagClassName
{
color: #786E4D;
}
</style>
background-color css
<style>
a { background-color: #786E4D; }
a { background-color: rgb(120,110,77); }
div.DivClassName
{
background-color: #786E4D;
}
.BgClassName
{
background-color: #786E4D;
}
</style>
border-color css
<style>
span { border-color: #786E4D; }
span { border-color: rgb(120,110,77); }
td.TdClassName
{
border-color: #786E4D;
}
.TagClassName
{
border-color: #786E4D;
}
</style>