Shades of Go Ben #756F50
Tints of Go Ben #756F50
RGB
CMYK
RGB Variations
Color information
#756F50 (or 0x756F50) is known color: Go Ben. HEX triplet: 75, 6F and 50. RGB value is (117,111,80). Sum of RGB (Red+Green+Blue) = 117+111+80=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F50 is #8A90AF. Grayscale: #6D6D6D. Windows color (decimal): -9081008 or 5271413. OLE color: 5271413.
HSL color Cylindrical-coordinate representation of color #756F50: hue angle of 50.27º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756F50 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 80 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.54 |
| HSL | 50.27º | 0.19% | 0.39% | - |
| HSV(B) | 50.27º | 0.32% | 0.46% | - |
| XYZ | 14.47 | 15.73 | 9.86 | - |
| YUV | 109.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 80 | 0 | 0.05 | 0.32 | 0.54 | 50.27 | 0.19 | 0.39 |
| Hex | 75 | 6F | 50 | 0 | 5 | 20 | 36 | 32 | 13 | 27 |
| Octal | 165 | 157 | 120 | 0 | 5 | 40 | 66 | 62 | 23 | 47 |
| Binary | 1110101 | 1101111 | 1010000 | 0 | 101 | 100000 | 110110 | 110010 | 10011 | 100111 |
Color Harmonies of #756F50
Complementary color
Monochromatic Colors of #756F50
Black with #756F50
Text Example
Text Example
White with #756F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F50; }
p { color: rgb(117,111,80); }
H1.HeaderClassName
{
color: #756F50;
}
.AnyTagClassName
{
color: #756F50;
}
</style>
background-color css
<style>
a { background-color: #756F50; }
a { background-color: rgb(117,111,80); }
div.DivClassName
{
background-color: #756F50;
}
.BgClassName
{
background-color: #756F50;
}
</style>
border-color css
<style>
span { border-color: #756F50; }
span { border-color: rgb(117,111,80); }
td.TdClassName
{
border-color: #756F50;
}
.TagClassName
{
border-color: #756F50;
}
</style>