Shades of Go Ben #76704A
Tints of Go Ben #76704A
RGB
CMYK
RGB Variations
Color information
#76704A (or 0x76704A) is known color: Go Ben. HEX triplet: 76, 70 and 4A. RGB value is (118,112,74). Sum of RGB (Red+Green+Blue) = 118+112+74=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #76704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76704A is #898FB5. Grayscale: #6D6D6D. Windows color (decimal): -9015222 or 4878454. OLE color: 4878454.
HSL color Cylindrical-coordinate representation of color #76704A: hue angle of 51.82º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76704A is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 74 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.54 |
| HSL | 51.82º | 0.23% | 0.38% | - |
| HSV(B) | 51.82º | 0.37% | 0.46% | - |
| XYZ | 14.5 | 15.93 | 8.79 | - |
| YUV | 109.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 74 | 0 | 0.05 | 0.37 | 0.54 | 51.82 | 0.23 | 0.38 |
| Hex | 76 | 70 | 4A | 0 | 5 | 25 | 36 | 34 | 17 | 26 |
| Octal | 166 | 160 | 112 | 0 | 5 | 45 | 66 | 64 | 27 | 46 |
| Binary | 1110110 | 1110000 | 1001010 | 0 | 101 | 100101 | 110110 | 110100 | 10111 | 100110 |
Color Harmonies of #76704A
Complementary color
Monochromatic Colors of #76704A
Black with #76704A
Text Example
Text Example
White with #76704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76704A; }
p { color: rgb(118,112,74); }
H1.HeaderClassName
{
color: #76704A;
}
.AnyTagClassName
{
color: #76704A;
}
</style>
background-color css
<style>
a { background-color: #76704A; }
a { background-color: rgb(118,112,74); }
div.DivClassName
{
background-color: #76704A;
}
.BgClassName
{
background-color: #76704A;
}
</style>
border-color css
<style>
span { border-color: #76704A; }
span { border-color: rgb(118,112,74); }
td.TdClassName
{
border-color: #76704A;
}
.TagClassName
{
border-color: #76704A;
}
</style>