Shades of Go Ben #756E47
Tints of Go Ben #756E47
RGB
CMYK
RGB Variations
Color information
#756E47 (or 0x756E47) is known color: Go Ben. HEX triplet: 75, 6E and 47. RGB value is (117,110,71). Sum of RGB (Red+Green+Blue) = 117+110+71=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #756E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E47 is #8A91B8. Grayscale: #6B6B6B. Windows color (decimal): -9081273 or 4681333. OLE color: 4681333.
HSL color Cylindrical-coordinate representation of color #756E47: hue angle of 50.87º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #756E47 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 71 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.54 |
| HSL | 50.87º | 0.24% | 0.37% | - |
| HSV(B) | 50.87º | 0.39% | 0.46% | - |
| XYZ | 14.05 | 15.39 | 8.19 | - |
| YUV | 107.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 71 | 0 | 0.06 | 0.39 | 0.54 | 50.87 | 0.24 | 0.37 |
| Hex | 75 | 6E | 47 | 0 | 6 | 27 | 36 | 33 | 18 | 25 |
| Octal | 165 | 156 | 107 | 0 | 6 | 47 | 66 | 63 | 30 | 45 |
| Binary | 1110101 | 1101110 | 1000111 | 0 | 110 | 100111 | 110110 | 110011 | 11000 | 100101 |
Color Harmonies of #756E47
Complementary color
Monochromatic Colors of #756E47
Black with #756E47
Text Example
Text Example
White with #756E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E47; }
p { color: rgb(117,110,71); }
H1.HeaderClassName
{
color: #756E47;
}
.AnyTagClassName
{
color: #756E47;
}
</style>
background-color css
<style>
a { background-color: #756E47; }
a { background-color: rgb(117,110,71); }
div.DivClassName
{
background-color: #756E47;
}
.BgClassName
{
background-color: #756E47;
}
</style>
border-color css
<style>
span { border-color: #756E47; }
span { border-color: rgb(117,110,71); }
td.TdClassName
{
border-color: #756E47;
}
.TagClassName
{
border-color: #756E47;
}
</style>