Shades of Go Ben #776F3F
Tints of Go Ben #776F3F
RGB
CMYK
RGB Variations
Color information
#776F3F (or 0x776F3F) is known color: Go Ben. HEX triplet: 77, 6F and 3F. RGB value is (119,111,63). Sum of RGB (Red+Green+Blue) = 119+111+63=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #776F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F3F is #8890C0. Grayscale: #6C6C6C. Windows color (decimal): -8949953 or 4157303. OLE color: 4157303.
HSL color Cylindrical-coordinate representation of color #776F3F: hue angle of 51.43º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #776F3F is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 63 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.53 |
| HSL | 51.43º | 0.31% | 0.36% | - |
| HSV(B) | 51.43º | 0.47% | 0.47% | - |
| XYZ | 14.19 | 15.65 | 6.98 | - |
| YUV | 107.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 63 | 0 | 0.07 | 0.47 | 0.53 | 51.43 | 0.31 | 0.36 |
| Hex | 77 | 6F | 3F | 0 | 7 | 2F | 35 | 33 | 1F | 24 |
| Octal | 167 | 157 | 77 | 0 | 7 | 57 | 65 | 63 | 37 | 44 |
| Binary | 1110111 | 1101111 | 111111 | 0 | 111 | 101111 | 110101 | 110011 | 11111 | 100100 |
Color Harmonies of #776F3F
Complementary color
Monochromatic Colors of #776F3F
Black with #776F3F
Text Example
Text Example
White with #776F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F3F; }
p { color: rgb(119,111,63); }
H1.HeaderClassName
{
color: #776F3F;
}
.AnyTagClassName
{
color: #776F3F;
}
</style>
background-color css
<style>
a { background-color: #776F3F; }
a { background-color: rgb(119,111,63); }
div.DivClassName
{
background-color: #776F3F;
}
.BgClassName
{
background-color: #776F3F;
}
</style>
border-color css
<style>
span { border-color: #776F3F; }
span { border-color: rgb(119,111,63); }
td.TdClassName
{
border-color: #776F3F;
}
.TagClassName
{
border-color: #776F3F;
}
</style>