Shades of Go Ben #756B4D
Tints of Go Ben #756B4D
RGB
CMYK
RGB Variations
Color information
#756B4D (or 0x756B4D) is known color: Go Ben. HEX triplet: 75, 6B and 4D. RGB value is (117,107,77). Sum of RGB (Red+Green+Blue) = 117+107+77=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B4D is #8A94B2. Grayscale: #6A6A6A. Windows color (decimal): -9082035 or 5073781. OLE color: 5073781.
HSL color Cylindrical-coordinate representation of color #756B4D: hue angle of 45º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #756B4D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 77 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.54 |
| HSL | 45º | 0.21% | 0.38% | - |
| HSV(B) | 45º | 0.34% | 0.46% | - |
| XYZ | 13.93 | 14.83 | 9.15 | - |
| YUV | 106.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 77 | 0 | 0.09 | 0.34 | 0.54 | 45 | 0.21 | 0.38 |
| Hex | 75 | 6B | 4D | 0 | 9 | 22 | 36 | 2D | 15 | 26 |
| Octal | 165 | 153 | 115 | 0 | 11 | 42 | 66 | 55 | 25 | 46 |
| Binary | 1110101 | 1101011 | 1001101 | 0 | 1001 | 100010 | 110110 | 101101 | 10101 | 100110 |
Color Harmonies of #756B4D
Complementary color
Monochromatic Colors of #756B4D
Black with #756B4D
Text Example
Text Example
White with #756B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B4D; }
p { color: rgb(117,107,77); }
H1.HeaderClassName
{
color: #756B4D;
}
.AnyTagClassName
{
color: #756B4D;
}
</style>
background-color css
<style>
a { background-color: #756B4D; }
a { background-color: rgb(117,107,77); }
div.DivClassName
{
background-color: #756B4D;
}
.BgClassName
{
background-color: #756B4D;
}
</style>
border-color css
<style>
span { border-color: #756B4D; }
span { border-color: rgb(117,107,77); }
td.TdClassName
{
border-color: #756B4D;
}
.TagClassName
{
border-color: #756B4D;
}
</style>