Shades of Go Ben #747150
Tints of Go Ben #747150
RGB
CMYK
RGB Variations
Color information
#747150 (or 0x747150) is known color: Go Ben. HEX triplet: 74, 71 and 50. RGB value is (116,113,80). Sum of RGB (Red+Green+Blue) = 116+113+80=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #747150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747150 is #8B8EAF. Grayscale: #6E6E6E. Windows color (decimal): -9146032 or 5271924. OLE color: 5271924.
HSL color Cylindrical-coordinate representation of color #747150: hue angle of 55º 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 #747150 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 80 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.55 |
| HSL | 55º | 0.18% | 0.38% | - |
| HSV(B) | 55º | 0.31% | 0.45% | - |
| XYZ | 14.56 | 16.1 | 9.93 | - |
| YUV | 110.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 80 | 0 | 0.03 | 0.31 | 0.55 | 55 | 0.18 | 0.38 |
| Hex | 74 | 71 | 50 | 0 | 3 | 1F | 37 | 37 | 12 | 26 |
| Octal | 164 | 161 | 120 | 0 | 3 | 37 | 67 | 67 | 22 | 46 |
| Binary | 1110100 | 1110001 | 1010000 | 0 | 11 | 11111 | 110111 | 110111 | 10010 | 100110 |
Color Harmonies of #747150
Complementary color
Monochromatic Colors of #747150
Black with #747150
Text Example
Text Example
White with #747150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747150; }
p { color: rgb(116,113,80); }
H1.HeaderClassName
{
color: #747150;
}
.AnyTagClassName
{
color: #747150;
}
</style>
background-color css
<style>
a { background-color: #747150; }
a { background-color: rgb(116,113,80); }
div.DivClassName
{
background-color: #747150;
}
.BgClassName
{
background-color: #747150;
}
</style>
border-color css
<style>
span { border-color: #747150; }
span { border-color: rgb(116,113,80); }
td.TdClassName
{
border-color: #747150;
}
.TagClassName
{
border-color: #747150;
}
</style>