Shades of Siam #757942
Tints of Siam #757942
RGB
CMYK
RGB Variations
Color information
#757942 (or 0x757942) is known color: Siam. HEX triplet: 75, 79 and 42. RGB value is (117,121,66). Sum of RGB (Red+Green+Blue) = 117+121+66=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #757942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757942 is #8A86BD. Grayscale: #717171. Windows color (decimal): -9078462 or 4356469. OLE color: 4356469.
HSL color Cylindrical-coordinate representation of color #757942: hue angle of 64.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #757942 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 66 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.53 |
| HSL | 64.36º | 0.29% | 0.37% | - |
| HSV(B) | 64.36º | 0.45% | 0.47% | - |
| XYZ | 15.16 | 17.85 | 7.8 | - |
| YUV | 113.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 66 | 0.03 | 0 | 0.45 | 0.53 | 64.36 | 0.29 | 0.37 |
| Hex | 75 | 79 | 42 | 3 | 0 | 2D | 35 | 40 | 1D | 25 |
| Octal | 165 | 171 | 102 | 3 | 0 | 55 | 65 | 100 | 35 | 45 |
| Binary | 1110101 | 1111001 | 1000010 | 11 | 0 | 101101 | 110101 | 1000000 | 11101 | 100101 |
Color Harmonies of #757942
Complementary color
Monochromatic Colors of #757942
Black with #757942
Text Example
Text Example
White with #757942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757942; }
p { color: rgb(117,121,66); }
H1.HeaderClassName
{
color: #757942;
}
.AnyTagClassName
{
color: #757942;
}
</style>
background-color css
<style>
a { background-color: #757942; }
a { background-color: rgb(117,121,66); }
div.DivClassName
{
background-color: #757942;
}
.BgClassName
{
background-color: #757942;
}
</style>
border-color css
<style>
span { border-color: #757942; }
span { border-color: rgb(117,121,66); }
td.TdClassName
{
border-color: #757942;
}
.TagClassName
{
border-color: #757942;
}
</style>