Shades of Go Ben #776F4B
Tints of Go Ben #776F4B
RGB
CMYK
RGB Variations
Color information
#776F4B (or 0x776F4B) is known color: Go Ben. HEX triplet: 77, 6F and 4B. RGB value is (119,111,75). Sum of RGB (Red+Green+Blue) = 119+111+75=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #776F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F4B is #8890B4. Grayscale: #6D6D6D. Windows color (decimal): -8949941 or 4943735. OLE color: 4943735.
HSL color Cylindrical-coordinate representation of color #776F4B: hue angle of 49.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #776F4B is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 75 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.53 |
| HSL | 49.09º | 0.23% | 0.38% | - |
| HSV(B) | 49.09º | 0.37% | 0.47% | - |
| XYZ | 14.56 | 15.8 | 8.94 | - |
| YUV | 109.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 75 | 0 | 0.07 | 0.37 | 0.53 | 49.09 | 0.23 | 0.38 |
| Hex | 77 | 6F | 4B | 0 | 7 | 25 | 35 | 31 | 17 | 26 |
| Octal | 167 | 157 | 113 | 0 | 7 | 45 | 65 | 61 | 27 | 46 |
| Binary | 1110111 | 1101111 | 1001011 | 0 | 111 | 100101 | 110101 | 110001 | 10111 | 100110 |
Color Harmonies of #776F4B
Complementary color
Monochromatic Colors of #776F4B
Black with #776F4B
Text Example
Text Example
White with #776F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F4B; }
p { color: rgb(119,111,75); }
H1.HeaderClassName
{
color: #776F4B;
}
.AnyTagClassName
{
color: #776F4B;
}
</style>
background-color css
<style>
a { background-color: #776F4B; }
a { background-color: rgb(119,111,75); }
div.DivClassName
{
background-color: #776F4B;
}
.BgClassName
{
background-color: #776F4B;
}
</style>
border-color css
<style>
span { border-color: #776F4B; }
span { border-color: rgb(119,111,75); }
td.TdClassName
{
border-color: #776F4B;
}
.TagClassName
{
border-color: #776F4B;
}
</style>