Shades of Go Ben #756F48
Tints of Go Ben #756F48
RGB
CMYK
RGB Variations
Color information
#756F48 (or 0x756F48) is known color: Go Ben. HEX triplet: 75, 6F and 48. RGB value is (117,111,72). Sum of RGB (Red+Green+Blue) = 117+111+72=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #756F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F48 is #8A90B7. Grayscale: #6C6C6C. Windows color (decimal): -9081016 or 4747125. OLE color: 4747125.
HSL color Cylindrical-coordinate representation of color #756F48: hue angle of 52º 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 #756F48 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 72 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.54 |
| HSL | 52º | 0.24% | 0.37% | - |
| HSV(B) | 52º | 0.38% | 0.46% | - |
| XYZ | 14.19 | 15.62 | 8.4 | - |
| YUV | 108.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 72 | 0 | 0.05 | 0.38 | 0.54 | 52 | 0.24 | 0.37 |
| Hex | 75 | 6F | 48 | 0 | 5 | 26 | 36 | 34 | 18 | 25 |
| Octal | 165 | 157 | 110 | 0 | 5 | 46 | 66 | 64 | 30 | 45 |
| Binary | 1110101 | 1101111 | 1001000 | 0 | 101 | 100110 | 110110 | 110100 | 11000 | 100101 |
Color Harmonies of #756F48
Complementary color
Monochromatic Colors of #756F48
Black with #756F48
Text Example
Text Example
White with #756F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F48; }
p { color: rgb(117,111,72); }
H1.HeaderClassName
{
color: #756F48;
}
.AnyTagClassName
{
color: #756F48;
}
</style>
background-color css
<style>
a { background-color: #756F48; }
a { background-color: rgb(117,111,72); }
div.DivClassName
{
background-color: #756F48;
}
.BgClassName
{
background-color: #756F48;
}
</style>
border-color css
<style>
span { border-color: #756F48; }
span { border-color: rgb(117,111,72); }
td.TdClassName
{
border-color: #756F48;
}
.TagClassName
{
border-color: #756F48;
}
</style>