Shades of Siam #70734E
Tints of Siam #70734E
RGB
CMYK
RGB Variations
Color information
#70734E (or 0x70734E) is known color: Siam. HEX triplet: 70, 73 and 4E. RGB value is (112,115,78). Sum of RGB (Red+Green+Blue) = 112+115+78=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #70734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70734E is #8F8CB1. Grayscale: #6E6E6E. Windows color (decimal): -9407666 or 5141360. OLE color: 5141360.
HSL color Cylindrical-coordinate representation of color #70734E: hue angle of 64.86º 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 #70734E is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 78 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.55 |
| HSL | 64.86º | 0.19% | 0.38% | - |
| HSV(B) | 64.86º | 0.32% | 0.45% | - |
| XYZ | 14.19 | 16.26 | 9.6 | - |
| YUV | 109.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 78 | 0.03 | 0 | 0.32 | 0.55 | 64.86 | 0.19 | 0.38 |
| Hex | 70 | 73 | 4E | 3 | 0 | 20 | 37 | 41 | 13 | 26 |
| Octal | 160 | 163 | 116 | 3 | 0 | 40 | 67 | 101 | 23 | 46 |
| Binary | 1110000 | 1110011 | 1001110 | 11 | 0 | 100000 | 110111 | 1000001 | 10011 | 100110 |
Color Harmonies of #70734E
Complementary color
Monochromatic Colors of #70734E
Black with #70734E
Text Example
Text Example
White with #70734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70734E; }
p { color: rgb(112,115,78); }
H1.HeaderClassName
{
color: #70734E;
}
.AnyTagClassName
{
color: #70734E;
}
</style>
background-color css
<style>
a { background-color: #70734E; }
a { background-color: rgb(112,115,78); }
div.DivClassName
{
background-color: #70734E;
}
.BgClassName
{
background-color: #70734E;
}
</style>
border-color css
<style>
span { border-color: #70734E; }
span { border-color: rgb(112,115,78); }
td.TdClassName
{
border-color: #70734E;
}
.TagClassName
{
border-color: #70734E;
}
</style>