Shades of Go Ben #756D4C
Tints of Go Ben #756D4C
RGB
CMYK
RGB Variations
Color information
#756D4C (or 0x756D4C) is known color: Go Ben. HEX triplet: 75, 6D and 4C. RGB value is (117,109,76). Sum of RGB (Red+Green+Blue) = 117+109+76=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #756D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D4C is #8A92B3. Grayscale: #6B6B6B. Windows color (decimal): -9081524 or 5008757. OLE color: 5008757.
HSL color Cylindrical-coordinate representation of color #756D4C: hue angle of 48.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #756D4C is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 76 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.54 |
| HSL | 48.29º | 0.21% | 0.38% | - |
| HSV(B) | 48.29º | 0.35% | 0.46% | - |
| XYZ | 14.11 | 15.24 | 9.04 | - |
| YUV | 107.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 76 | 0 | 0.07 | 0.35 | 0.54 | 48.29 | 0.21 | 0.38 |
| Hex | 75 | 6D | 4C | 0 | 7 | 23 | 36 | 30 | 15 | 26 |
| Octal | 165 | 155 | 114 | 0 | 7 | 43 | 66 | 60 | 25 | 46 |
| Binary | 1110101 | 1101101 | 1001100 | 0 | 111 | 100011 | 110110 | 110000 | 10101 | 100110 |
Color Harmonies of #756D4C
Complementary color
Monochromatic Colors of #756D4C
Black with #756D4C
Text Example
Text Example
White with #756D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D4C; }
p { color: rgb(117,109,76); }
H1.HeaderClassName
{
color: #756D4C;
}
.AnyTagClassName
{
color: #756D4C;
}
</style>
background-color css
<style>
a { background-color: #756D4C; }
a { background-color: rgb(117,109,76); }
div.DivClassName
{
background-color: #756D4C;
}
.BgClassName
{
background-color: #756D4C;
}
</style>
border-color css
<style>
span { border-color: #756D4C; }
span { border-color: rgb(117,109,76); }
td.TdClassName
{
border-color: #756D4C;
}
.TagClassName
{
border-color: #756D4C;
}
</style>