Shades of Go Ben #786D4B
Tints of Go Ben #786D4B
RGB
CMYK
RGB Variations
Color information
#786D4B (or 0x786D4B) is known color: Go Ben. HEX triplet: 78, 6D and 4B. RGB value is (120,109,75). Sum of RGB (Red+Green+Blue) = 120+109+75=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #786D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786D4B is #8792B4. Grayscale: #6C6C6C. Windows color (decimal): -8884917 or 4943224. OLE color: 4943224.
HSL color Cylindrical-coordinate representation of color #786D4B: hue angle of 45.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #786D4B is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 75 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.53 |
| HSL | 45.33º | 0.23% | 0.38% | - |
| HSV(B) | 45.33º | 0.38% | 0.47% | - |
| XYZ | 14.48 | 15.44 | 8.87 | - |
| YUV | 108.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 75 | 0 | 0.09 | 0.37 | 0.53 | 45.33 | 0.23 | 0.38 |
| Hex | 78 | 6D | 4B | 0 | 9 | 25 | 35 | 2D | 17 | 26 |
| Octal | 170 | 155 | 113 | 0 | 11 | 45 | 65 | 55 | 27 | 46 |
| Binary | 1111000 | 1101101 | 1001011 | 0 | 1001 | 100101 | 110101 | 101101 | 10111 | 100110 |
Color Harmonies of #786D4B
Complementary color
Monochromatic Colors of #786D4B
Black with #786D4B
Text Example
Text Example
White with #786D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D4B; }
p { color: rgb(120,109,75); }
H1.HeaderClassName
{
color: #786D4B;
}
.AnyTagClassName
{
color: #786D4B;
}
</style>
background-color css
<style>
a { background-color: #786D4B; }
a { background-color: rgb(120,109,75); }
div.DivClassName
{
background-color: #786D4B;
}
.BgClassName
{
background-color: #786D4B;
}
</style>
border-color css
<style>
span { border-color: #786D4B; }
span { border-color: rgb(120,109,75); }
td.TdClassName
{
border-color: #786D4B;
}
.TagClassName
{
border-color: #786D4B;
}
</style>