Shades of Siam #747C40
Tints of Siam #747C40
RGB
CMYK
RGB Variations
Color information
#747C40 (or 0x747C40) is known color: Siam. HEX triplet: 74, 7C and 40. RGB value is (116,124,64). Sum of RGB (Red+Green+Blue) = 116+124+64=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #747C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C40 is #8B83BF. Grayscale: #737373. Windows color (decimal): -9143232 or 4226164. OLE color: 4226164.
HSL color Cylindrical-coordinate representation of color #747C40: hue angle of 68º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #747C40 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 64 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.51 |
| HSL | 68º | 0.32% | 0.37% | - |
| HSV(B) | 68º | 0.48% | 0.49% | - |
| XYZ | 15.34 | 18.5 | 7.61 | - |
| YUV | 114.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 64 | 0.06 | 0 | 0.48 | 0.51 | 68 | 0.32 | 0.37 |
| Hex | 74 | 7C | 40 | 6 | 0 | 30 | 33 | 44 | 20 | 25 |
| Octal | 164 | 174 | 100 | 6 | 0 | 60 | 63 | 104 | 40 | 45 |
| Binary | 1110100 | 1111100 | 1000000 | 110 | 0 | 110000 | 110011 | 1000100 | 100000 | 100101 |
Color Harmonies of #747C40
Complementary color
Monochromatic Colors of #747C40
Black with #747C40
Text Example
Text Example
White with #747C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C40; }
p { color: rgb(116,124,64); }
H1.HeaderClassName
{
color: #747C40;
}
.AnyTagClassName
{
color: #747C40;
}
</style>
background-color css
<style>
a { background-color: #747C40; }
a { background-color: rgb(116,124,64); }
div.DivClassName
{
background-color: #747C40;
}
.BgClassName
{
background-color: #747C40;
}
</style>
border-color css
<style>
span { border-color: #747C40; }
span { border-color: rgb(116,124,64); }
td.TdClassName
{
border-color: #747C40;
}
.TagClassName
{
border-color: #747C40;
}
</style>