Shades of Go Ben #756C46
Tints of Go Ben #756C46
RGB
CMYK
RGB Variations
Color information
#756C46 (or 0x756C46) is known color: Go Ben. HEX triplet: 75, 6C and 46. RGB value is (117,108,70). Sum of RGB (Red+Green+Blue) = 117+108+70=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #756C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C46 is #8A93B9. Grayscale: #6A6A6A. Windows color (decimal): -9081786 or 4615285. OLE color: 4615285.
HSL color Cylindrical-coordinate representation of color #756C46: hue angle of 48.51º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #756C46 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 70 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.54 |
| HSL | 48.51º | 0.25% | 0.37% | - |
| HSV(B) | 48.51º | 0.4% | 0.46% | - |
| XYZ | 13.8 | 14.95 | 7.95 | - |
| YUV | 106.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 70 | 0 | 0.08 | 0.40 | 0.54 | 48.51 | 0.25 | 0.37 |
| Hex | 75 | 6C | 46 | 0 | 8 | 28 | 36 | 31 | 19 | 25 |
| Octal | 165 | 154 | 106 | 0 | 10 | 50 | 66 | 61 | 31 | 45 |
| Binary | 1110101 | 1101100 | 1000110 | 0 | 1000 | 101000 | 110110 | 110001 | 11001 | 100101 |
Color Harmonies of #756C46
Complementary color
Monochromatic Colors of #756C46
Black with #756C46
Text Example
Text Example
White with #756C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C46; }
p { color: rgb(117,108,70); }
H1.HeaderClassName
{
color: #756C46;
}
.AnyTagClassName
{
color: #756C46;
}
</style>
background-color css
<style>
a { background-color: #756C46; }
a { background-color: rgb(117,108,70); }
div.DivClassName
{
background-color: #756C46;
}
.BgClassName
{
background-color: #756C46;
}
</style>
border-color css
<style>
span { border-color: #756C46; }
span { border-color: rgb(117,108,70); }
td.TdClassName
{
border-color: #756C46;
}
.TagClassName
{
border-color: #756C46;
}
</style>