Shades of Siam #707250
Tints of Siam #707250
RGB
CMYK
RGB Variations
Color information
#707250 (or 0x707250) is known color: Siam. HEX triplet: 70, 72 and 50. RGB value is (112,114,80). Sum of RGB (Red+Green+Blue) = 112+114+80=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #707250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707250 is #8F8DAF. Grayscale: #6D6D6D. Windows color (decimal): -9407920 or 5272176. OLE color: 5272176.
HSL color Cylindrical-coordinate representation of color #707250: hue angle of 63.53º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707250 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 80 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.55 |
| HSL | 63.53º | 0.18% | 0.38% | - |
| HSV(B) | 63.53º | 0.3% | 0.45% | - |
| XYZ | 14.15 | 16.06 | 9.94 | - |
| YUV | 109.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 80 | 0.02 | 0 | 0.30 | 0.55 | 63.53 | 0.18 | 0.38 |
| Hex | 70 | 72 | 50 | 2 | 0 | 1E | 37 | 40 | 12 | 26 |
| Octal | 160 | 162 | 120 | 2 | 0 | 36 | 67 | 100 | 22 | 46 |
| Binary | 1110000 | 1110010 | 1010000 | 10 | 0 | 11110 | 110111 | 1000000 | 10010 | 100110 |
Color Harmonies of #707250
Complementary color
Monochromatic Colors of #707250
Black with #707250
Text Example
Text Example
White with #707250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707250; }
p { color: rgb(112,114,80); }
H1.HeaderClassName
{
color: #707250;
}
.AnyTagClassName
{
color: #707250;
}
</style>
background-color css
<style>
a { background-color: #707250; }
a { background-color: rgb(112,114,80); }
div.DivClassName
{
background-color: #707250;
}
.BgClassName
{
background-color: #707250;
}
</style>
border-color css
<style>
span { border-color: #707250; }
span { border-color: rgb(112,114,80); }
td.TdClassName
{
border-color: #707250;
}
.TagClassName
{
border-color: #707250;
}
</style>