Shades of Siam #73754A
Tints of Siam #73754A
RGB
CMYK
RGB Variations
Color information
#73754A (or 0x73754A) is known color: Siam. HEX triplet: 73, 75 and 4A. RGB value is (115,117,74). Sum of RGB (Red+Green+Blue) = 115+117+74=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #73754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73754A is #8C8AB5. Grayscale: #6F6F6F. Windows color (decimal): -9210550 or 4879731. OLE color: 4879731.
HSL color Cylindrical-coordinate representation of color #73754A: hue angle of 62.79º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73754A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 74 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.54 |
| HSL | 62.79º | 0.23% | 0.37% | - |
| HSV(B) | 62.79º | 0.37% | 0.46% | - |
| XYZ | 14.67 | 16.86 | 8.96 | - |
| YUV | 111.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 74 | 0.02 | 0 | 0.37 | 0.54 | 62.79 | 0.23 | 0.37 |
| Hex | 73 | 75 | 4A | 2 | 0 | 25 | 36 | 3F | 17 | 25 |
| Octal | 163 | 165 | 112 | 2 | 0 | 45 | 66 | 77 | 27 | 45 |
| Binary | 1110011 | 1110101 | 1001010 | 10 | 0 | 100101 | 110110 | 111111 | 10111 | 100101 |
Color Harmonies of #73754A
Complementary color
Monochromatic Colors of #73754A
Black with #73754A
Text Example
Text Example
White with #73754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73754A; }
p { color: rgb(115,117,74); }
H1.HeaderClassName
{
color: #73754A;
}
.AnyTagClassName
{
color: #73754A;
}
</style>
background-color css
<style>
a { background-color: #73754A; }
a { background-color: rgb(115,117,74); }
div.DivClassName
{
background-color: #73754A;
}
.BgClassName
{
background-color: #73754A;
}
</style>
border-color css
<style>
span { border-color: #73754A; }
span { border-color: rgb(115,117,74); }
td.TdClassName
{
border-color: #73754A;
}
.TagClassName
{
border-color: #73754A;
}
</style>