Shades of Go Ben #756C4E
Tints of Go Ben #756C4E
RGB
CMYK
RGB Variations
Color information
#756C4E (or 0x756C4E) is known color: Go Ben. HEX triplet: 75, 6C and 4E. RGB value is (117,108,78). Sum of RGB (Red+Green+Blue) = 117+108+78=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #756C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C4E is #8A93B1. Grayscale: #6B6B6B. Windows color (decimal): -9081778 or 5139573. OLE color: 5139573.
HSL color Cylindrical-coordinate representation of color #756C4E: hue angle of 46.15º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #756C4E is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 78 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.54 |
| HSL | 46.15º | 0.2% | 0.38% | - |
| HSV(B) | 46.15º | 0.33% | 0.46% | - |
| XYZ | 14.07 | 15.06 | 9.37 | - |
| YUV | 107.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 78 | 0 | 0.08 | 0.33 | 0.54 | 46.15 | 0.2 | 0.38 |
| Hex | 75 | 6C | 4E | 0 | 8 | 21 | 36 | 2E | 14 | 26 |
| Octal | 165 | 154 | 116 | 0 | 10 | 41 | 66 | 56 | 24 | 46 |
| Binary | 1110101 | 1101100 | 1001110 | 0 | 1000 | 100001 | 110110 | 101110 | 10100 | 100110 |
Color Harmonies of #756C4E
Complementary color
Monochromatic Colors of #756C4E
Black with #756C4E
Text Example
Text Example
White with #756C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C4E; }
p { color: rgb(117,108,78); }
H1.HeaderClassName
{
color: #756C4E;
}
.AnyTagClassName
{
color: #756C4E;
}
</style>
background-color css
<style>
a { background-color: #756C4E; }
a { background-color: rgb(117,108,78); }
div.DivClassName
{
background-color: #756C4E;
}
.BgClassName
{
background-color: #756C4E;
}
</style>
border-color css
<style>
span { border-color: #756C4E; }
span { border-color: rgb(117,108,78); }
td.TdClassName
{
border-color: #756C4E;
}
.TagClassName
{
border-color: #756C4E;
}
</style>