Shades of Go Ben #747050
Tints of Go Ben #747050
RGB
CMYK
RGB Variations
Color information
#747050 (or 0x747050) is known color: Go Ben. HEX triplet: 74, 70 and 50. RGB value is (116,112,80). Sum of RGB (Red+Green+Blue) = 116+112+80=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #747050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747050 is #8B8FAF. Grayscale: #6D6D6D. Windows color (decimal): -9146288 or 5271668. OLE color: 5271668.
HSL color Cylindrical-coordinate representation of color #747050: hue angle of 53.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747050 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 80 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.55 |
| HSL | 53.33º | 0.18% | 0.38% | - |
| HSV(B) | 53.33º | 0.31% | 0.45% | - |
| XYZ | 14.44 | 15.88 | 9.89 | - |
| YUV | 109.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 80 | 0 | 0.03 | 0.31 | 0.55 | 53.33 | 0.18 | 0.38 |
| Hex | 74 | 70 | 50 | 0 | 3 | 1F | 37 | 35 | 12 | 26 |
| Octal | 164 | 160 | 120 | 0 | 3 | 37 | 67 | 65 | 22 | 46 |
| Binary | 1110100 | 1110000 | 1010000 | 0 | 11 | 11111 | 110111 | 110101 | 10010 | 100110 |
Color Harmonies of #747050
Complementary color
Monochromatic Colors of #747050
Black with #747050
Text Example
Text Example
White with #747050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747050; }
p { color: rgb(116,112,80); }
H1.HeaderClassName
{
color: #747050;
}
.AnyTagClassName
{
color: #747050;
}
</style>
background-color css
<style>
a { background-color: #747050; }
a { background-color: rgb(116,112,80); }
div.DivClassName
{
background-color: #747050;
}
.BgClassName
{
background-color: #747050;
}
</style>
border-color css
<style>
span { border-color: #747050; }
span { border-color: rgb(116,112,80); }
td.TdClassName
{
border-color: #747050;
}
.TagClassName
{
border-color: #747050;
}
</style>