Shades of Go Ben #756C44
Tints of Go Ben #756C44
RGB
CMYK
RGB Variations
Color information
#756C44 (or 0x756C44) is known color: Go Ben. HEX triplet: 75, 6C and 44. RGB value is (117,108,68). Sum of RGB (Red+Green+Blue) = 117+108+68=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #756C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C44 is #8A93BB. Grayscale: #6A6A6A. Windows color (decimal): -9081788 or 4484213. OLE color: 4484213.
HSL color Cylindrical-coordinate representation of color #756C44: hue angle of 48.98º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #756C44 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 68 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.54 |
| HSL | 48.98º | 0.26% | 0.36% | - |
| HSV(B) | 48.98º | 0.42% | 0.46% | - |
| XYZ | 13.74 | 14.92 | 7.63 | - |
| YUV | 106.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 68 | 0 | 0.08 | 0.42 | 0.54 | 48.98 | 0.26 | 0.36 |
| Hex | 75 | 6C | 44 | 0 | 8 | 2A | 36 | 31 | 1A | 24 |
| Octal | 165 | 154 | 104 | 0 | 10 | 52 | 66 | 61 | 32 | 44 |
| Binary | 1110101 | 1101100 | 1000100 | 0 | 1000 | 101010 | 110110 | 110001 | 11010 | 100100 |
Color Harmonies of #756C44
Complementary color
Monochromatic Colors of #756C44
Black with #756C44
Text Example
Text Example
White with #756C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C44; }
p { color: rgb(117,108,68); }
H1.HeaderClassName
{
color: #756C44;
}
.AnyTagClassName
{
color: #756C44;
}
</style>
background-color css
<style>
a { background-color: #756C44; }
a { background-color: rgb(117,108,68); }
div.DivClassName
{
background-color: #756C44;
}
.BgClassName
{
background-color: #756C44;
}
</style>
border-color css
<style>
span { border-color: #756C44; }
span { border-color: rgb(117,108,68); }
td.TdClassName
{
border-color: #756C44;
}
.TagClassName
{
border-color: #756C44;
}
</style>