Shades of Go Ben #77704D
Tints of Go Ben #77704D
RGB
CMYK
RGB Variations
Color information
#77704D (or 0x77704D) is known color: Go Ben. HEX triplet: 77, 70 and 4D. RGB value is (119,112,77). Sum of RGB (Red+Green+Blue) = 119+112+77=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #77704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77704D is #888FB2. Grayscale: #6E6E6E. Windows color (decimal): -8949683 or 5075063. OLE color: 5075063.
HSL color Cylindrical-coordinate representation of color #77704D: hue angle of 50º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77704D is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 77 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.53 |
| HSL | 50º | 0.21% | 0.38% | - |
| HSV(B) | 50º | 0.35% | 0.47% | - |
| XYZ | 14.74 | 16.05 | 9.34 | - |
| YUV | 110.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 77 | 0 | 0.06 | 0.35 | 0.53 | 50 | 0.21 | 0.38 |
| Hex | 77 | 70 | 4D | 0 | 6 | 23 | 35 | 32 | 15 | 26 |
| Octal | 167 | 160 | 115 | 0 | 6 | 43 | 65 | 62 | 25 | 46 |
| Binary | 1110111 | 1110000 | 1001101 | 0 | 110 | 100011 | 110101 | 110010 | 10101 | 100110 |
Color Harmonies of #77704D
Complementary color
Monochromatic Colors of #77704D
Black with #77704D
Text Example
Text Example
White with #77704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77704D; }
p { color: rgb(119,112,77); }
H1.HeaderClassName
{
color: #77704D;
}
.AnyTagClassName
{
color: #77704D;
}
</style>
background-color css
<style>
a { background-color: #77704D; }
a { background-color: rgb(119,112,77); }
div.DivClassName
{
background-color: #77704D;
}
.BgClassName
{
background-color: #77704D;
}
</style>
border-color css
<style>
span { border-color: #77704D; }
span { border-color: rgb(119,112,77); }
td.TdClassName
{
border-color: #77704D;
}
.TagClassName
{
border-color: #77704D;
}
</style>