Shades of Go Ben #76703F
Tints of Go Ben #76703F
RGB
CMYK
RGB Variations
Color information
#76703F (or 0x76703F) is known color: Go Ben. HEX triplet: 76, 70 and 3F. RGB value is (118,112,63). Sum of RGB (Red+Green+Blue) = 118+112+63=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76703F is #898FC0. Grayscale: #6C6C6C. Windows color (decimal): -9015233 or 4157558. OLE color: 4157558.
HSL color Cylindrical-coordinate representation of color #76703F: hue angle of 53.45º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76703F is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 63 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.54 |
| HSL | 53.45º | 0.3% | 0.35% | - |
| HSV(B) | 53.45º | 0.47% | 0.46% | - |
| XYZ | 14.16 | 15.8 | 7.01 | - |
| YUV | 108.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 63 | 0 | 0.05 | 0.47 | 0.54 | 53.45 | 0.3 | 0.35 |
| Hex | 76 | 70 | 3F | 0 | 5 | 2F | 36 | 35 | 1E | 23 |
| Octal | 166 | 160 | 77 | 0 | 5 | 57 | 66 | 65 | 36 | 43 |
| Binary | 1110110 | 1110000 | 111111 | 0 | 101 | 101111 | 110110 | 110101 | 11110 | 100011 |
Color Harmonies of #76703F
Complementary color
Monochromatic Colors of #76703F
Black with #76703F
Text Example
Text Example
White with #76703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76703F; }
p { color: rgb(118,112,63); }
H1.HeaderClassName
{
color: #76703F;
}
.AnyTagClassName
{
color: #76703F;
}
</style>
background-color css
<style>
a { background-color: #76703F; }
a { background-color: rgb(118,112,63); }
div.DivClassName
{
background-color: #76703F;
}
.BgClassName
{
background-color: #76703F;
}
</style>
border-color css
<style>
span { border-color: #76703F; }
span { border-color: rgb(118,112,63); }
td.TdClassName
{
border-color: #76703F;
}
.TagClassName
{
border-color: #76703F;
}
</style>