Shades of Go Ben #786F47
Tints of Go Ben #786F47
RGB
CMYK
RGB Variations
Color information
#786F47 (or 0x786F47) is known color: Go Ben. HEX triplet: 78, 6F and 47. RGB value is (120,111,71). Sum of RGB (Red+Green+Blue) = 120+111+71=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #786F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F47 is #8790B8. Grayscale: #6D6D6D. Windows color (decimal): -8884409 or 4681592. OLE color: 4681592.
HSL color Cylindrical-coordinate representation of color #786F47: hue angle of 48.98º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #786F47 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 71 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.53 |
| HSL | 48.98º | 0.26% | 0.37% | - |
| HSV(B) | 48.98º | 0.41% | 0.47% | - |
| XYZ | 14.57 | 15.82 | 8.25 | - |
| YUV | 109.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 71 | 0 | 0.08 | 0.41 | 0.53 | 48.98 | 0.26 | 0.37 |
| Hex | 78 | 6F | 47 | 0 | 8 | 29 | 35 | 31 | 1A | 25 |
| Octal | 170 | 157 | 107 | 0 | 10 | 51 | 65 | 61 | 32 | 45 |
| Binary | 1111000 | 1101111 | 1000111 | 0 | 1000 | 101001 | 110101 | 110001 | 11010 | 100101 |
Color Harmonies of #786F47
Complementary color
Monochromatic Colors of #786F47
Black with #786F47
Text Example
Text Example
White with #786F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F47; }
p { color: rgb(120,111,71); }
H1.HeaderClassName
{
color: #786F47;
}
.AnyTagClassName
{
color: #786F47;
}
</style>
background-color css
<style>
a { background-color: #786F47; }
a { background-color: rgb(120,111,71); }
div.DivClassName
{
background-color: #786F47;
}
.BgClassName
{
background-color: #786F47;
}
</style>
border-color css
<style>
span { border-color: #786F47; }
span { border-color: rgb(120,111,71); }
td.TdClassName
{
border-color: #786F47;
}
.TagClassName
{
border-color: #786F47;
}
</style>