Shades of Go Ben #776F46
Tints of Go Ben #776F46
RGB
CMYK
RGB Variations
Color information
#776F46 (or 0x776F46) is known color: Go Ben. HEX triplet: 77, 6F and 46. RGB value is (119,111,70). Sum of RGB (Red+Green+Blue) = 119+111+70=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #776F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F46 is #8890B9. Grayscale: #6C6C6C. Windows color (decimal): -8949946 or 4616055. OLE color: 4616055.
HSL color Cylindrical-coordinate representation of color #776F46: hue angle of 50.2º 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 #776F46 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 70 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.53 |
| HSL | 50.2º | 0.26% | 0.37% | - |
| HSV(B) | 50.2º | 0.41% | 0.47% | - |
| XYZ | 14.4 | 15.73 | 8.07 | - |
| YUV | 108.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 70 | 0 | 0.07 | 0.41 | 0.53 | 50.2 | 0.26 | 0.37 |
| Hex | 77 | 6F | 46 | 0 | 7 | 29 | 35 | 32 | 1A | 25 |
| Octal | 167 | 157 | 106 | 0 | 7 | 51 | 65 | 62 | 32 | 45 |
| Binary | 1110111 | 1101111 | 1000110 | 0 | 111 | 101001 | 110101 | 110010 | 11010 | 100101 |
Color Harmonies of #776F46
Complementary color
Monochromatic Colors of #776F46
Black with #776F46
Text Example
Text Example
White with #776F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F46; }
p { color: rgb(119,111,70); }
H1.HeaderClassName
{
color: #776F46;
}
.AnyTagClassName
{
color: #776F46;
}
</style>
background-color css
<style>
a { background-color: #776F46; }
a { background-color: rgb(119,111,70); }
div.DivClassName
{
background-color: #776F46;
}
.BgClassName
{
background-color: #776F46;
}
</style>
border-color css
<style>
span { border-color: #776F46; }
span { border-color: rgb(119,111,70); }
td.TdClassName
{
border-color: #776F46;
}
.TagClassName
{
border-color: #776F46;
}
</style>