Shades of Go Ben #756D4F
Tints of Go Ben #756D4F
RGB
CMYK
RGB Variations
Color information
#756D4F (or 0x756D4F) is known color: Go Ben. HEX triplet: 75, 6D and 4F. RGB value is (117,109,79). Sum of RGB (Red+Green+Blue) = 117+109+79=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #756D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D4F is #8A92B0. Grayscale: #6C6C6C. Windows color (decimal): -9081521 or 5205365. OLE color: 5205365.
HSL color Cylindrical-coordinate representation of color #756D4F: hue angle of 47.37º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756D4F is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 79 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.54 |
| HSL | 47.37º | 0.19% | 0.38% | - |
| HSV(B) | 47.37º | 0.32% | 0.46% | - |
| XYZ | 14.22 | 15.28 | 9.6 | - |
| YUV | 107.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 79 | 0 | 0.07 | 0.32 | 0.54 | 47.37 | 0.19 | 0.38 |
| Hex | 75 | 6D | 4F | 0 | 7 | 20 | 36 | 2F | 13 | 26 |
| Octal | 165 | 155 | 117 | 0 | 7 | 40 | 66 | 57 | 23 | 46 |
| Binary | 1110101 | 1101101 | 1001111 | 0 | 111 | 100000 | 110110 | 101111 | 10011 | 100110 |
Color Harmonies of #756D4F
Complementary color
Monochromatic Colors of #756D4F
Black with #756D4F
Text Example
Text Example
White with #756D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D4F; }
p { color: rgb(117,109,79); }
H1.HeaderClassName
{
color: #756D4F;
}
.AnyTagClassName
{
color: #756D4F;
}
</style>
background-color css
<style>
a { background-color: #756D4F; }
a { background-color: rgb(117,109,79); }
div.DivClassName
{
background-color: #756D4F;
}
.BgClassName
{
background-color: #756D4F;
}
</style>
border-color css
<style>
span { border-color: #756D4F; }
span { border-color: rgb(117,109,79); }
td.TdClassName
{
border-color: #756D4F;
}
.TagClassName
{
border-color: #756D4F;
}
</style>