Shades of Go Ben #74704B
Tints of Go Ben #74704B
RGB
CMYK
RGB Variations
Color information
#74704B (or 0x74704B) is known color: Go Ben. HEX triplet: 74, 70 and 4B. RGB value is (116,112,75). Sum of RGB (Red+Green+Blue) = 116+112+75=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #74704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74704B is #8B8FB4. Grayscale: #6D6D6D. Windows color (decimal): -9146293 or 4943988. OLE color: 4943988.
HSL color Cylindrical-coordinate representation of color #74704B: hue angle of 54.15º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74704B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 75 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.55 |
| HSL | 54.15º | 0.21% | 0.37% | - |
| HSV(B) | 54.15º | 0.35% | 0.45% | - |
| XYZ | 14.27 | 15.81 | 8.96 | - |
| YUV | 108.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 75 | 0 | 0.03 | 0.35 | 0.55 | 54.15 | 0.21 | 0.37 |
| Hex | 74 | 70 | 4B | 0 | 3 | 23 | 37 | 36 | 15 | 25 |
| Octal | 164 | 160 | 113 | 0 | 3 | 43 | 67 | 66 | 25 | 45 |
| Binary | 1110100 | 1110000 | 1001011 | 0 | 11 | 100011 | 110111 | 110110 | 10101 | 100101 |
Color Harmonies of #74704B
Complementary color
Monochromatic Colors of #74704B
Black with #74704B
Text Example
Text Example
White with #74704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74704B; }
p { color: rgb(116,112,75); }
H1.HeaderClassName
{
color: #74704B;
}
.AnyTagClassName
{
color: #74704B;
}
</style>
background-color css
<style>
a { background-color: #74704B; }
a { background-color: rgb(116,112,75); }
div.DivClassName
{
background-color: #74704B;
}
.BgClassName
{
background-color: #74704B;
}
</style>
border-color css
<style>
span { border-color: #74704B; }
span { border-color: rgb(116,112,75); }
td.TdClassName
{
border-color: #74704B;
}
.TagClassName
{
border-color: #74704B;
}
</style>