Shades of Go Ben #786F4B
Tints of Go Ben #786F4B
RGB
CMYK
RGB Variations
Color information
#786F4B (or 0x786F4B) is known color: Go Ben. HEX triplet: 78, 6F and 4B. RGB value is (120,111,75). Sum of RGB (Red+Green+Blue) = 120+111+75=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #786F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F4B is #8790B4. Grayscale: #6D6D6D. Windows color (decimal): -8884405 or 4943736. OLE color: 4943736.
HSL color Cylindrical-coordinate representation of color #786F4B: hue angle of 48º 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 #786F4B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 75 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.53 |
| HSL | 48º | 0.23% | 0.38% | - |
| HSV(B) | 48º | 0.38% | 0.47% | - |
| XYZ | 14.7 | 15.87 | 8.95 | - |
| YUV | 109.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 75 | 0 | 0.08 | 0.37 | 0.53 | 48 | 0.23 | 0.38 |
| Hex | 78 | 6F | 4B | 0 | 8 | 25 | 35 | 30 | 17 | 26 |
| Octal | 170 | 157 | 113 | 0 | 10 | 45 | 65 | 60 | 27 | 46 |
| Binary | 1111000 | 1101111 | 1001011 | 0 | 1000 | 100101 | 110101 | 110000 | 10111 | 100110 |
Color Harmonies of #786F4B
Complementary color
Monochromatic Colors of #786F4B
Black with #786F4B
Text Example
Text Example
White with #786F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F4B; }
p { color: rgb(120,111,75); }
H1.HeaderClassName
{
color: #786F4B;
}
.AnyTagClassName
{
color: #786F4B;
}
</style>
background-color css
<style>
a { background-color: #786F4B; }
a { background-color: rgb(120,111,75); }
div.DivClassName
{
background-color: #786F4B;
}
.BgClassName
{
background-color: #786F4B;
}
</style>
border-color css
<style>
span { border-color: #786F4B; }
span { border-color: rgb(120,111,75); }
td.TdClassName
{
border-color: #786F4B;
}
.TagClassName
{
border-color: #786F4B;
}
</style>