Shades of Go Ben #756C4C
Tints of Go Ben #756C4C
RGB
CMYK
RGB Variations
Color information
#756C4C (or 0x756C4C) is known color: Go Ben. HEX triplet: 75, 6C and 4C. RGB value is (117,108,76). Sum of RGB (Red+Green+Blue) = 117+108+76=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C4C is #8A93B3. Grayscale: #6B6B6B. Windows color (decimal): -9081780 or 5008501. OLE color: 5008501.
HSL color Cylindrical-coordinate representation of color #756C4C: hue angle of 46.83º 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 #756C4C is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 76 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.54 |
| HSL | 46.83º | 0.21% | 0.38% | - |
| HSV(B) | 46.83º | 0.35% | 0.46% | - |
| XYZ | 14 | 15.03 | 9 | - |
| YUV | 107.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 76 | 0 | 0.08 | 0.35 | 0.54 | 46.83 | 0.21 | 0.38 |
| Hex | 75 | 6C | 4C | 0 | 8 | 23 | 36 | 2F | 15 | 26 |
| Octal | 165 | 154 | 114 | 0 | 10 | 43 | 66 | 57 | 25 | 46 |
| Binary | 1110101 | 1101100 | 1001100 | 0 | 1000 | 100011 | 110110 | 101111 | 10101 | 100110 |
Color Harmonies of #756C4C
Complementary color
Monochromatic Colors of #756C4C
Black with #756C4C
Text Example
Text Example
White with #756C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C4C; }
p { color: rgb(117,108,76); }
H1.HeaderClassName
{
color: #756C4C;
}
.AnyTagClassName
{
color: #756C4C;
}
</style>
background-color css
<style>
a { background-color: #756C4C; }
a { background-color: rgb(117,108,76); }
div.DivClassName
{
background-color: #756C4C;
}
.BgClassName
{
background-color: #756C4C;
}
</style>
border-color css
<style>
span { border-color: #756C4C; }
span { border-color: rgb(117,108,76); }
td.TdClassName
{
border-color: #756C4C;
}
.TagClassName
{
border-color: #756C4C;
}
</style>