Shades of Go Ben #756E48
Tints of Go Ben #756E48
RGB
CMYK
RGB Variations
Color information
#756E48 (or 0x756E48) is known color: Go Ben. HEX triplet: 75, 6E and 48. RGB value is (117,110,72). Sum of RGB (Red+Green+Blue) = 117+110+72=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #756E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E48 is #8A91B7. Grayscale: #6B6B6B. Windows color (decimal): -9081272 or 4746869. OLE color: 4746869.
HSL color Cylindrical-coordinate representation of color #756E48: hue angle of 50.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756E48 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 72 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.54 |
| HSL | 50.67º | 0.24% | 0.37% | - |
| HSV(B) | 50.67º | 0.38% | 0.46% | - |
| XYZ | 14.08 | 15.4 | 8.36 | - |
| YUV | 107.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 72 | 0 | 0.06 | 0.38 | 0.54 | 50.67 | 0.24 | 0.37 |
| Hex | 75 | 6E | 48 | 0 | 6 | 26 | 36 | 33 | 18 | 25 |
| Octal | 165 | 156 | 110 | 0 | 6 | 46 | 66 | 63 | 30 | 45 |
| Binary | 1110101 | 1101110 | 1001000 | 0 | 110 | 100110 | 110110 | 110011 | 11000 | 100101 |
Color Harmonies of #756E48
Complementary color
Monochromatic Colors of #756E48
Black with #756E48
Text Example
Text Example
White with #756E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E48; }
p { color: rgb(117,110,72); }
H1.HeaderClassName
{
color: #756E48;
}
.AnyTagClassName
{
color: #756E48;
}
</style>
background-color css
<style>
a { background-color: #756E48; }
a { background-color: rgb(117,110,72); }
div.DivClassName
{
background-color: #756E48;
}
.BgClassName
{
background-color: #756E48;
}
</style>
border-color css
<style>
span { border-color: #756E48; }
span { border-color: rgb(117,110,72); }
td.TdClassName
{
border-color: #756E48;
}
.TagClassName
{
border-color: #756E48;
}
</style>