Shades of Siam #70744F
Tints of Siam #70744F
RGB
CMYK
RGB Variations
Color information
#70744F (or 0x70744F) is known color: Siam. HEX triplet: 70, 74 and 4F. RGB value is (112,116,79). Sum of RGB (Red+Green+Blue) = 112+116+79=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #70744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70744F is #8F8BB0. Grayscale: #6E6E6E. Windows color (decimal): -9407409 or 5207152. OLE color: 5207152.
HSL color Cylindrical-coordinate representation of color #70744F: hue angle of 66.49º 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 #70744F is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 79 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.55 |
| HSL | 66.49º | 0.19% | 0.38% | - |
| HSV(B) | 66.49º | 0.32% | 0.45% | - |
| XYZ | 14.34 | 16.5 | 9.83 | - |
| YUV | 110.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 79 | 0.03 | 0 | 0.32 | 0.55 | 66.49 | 0.19 | 0.38 |
| Hex | 70 | 74 | 4F | 3 | 0 | 20 | 37 | 42 | 13 | 26 |
| Octal | 160 | 164 | 117 | 3 | 0 | 40 | 67 | 102 | 23 | 46 |
| Binary | 1110000 | 1110100 | 1001111 | 11 | 0 | 100000 | 110111 | 1000010 | 10011 | 100110 |
Color Harmonies of #70744F
Complementary color
Monochromatic Colors of #70744F
Black with #70744F
Text Example
Text Example
White with #70744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70744F; }
p { color: rgb(112,116,79); }
H1.HeaderClassName
{
color: #70744F;
}
.AnyTagClassName
{
color: #70744F;
}
</style>
background-color css
<style>
a { background-color: #70744F; }
a { background-color: rgb(112,116,79); }
div.DivClassName
{
background-color: #70744F;
}
.BgClassName
{
background-color: #70744F;
}
</style>
border-color css
<style>
span { border-color: #70744F; }
span { border-color: rgb(112,116,79); }
td.TdClassName
{
border-color: #70744F;
}
.TagClassName
{
border-color: #70744F;
}
</style>