Shades of Siam #70784A
Tints of Siam #70784A
RGB
CMYK
RGB Variations
Color information
#70784A (or 0x70784A) is known color: Siam. HEX triplet: 70, 78 and 4A. RGB value is (112,120,74). Sum of RGB (Red+Green+Blue) = 112+120+74=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #70784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70784A is #8F87B5. Grayscale: #707070. Windows color (decimal): -9406390 or 4880496. OLE color: 4880496.
HSL color Cylindrical-coordinate representation of color #70784A: hue angle of 70.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70784A is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 74 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.53 |
| HSL | 70.43º | 0.24% | 0.38% | - |
| HSV(B) | 70.43º | 0.38% | 0.47% | - |
| XYZ | 14.63 | 17.37 | 9.06 | - |
| YUV | 112.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 74 | 0.07 | 0 | 0.38 | 0.53 | 70.43 | 0.24 | 0.38 |
| Hex | 70 | 78 | 4A | 7 | 0 | 26 | 35 | 46 | 18 | 26 |
| Octal | 160 | 170 | 112 | 7 | 0 | 46 | 65 | 106 | 30 | 46 |
| Binary | 1110000 | 1111000 | 1001010 | 111 | 0 | 100110 | 110101 | 1000110 | 11000 | 100110 |
Color Harmonies of #70784A
Complementary color
Monochromatic Colors of #70784A
Black with #70784A
Text Example
Text Example
White with #70784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70784A; }
p { color: rgb(112,120,74); }
H1.HeaderClassName
{
color: #70784A;
}
.AnyTagClassName
{
color: #70784A;
}
</style>
background-color css
<style>
a { background-color: #70784A; }
a { background-color: rgb(112,120,74); }
div.DivClassName
{
background-color: #70784A;
}
.BgClassName
{
background-color: #70784A;
}
</style>
border-color css
<style>
span { border-color: #70784A; }
span { border-color: rgb(112,120,74); }
td.TdClassName
{
border-color: #70784A;
}
.TagClassName
{
border-color: #70784A;
}
</style>