Shades of Go Ben #74704F
Tints of Go Ben #74704F
RGB
CMYK
RGB Variations
Color information
#74704F (or 0x74704F) is known color: Go Ben. HEX triplet: 74, 70 and 4F. RGB value is (116,112,79). Sum of RGB (Red+Green+Blue) = 116+112+79=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74704F is #8B8FB0. Grayscale: #6D6D6D. Windows color (decimal): -9146289 or 5206132. OLE color: 5206132.
HSL color Cylindrical-coordinate representation of color #74704F: hue angle of 53.51º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74704F is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 79 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.55 |
| HSL | 53.51º | 0.19% | 0.38% | - |
| HSV(B) | 53.51º | 0.32% | 0.45% | - |
| XYZ | 14.41 | 15.87 | 9.7 | - |
| YUV | 109.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 79 | 0 | 0.03 | 0.32 | 0.55 | 53.51 | 0.19 | 0.38 |
| Hex | 74 | 70 | 4F | 0 | 3 | 20 | 37 | 36 | 13 | 26 |
| Octal | 164 | 160 | 117 | 0 | 3 | 40 | 67 | 66 | 23 | 46 |
| Binary | 1110100 | 1110000 | 1001111 | 0 | 11 | 100000 | 110111 | 110110 | 10011 | 100110 |
Color Harmonies of #74704F
Complementary color
Monochromatic Colors of #74704F
Black with #74704F
Text Example
Text Example
White with #74704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74704F; }
p { color: rgb(116,112,79); }
H1.HeaderClassName
{
color: #74704F;
}
.AnyTagClassName
{
color: #74704F;
}
</style>
background-color css
<style>
a { background-color: #74704F; }
a { background-color: rgb(116,112,79); }
div.DivClassName
{
background-color: #74704F;
}
.BgClassName
{
background-color: #74704F;
}
</style>
border-color css
<style>
span { border-color: #74704F; }
span { border-color: rgb(116,112,79); }
td.TdClassName
{
border-color: #74704F;
}
.TagClassName
{
border-color: #74704F;
}
</style>