Shades of Go Ben #756A4C
Tints of Go Ben #756A4C
RGB
CMYK
RGB Variations
Color information
#756A4C (or 0x756A4C) is known color: Go Ben. HEX triplet: 75, 6A and 4C. RGB value is (117,106,76). Sum of RGB (Red+Green+Blue) = 117+106+76=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #756A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A4C is #8A95B3. Grayscale: #6A6A6A. Windows color (decimal): -9082292 or 5007989. OLE color: 5007989.
HSL color Cylindrical-coordinate representation of color #756A4C: hue angle of 43.9º 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 #756A4C is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 76 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.54 |
| HSL | 43.9º | 0.21% | 0.38% | - |
| HSV(B) | 43.9º | 0.35% | 0.46% | - |
| XYZ | 13.79 | 14.61 | 8.93 | - |
| YUV | 105.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 76 | 0 | 0.09 | 0.35 | 0.54 | 43.9 | 0.21 | 0.38 |
| Hex | 75 | 6A | 4C | 0 | 9 | 23 | 36 | 2C | 15 | 26 |
| Octal | 165 | 152 | 114 | 0 | 11 | 43 | 66 | 54 | 25 | 46 |
| Binary | 1110101 | 1101010 | 1001100 | 0 | 1001 | 100011 | 110110 | 101100 | 10101 | 100110 |
Color Harmonies of #756A4C
Complementary color
Monochromatic Colors of #756A4C
Black with #756A4C
Text Example
Text Example
White with #756A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A4C; }
p { color: rgb(117,106,76); }
H1.HeaderClassName
{
color: #756A4C;
}
.AnyTagClassName
{
color: #756A4C;
}
</style>
background-color css
<style>
a { background-color: #756A4C; }
a { background-color: rgb(117,106,76); }
div.DivClassName
{
background-color: #756A4C;
}
.BgClassName
{
background-color: #756A4C;
}
</style>
border-color css
<style>
span { border-color: #756A4C; }
span { border-color: rgb(117,106,76); }
td.TdClassName
{
border-color: #756A4C;
}
.TagClassName
{
border-color: #756A4C;
}
</style>