Shades of Siam #70764A
Tints of Siam #70764A
RGB
CMYK
RGB Variations
Color information
#70764A (or 0x70764A) is known color: Siam. HEX triplet: 70, 76 and 4A. RGB value is (112,118,74). Sum of RGB (Red+Green+Blue) = 112+118+74=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #70764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70764A is #8F89B5. Grayscale: #6F6F6F. Windows color (decimal): -9406902 or 4879984. OLE color: 4879984.
HSL color Cylindrical-coordinate representation of color #70764A: hue angle of 68.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70764A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 74 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.54 |
| HSL | 68.18º | 0.23% | 0.38% | - |
| HSV(B) | 68.18º | 0.37% | 0.46% | - |
| XYZ | 14.4 | 16.9 | 8.98 | - |
| YUV | 111.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 74 | 0.05 | 0 | 0.37 | 0.54 | 68.18 | 0.23 | 0.38 |
| Hex | 70 | 76 | 4A | 5 | 0 | 25 | 36 | 44 | 17 | 26 |
| Octal | 160 | 166 | 112 | 5 | 0 | 45 | 66 | 104 | 27 | 46 |
| Binary | 1110000 | 1110110 | 1001010 | 101 | 0 | 100101 | 110110 | 1000100 | 10111 | 100110 |
Color Harmonies of #70764A
Complementary color
Monochromatic Colors of #70764A
Black with #70764A
Text Example
Text Example
White with #70764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70764A; }
p { color: rgb(112,118,74); }
H1.HeaderClassName
{
color: #70764A;
}
.AnyTagClassName
{
color: #70764A;
}
</style>
background-color css
<style>
a { background-color: #70764A; }
a { background-color: rgb(112,118,74); }
div.DivClassName
{
background-color: #70764A;
}
.BgClassName
{
background-color: #70764A;
}
</style>
border-color css
<style>
span { border-color: #70764A; }
span { border-color: rgb(112,118,74); }
td.TdClassName
{
border-color: #70764A;
}
.TagClassName
{
border-color: #70764A;
}
</style>