Shades of Siam #757A40
Tints of Siam #757A40
RGB
CMYK
RGB Variations
Color information
#757A40 (or 0x757A40) is known color: Siam. HEX triplet: 75, 7A and 40. RGB value is (117,122,64). Sum of RGB (Red+Green+Blue) = 117+122+64=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #757A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A40 is #8A85BF. Grayscale: #727272. Windows color (decimal): -9078208 or 4225653. OLE color: 4225653.
HSL color Cylindrical-coordinate representation of color #757A40: hue angle of 65.17º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #757A40 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 64 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.52 |
| HSL | 65.17º | 0.31% | 0.36% | - |
| HSV(B) | 65.17º | 0.48% | 0.48% | - |
| XYZ | 15.22 | 18.07 | 7.54 | - |
| YUV | 113.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 64 | 0.04 | 0 | 0.48 | 0.52 | 65.17 | 0.31 | 0.36 |
| Hex | 75 | 7A | 40 | 4 | 0 | 30 | 34 | 41 | 1F | 24 |
| Octal | 165 | 172 | 100 | 4 | 0 | 60 | 64 | 101 | 37 | 44 |
| Binary | 1110101 | 1111010 | 1000000 | 100 | 0 | 110000 | 110100 | 1000001 | 11111 | 100100 |
Color Harmonies of #757A40
Complementary color
Monochromatic Colors of #757A40
Black with #757A40
Text Example
Text Example
White with #757A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A40; }
p { color: rgb(117,122,64); }
H1.HeaderClassName
{
color: #757A40;
}
.AnyTagClassName
{
color: #757A40;
}
</style>
background-color css
<style>
a { background-color: #757A40; }
a { background-color: rgb(117,122,64); }
div.DivClassName
{
background-color: #757A40;
}
.BgClassName
{
background-color: #757A40;
}
</style>
border-color css
<style>
span { border-color: #757A40; }
span { border-color: rgb(117,122,64); }
td.TdClassName
{
border-color: #757A40;
}
.TagClassName
{
border-color: #757A40;
}
</style>