Shades of Siam #70734F
Tints of Siam #70734F
RGB
CMYK
RGB Variations
Color information
#70734F (or 0x70734F) is known color: Siam. HEX triplet: 70, 73 and 4F. RGB value is (112,115,79). Sum of RGB (Red+Green+Blue) = 112+115+79=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #70734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70734F is #8F8CB0. Grayscale: #6E6E6E. Windows color (decimal): -9407665 or 5206896. OLE color: 5206896.
HSL color Cylindrical-coordinate representation of color #70734F: hue angle of 65º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70734F is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 79 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.55 |
| HSL | 65º | 0.19% | 0.38% | - |
| HSV(B) | 65º | 0.31% | 0.45% | - |
| XYZ | 14.22 | 16.27 | 9.79 | - |
| YUV | 110 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 79 | 0.03 | 0 | 0.31 | 0.55 | 65 | 0.19 | 0.38 |
| Hex | 70 | 73 | 4F | 3 | 0 | 1F | 37 | 41 | 13 | 26 |
| Octal | 160 | 163 | 117 | 3 | 0 | 37 | 67 | 101 | 23 | 46 |
| Binary | 1110000 | 1110011 | 1001111 | 11 | 0 | 11111 | 110111 | 1000001 | 10011 | 100110 |
Color Harmonies of #70734F
Complementary color
Monochromatic Colors of #70734F
Black with #70734F
Text Example
Text Example
White with #70734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70734F; }
p { color: rgb(112,115,79); }
H1.HeaderClassName
{
color: #70734F;
}
.AnyTagClassName
{
color: #70734F;
}
</style>
background-color css
<style>
a { background-color: #70734F; }
a { background-color: rgb(112,115,79); }
div.DivClassName
{
background-color: #70734F;
}
.BgClassName
{
background-color: #70734F;
}
</style>
border-color css
<style>
span { border-color: #70734F; }
span { border-color: rgb(112,115,79); }
td.TdClassName
{
border-color: #70734F;
}
.TagClassName
{
border-color: #70734F;
}
</style>