Shades of Go Ben #74704A
Tints of Go Ben #74704A
RGB
CMYK
RGB Variations
Color information
#74704A (or 0x74704A) is known color: Go Ben. HEX triplet: 74, 70 and 4A. RGB value is (116,112,74). Sum of RGB (Red+Green+Blue) = 116+112+74=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #74704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74704A is #8B8FB5. Grayscale: #6D6D6D. Windows color (decimal): -9146294 or 4878452. OLE color: 4878452.
HSL color Cylindrical-coordinate representation of color #74704A: hue angle of 54.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74704A is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 74 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.55 |
| HSL | 54.29º | 0.22% | 0.37% | - |
| HSV(B) | 54.29º | 0.36% | 0.45% | - |
| XYZ | 14.23 | 15.8 | 8.78 | - |
| YUV | 108.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 74 | 0 | 0.03 | 0.36 | 0.55 | 54.29 | 0.22 | 0.37 |
| Hex | 74 | 70 | 4A | 0 | 3 | 24 | 37 | 36 | 16 | 25 |
| Octal | 164 | 160 | 112 | 0 | 3 | 44 | 67 | 66 | 26 | 45 |
| Binary | 1110100 | 1110000 | 1001010 | 0 | 11 | 100100 | 110111 | 110110 | 10110 | 100101 |
Color Harmonies of #74704A
Complementary color
Monochromatic Colors of #74704A
Black with #74704A
Text Example
Text Example
White with #74704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74704A; }
p { color: rgb(116,112,74); }
H1.HeaderClassName
{
color: #74704A;
}
.AnyTagClassName
{
color: #74704A;
}
</style>
background-color css
<style>
a { background-color: #74704A; }
a { background-color: rgb(116,112,74); }
div.DivClassName
{
background-color: #74704A;
}
.BgClassName
{
background-color: #74704A;
}
</style>
border-color css
<style>
span { border-color: #74704A; }
span { border-color: rgb(116,112,74); }
td.TdClassName
{
border-color: #74704A;
}
.TagClassName
{
border-color: #74704A;
}
</style>