Shades of Go Ben #76704F
Tints of Go Ben #76704F
RGB
CMYK
RGB Variations
Color information
#76704F (or 0x76704F) is known color: Go Ben. HEX triplet: 76, 70 and 4F. RGB value is (118,112,79). Sum of RGB (Red+Green+Blue) = 118+112+79=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76704F is #898FB0. Grayscale: #6E6E6E. Windows color (decimal): -9015217 or 5206134. OLE color: 5206134.
HSL color Cylindrical-coordinate representation of color #76704F: hue angle of 50.77º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76704F is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 79 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.54 |
| HSL | 50.77º | 0.2% | 0.39% | - |
| HSV(B) | 50.77º | 0.33% | 0.46% | - |
| XYZ | 14.68 | 16 | 9.71 | - |
| YUV | 110.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 79 | 0 | 0.05 | 0.33 | 0.54 | 50.77 | 0.2 | 0.39 |
| Hex | 76 | 70 | 4F | 0 | 5 | 21 | 36 | 33 | 14 | 27 |
| Octal | 166 | 160 | 117 | 0 | 5 | 41 | 66 | 63 | 24 | 47 |
| Binary | 1110110 | 1110000 | 1001111 | 0 | 101 | 100001 | 110110 | 110011 | 10100 | 100111 |
Color Harmonies of #76704F
Complementary color
Monochromatic Colors of #76704F
Black with #76704F
Text Example
Text Example
White with #76704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76704F; }
p { color: rgb(118,112,79); }
H1.HeaderClassName
{
color: #76704F;
}
.AnyTagClassName
{
color: #76704F;
}
</style>
background-color css
<style>
a { background-color: #76704F; }
a { background-color: rgb(118,112,79); }
div.DivClassName
{
background-color: #76704F;
}
.BgClassName
{
background-color: #76704F;
}
</style>
border-color css
<style>
span { border-color: #76704F; }
span { border-color: rgb(118,112,79); }
td.TdClassName
{
border-color: #76704F;
}
.TagClassName
{
border-color: #76704F;
}
</style>