Shades of Go Ben #756D46
Tints of Go Ben #756D46
RGB
CMYK
RGB Variations
Color information
#756D46 (or 0x756D46) is known color: Go Ben. HEX triplet: 75, 6D and 46. RGB value is (117,109,70). Sum of RGB (Red+Green+Blue) = 117+109+70=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #756D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D46 is #8A92B9. Grayscale: #6B6B6B. Windows color (decimal): -9081530 or 4615541. OLE color: 4615541.
HSL color Cylindrical-coordinate representation of color #756D46: hue angle of 49.79º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #756D46 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 70 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.54 |
| HSL | 49.79º | 0.25% | 0.37% | - |
| HSV(B) | 49.79º | 0.4% | 0.46% | - |
| XYZ | 13.91 | 15.16 | 7.99 | - |
| YUV | 106.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 70 | 0 | 0.07 | 0.40 | 0.54 | 49.79 | 0.25 | 0.37 |
| Hex | 75 | 6D | 46 | 0 | 7 | 28 | 36 | 32 | 19 | 25 |
| Octal | 165 | 155 | 106 | 0 | 7 | 50 | 66 | 62 | 31 | 45 |
| Binary | 1110101 | 1101101 | 1000110 | 0 | 111 | 101000 | 110110 | 110010 | 11001 | 100101 |
Color Harmonies of #756D46
Complementary color
Monochromatic Colors of #756D46
Black with #756D46
Text Example
Text Example
White with #756D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D46; }
p { color: rgb(117,109,70); }
H1.HeaderClassName
{
color: #756D46;
}
.AnyTagClassName
{
color: #756D46;
}
</style>
background-color css
<style>
a { background-color: #756D46; }
a { background-color: rgb(117,109,70); }
div.DivClassName
{
background-color: #756D46;
}
.BgClassName
{
background-color: #756D46;
}
</style>
border-color css
<style>
span { border-color: #756D46; }
span { border-color: rgb(117,109,70); }
td.TdClassName
{
border-color: #756D46;
}
.TagClassName
{
border-color: #756D46;
}
</style>