Shades of Go Ben #756D48
Tints of Go Ben #756D48
RGB
CMYK
RGB Variations
Color information
#756D48 (or 0x756D48) is known color: Go Ben. HEX triplet: 75, 6D and 48. RGB value is (117,109,72). Sum of RGB (Red+Green+Blue) = 117+109+72=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #756D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D48 is #8A92B7. Grayscale: #6B6B6B. Windows color (decimal): -9081528 or 4746613. OLE color: 4746613.
HSL color Cylindrical-coordinate representation of color #756D48: hue angle of 49.33º 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 #756D48 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 72 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.54 |
| HSL | 49.33º | 0.24% | 0.37% | - |
| HSV(B) | 49.33º | 0.38% | 0.46% | - |
| XYZ | 13.97 | 15.19 | 8.33 | - |
| YUV | 107.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 72 | 0 | 0.07 | 0.38 | 0.54 | 49.33 | 0.24 | 0.37 |
| Hex | 75 | 6D | 48 | 0 | 7 | 26 | 36 | 31 | 18 | 25 |
| Octal | 165 | 155 | 110 | 0 | 7 | 46 | 66 | 61 | 30 | 45 |
| Binary | 1110101 | 1101101 | 1001000 | 0 | 111 | 100110 | 110110 | 110001 | 11000 | 100101 |
Color Harmonies of #756D48
Complementary color
Monochromatic Colors of #756D48
Black with #756D48
Text Example
Text Example
White with #756D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D48; }
p { color: rgb(117,109,72); }
H1.HeaderClassName
{
color: #756D48;
}
.AnyTagClassName
{
color: #756D48;
}
</style>
background-color css
<style>
a { background-color: #756D48; }
a { background-color: rgb(117,109,72); }
div.DivClassName
{
background-color: #756D48;
}
.BgClassName
{
background-color: #756D48;
}
</style>
border-color css
<style>
span { border-color: #756D48; }
span { border-color: rgb(117,109,72); }
td.TdClassName
{
border-color: #756D48;
}
.TagClassName
{
border-color: #756D48;
}
</style>