Shades of Siam #707150
Tints of Siam #707150
RGB
CMYK
RGB Variations
Color information
#707150 (or 0x707150) is known color: Siam. HEX triplet: 70, 71 and 50. RGB value is (112,113,80). Sum of RGB (Red+Green+Blue) = 112+113+80=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #707150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707150 is #8F8EAF. Grayscale: #6D6D6D. Windows color (decimal): -9408176 or 5271920. OLE color: 5271920.
HSL color Cylindrical-coordinate representation of color #707150: hue angle of 61.82º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #707150 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 80 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.56 |
| HSL | 61.82º | 0.17% | 0.38% | - |
| HSV(B) | 61.82º | 0.29% | 0.44% | - |
| XYZ | 14.04 | 15.83 | 9.91 | - |
| YUV | 108.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 80 | 0.01 | 0 | 0.29 | 0.56 | 61.82 | 0.17 | 0.38 |
| Hex | 70 | 71 | 50 | 1 | 0 | 1D | 38 | 3E | 11 | 26 |
| Octal | 160 | 161 | 120 | 1 | 0 | 35 | 70 | 76 | 21 | 46 |
| Binary | 1110000 | 1110001 | 1010000 | 1 | 0 | 11101 | 111000 | 111110 | 10001 | 100110 |
Color Harmonies of #707150
Complementary color
Monochromatic Colors of #707150
Black with #707150
Text Example
Text Example
White with #707150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707150; }
p { color: rgb(112,113,80); }
H1.HeaderClassName
{
color: #707150;
}
.AnyTagClassName
{
color: #707150;
}
</style>
background-color css
<style>
a { background-color: #707150; }
a { background-color: rgb(112,113,80); }
div.DivClassName
{
background-color: #707150;
}
.BgClassName
{
background-color: #707150;
}
</style>
border-color css
<style>
span { border-color: #707150; }
span { border-color: rgb(112,113,80); }
td.TdClassName
{
border-color: #707150;
}
.TagClassName
{
border-color: #707150;
}
</style>