Shades of Siam #707741
Tints of Siam #707741
RGB
CMYK
RGB Variations
Color information
#707741 (or 0x707741) is known color: Siam. HEX triplet: 70, 77 and 41. RGB value is (112,119,65). Sum of RGB (Red+Green+Blue) = 112+119+65=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #707741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707741 is #8F88BE. Grayscale: #6E6E6E. Windows color (decimal): -9406655 or 4290416. OLE color: 4290416.
HSL color Cylindrical-coordinate representation of color #707741: hue angle of 67.78º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #707741 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 65 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.53 |
| HSL | 67.78º | 0.29% | 0.36% | - |
| HSV(B) | 67.78º | 0.45% | 0.47% | - |
| XYZ | 14.23 | 17.02 | 7.54 | - |
| YUV | 110.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 65 | 0.06 | 0 | 0.45 | 0.53 | 67.78 | 0.29 | 0.36 |
| Hex | 70 | 77 | 41 | 6 | 0 | 2D | 35 | 44 | 1D | 24 |
| Octal | 160 | 167 | 101 | 6 | 0 | 55 | 65 | 104 | 35 | 44 |
| Binary | 1110000 | 1110111 | 1000001 | 110 | 0 | 101101 | 110101 | 1000100 | 11101 | 100100 |
Color Harmonies of #707741
Complementary color
Monochromatic Colors of #707741
Black with #707741
Text Example
Text Example
White with #707741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707741; }
p { color: rgb(112,119,65); }
H1.HeaderClassName
{
color: #707741;
}
.AnyTagClassName
{
color: #707741;
}
</style>
background-color css
<style>
a { background-color: #707741; }
a { background-color: rgb(112,119,65); }
div.DivClassName
{
background-color: #707741;
}
.BgClassName
{
background-color: #707741;
}
</style>
border-color css
<style>
span { border-color: #707741; }
span { border-color: rgb(112,119,65); }
td.TdClassName
{
border-color: #707741;
}
.TagClassName
{
border-color: #707741;
}
</style>