Shades of Go Ben #756F4E
Tints of Go Ben #756F4E
RGB
CMYK
RGB Variations
Color information
#756F4E (or 0x756F4E) is known color: Go Ben. HEX triplet: 75, 6F and 4E. RGB value is (117,111,78). Sum of RGB (Red+Green+Blue) = 117+111+78=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F4E is #8A90B1. Grayscale: #6D6D6D. Windows color (decimal): -9081010 or 5140341. OLE color: 5140341.
HSL color Cylindrical-coordinate representation of color #756F4E: hue angle of 50.77º 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 #756F4E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 78 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.54 |
| HSL | 50.77º | 0.2% | 0.38% | - |
| HSV(B) | 50.77º | 0.33% | 0.46% | - |
| XYZ | 14.4 | 15.7 | 9.48 | - |
| YUV | 109.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 78 | 0 | 0.05 | 0.33 | 0.54 | 50.77 | 0.2 | 0.38 |
| Hex | 75 | 6F | 4E | 0 | 5 | 21 | 36 | 33 | 14 | 26 |
| Octal | 165 | 157 | 116 | 0 | 5 | 41 | 66 | 63 | 24 | 46 |
| Binary | 1110101 | 1101111 | 1001110 | 0 | 101 | 100001 | 110110 | 110011 | 10100 | 100110 |
Color Harmonies of #756F4E
Complementary color
Monochromatic Colors of #756F4E
Black with #756F4E
Text Example
Text Example
White with #756F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F4E; }
p { color: rgb(117,111,78); }
H1.HeaderClassName
{
color: #756F4E;
}
.AnyTagClassName
{
color: #756F4E;
}
</style>
background-color css
<style>
a { background-color: #756F4E; }
a { background-color: rgb(117,111,78); }
div.DivClassName
{
background-color: #756F4E;
}
.BgClassName
{
background-color: #756F4E;
}
</style>
border-color css
<style>
span { border-color: #756F4E; }
span { border-color: rgb(117,111,78); }
td.TdClassName
{
border-color: #756F4E;
}
.TagClassName
{
border-color: #756F4E;
}
</style>