Shades of Go Ben #77704F
Tints of Go Ben #77704F
RGB
CMYK
RGB Variations
Color information
#77704F (or 0x77704F) is known color: Go Ben. HEX triplet: 77, 70 and 4F. RGB value is (119,112,79). Sum of RGB (Red+Green+Blue) = 119+112+79=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77704F is #888FB0. Grayscale: #6E6E6E. Windows color (decimal): -8949681 or 5206135. OLE color: 5206135.
HSL color Cylindrical-coordinate representation of color #77704F: hue angle of 49.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77704F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 79 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.53 |
| HSL | 49.5º | 0.2% | 0.39% | - |
| HSV(B) | 49.5º | 0.34% | 0.47% | - |
| XYZ | 14.81 | 16.07 | 9.72 | - |
| YUV | 110.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 79 | 0 | 0.06 | 0.34 | 0.53 | 49.5 | 0.2 | 0.39 |
| Hex | 77 | 70 | 4F | 0 | 6 | 22 | 35 | 32 | 14 | 27 |
| Octal | 167 | 160 | 117 | 0 | 6 | 42 | 65 | 62 | 24 | 47 |
| Binary | 1110111 | 1110000 | 1001111 | 0 | 110 | 100010 | 110101 | 110010 | 10100 | 100111 |
Color Harmonies of #77704F
Complementary color
Monochromatic Colors of #77704F
Black with #77704F
Text Example
Text Example
White with #77704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77704F; }
p { color: rgb(119,112,79); }
H1.HeaderClassName
{
color: #77704F;
}
.AnyTagClassName
{
color: #77704F;
}
</style>
background-color css
<style>
a { background-color: #77704F; }
a { background-color: rgb(119,112,79); }
div.DivClassName
{
background-color: #77704F;
}
.BgClassName
{
background-color: #77704F;
}
</style>
border-color css
<style>
span { border-color: #77704F; }
span { border-color: rgb(119,112,79); }
td.TdClassName
{
border-color: #77704F;
}
.TagClassName
{
border-color: #77704F;
}
</style>