Shades of Go Ben #756E4F
Tints of Go Ben #756E4F
RGB
CMYK
RGB Variations
Color information
#756E4F (or 0x756E4F) is known color: Go Ben. HEX triplet: 75, 6E and 4F. RGB value is (117,110,79). Sum of RGB (Red+Green+Blue) = 117+110+79=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E4F is #8A91B0. Grayscale: #6C6C6C. Windows color (decimal): -9081265 or 5205621. OLE color: 5205621.
HSL color Cylindrical-coordinate representation of color #756E4F: hue angle of 48.95º 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 #756E4F is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 79 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.54 |
| HSL | 48.95º | 0.19% | 0.38% | - |
| HSV(B) | 48.95º | 0.32% | 0.46% | - |
| XYZ | 14.32 | 15.5 | 9.63 | - |
| YUV | 108.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 79 | 0 | 0.06 | 0.32 | 0.54 | 48.95 | 0.19 | 0.38 |
| Hex | 75 | 6E | 4F | 0 | 6 | 20 | 36 | 31 | 13 | 26 |
| Octal | 165 | 156 | 117 | 0 | 6 | 40 | 66 | 61 | 23 | 46 |
| Binary | 1110101 | 1101110 | 1001111 | 0 | 110 | 100000 | 110110 | 110001 | 10011 | 100110 |
Color Harmonies of #756E4F
Complementary color
Monochromatic Colors of #756E4F
Black with #756E4F
Text Example
Text Example
White with #756E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E4F; }
p { color: rgb(117,110,79); }
H1.HeaderClassName
{
color: #756E4F;
}
.AnyTagClassName
{
color: #756E4F;
}
</style>
background-color css
<style>
a { background-color: #756E4F; }
a { background-color: rgb(117,110,79); }
div.DivClassName
{
background-color: #756E4F;
}
.BgClassName
{
background-color: #756E4F;
}
</style>
border-color css
<style>
span { border-color: #756E4F; }
span { border-color: rgb(117,110,79); }
td.TdClassName
{
border-color: #756E4F;
}
.TagClassName
{
border-color: #756E4F;
}
</style>