Shades of Go Ben #77713F
Tints of Go Ben #77713F
RGB
CMYK
RGB Variations
Color information
#77713F (or 0x77713F) is known color: Go Ben. HEX triplet: 77, 71 and 3F. RGB value is (119,113,63). Sum of RGB (Red+Green+Blue) = 119+113+63=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77713F is #888EC0. Grayscale: #6D6D6D. Windows color (decimal): -8949441 or 4157815. OLE color: 4157815.
HSL color Cylindrical-coordinate representation of color #77713F: hue angle of 53.57º 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 #77713F is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 63 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.53 |
| HSL | 53.57º | 0.31% | 0.36% | - |
| HSV(B) | 53.57º | 0.47% | 0.47% | - |
| XYZ | 14.41 | 16.09 | 7.05 | - |
| YUV | 109.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 63 | 0 | 0.05 | 0.47 | 0.53 | 53.57 | 0.31 | 0.36 |
| Hex | 77 | 71 | 3F | 0 | 5 | 2F | 35 | 36 | 1F | 24 |
| Octal | 167 | 161 | 77 | 0 | 5 | 57 | 65 | 66 | 37 | 44 |
| Binary | 1110111 | 1110001 | 111111 | 0 | 101 | 101111 | 110101 | 110110 | 11111 | 100100 |
Color Harmonies of #77713F
Complementary color
Monochromatic Colors of #77713F
Black with #77713F
Text Example
Text Example
White with #77713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77713F; }
p { color: rgb(119,113,63); }
H1.HeaderClassName
{
color: #77713F;
}
.AnyTagClassName
{
color: #77713F;
}
</style>
background-color css
<style>
a { background-color: #77713F; }
a { background-color: rgb(119,113,63); }
div.DivClassName
{
background-color: #77713F;
}
.BgClassName
{
background-color: #77713F;
}
</style>
border-color css
<style>
span { border-color: #77713F; }
span { border-color: rgb(119,113,63); }
td.TdClassName
{
border-color: #77713F;
}
.TagClassName
{
border-color: #77713F;
}
</style>