Shades of Go Ben #756F4D
Tints of Go Ben #756F4D
RGB
CMYK
RGB Variations
Color information
#756F4D (or 0x756F4D) is known color: Go Ben. HEX triplet: 75, 6F and 4D. RGB value is (117,111,77). Sum of RGB (Red+Green+Blue) = 117+111+77=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #756F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F4D is #8A90B2. Grayscale: #6D6D6D. Windows color (decimal): -9081011 or 5074805. OLE color: 5074805.
HSL color Cylindrical-coordinate representation of color #756F4D: hue angle of 51º 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 #756F4D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 77 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.54 |
| HSL | 51º | 0.21% | 0.38% | - |
| HSV(B) | 51º | 0.34% | 0.46% | - |
| XYZ | 14.36 | 15.69 | 9.29 | - |
| YUV | 108.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 77 | 0 | 0.05 | 0.34 | 0.54 | 51 | 0.21 | 0.38 |
| Hex | 75 | 6F | 4D | 0 | 5 | 22 | 36 | 33 | 15 | 26 |
| Octal | 165 | 157 | 115 | 0 | 5 | 42 | 66 | 63 | 25 | 46 |
| Binary | 1110101 | 1101111 | 1001101 | 0 | 101 | 100010 | 110110 | 110011 | 10101 | 100110 |
Color Harmonies of #756F4D
Complementary color
Monochromatic Colors of #756F4D
Black with #756F4D
Text Example
Text Example
White with #756F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F4D; }
p { color: rgb(117,111,77); }
H1.HeaderClassName
{
color: #756F4D;
}
.AnyTagClassName
{
color: #756F4D;
}
</style>
background-color css
<style>
a { background-color: #756F4D; }
a { background-color: rgb(117,111,77); }
div.DivClassName
{
background-color: #756F4D;
}
.BgClassName
{
background-color: #756F4D;
}
</style>
border-color css
<style>
span { border-color: #756F4D; }
span { border-color: rgb(117,111,77); }
td.TdClassName
{
border-color: #756F4D;
}
.TagClassName
{
border-color: #756F4D;
}
</style>