Shades of Siam #70744A
Tints of Siam #70744A
RGB
CMYK
RGB Variations
Color information
#70744A (or 0x70744A) is known color: Siam. HEX triplet: 70, 74 and 4A. RGB value is (112,116,74). Sum of RGB (Red+Green+Blue) = 112+116+74=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #70744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70744A is #8F8BB5. Grayscale: #6E6E6E. Windows color (decimal): -9407414 or 4879472. OLE color: 4879472.
HSL color Cylindrical-coordinate representation of color #70744A: hue angle of 65.71º 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 #70744A is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 74 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.55 |
| HSL | 65.71º | 0.22% | 0.37% | - |
| HSV(B) | 65.71º | 0.36% | 0.45% | - |
| XYZ | 14.16 | 16.43 | 8.9 | - |
| YUV | 110.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 74 | 0.03 | 0 | 0.36 | 0.55 | 65.71 | 0.22 | 0.37 |
| Hex | 70 | 74 | 4A | 3 | 0 | 24 | 37 | 42 | 16 | 25 |
| Octal | 160 | 164 | 112 | 3 | 0 | 44 | 67 | 102 | 26 | 45 |
| Binary | 1110000 | 1110100 | 1001010 | 11 | 0 | 100100 | 110111 | 1000010 | 10110 | 100101 |
Color Harmonies of #70744A
Complementary color
Monochromatic Colors of #70744A
Black with #70744A
Text Example
Text Example
White with #70744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70744A; }
p { color: rgb(112,116,74); }
H1.HeaderClassName
{
color: #70744A;
}
.AnyTagClassName
{
color: #70744A;
}
</style>
background-color css
<style>
a { background-color: #70744A; }
a { background-color: rgb(112,116,74); }
div.DivClassName
{
background-color: #70744A;
}
.BgClassName
{
background-color: #70744A;
}
</style>
border-color css
<style>
span { border-color: #70744A; }
span { border-color: rgb(112,116,74); }
td.TdClassName
{
border-color: #70744A;
}
.TagClassName
{
border-color: #70744A;
}
</style>