Shades of Siam #72773E
Tints of Siam #72773E
RGB
CMYK
RGB Variations
Color information
#72773E (or 0x72773E) is known color: Siam. HEX triplet: 72, 77 and 3E. RGB value is (114,119,62). Sum of RGB (Red+Green+Blue) = 114+119+62=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #72773E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72773E is #8D88C1. Grayscale: #6F6F6F. Windows color (decimal): -9275586 or 4093810. OLE color: 4093810.
HSL color Cylindrical-coordinate representation of color #72773E: hue angle of 65.26º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72773E is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 119 | 62 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.53 |
| HSL | 65.26º | 0.31% | 0.35% | - |
| HSV(B) | 65.26º | 0.48% | 0.47% | - |
| XYZ | 14.41 | 17.12 | 7.1 | - |
| YUV | 111.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 62 | 0.04 | 0 | 0.48 | 0.53 | 65.26 | 0.31 | 0.35 |
| Hex | 72 | 77 | 3E | 4 | 0 | 30 | 35 | 41 | 1F | 23 |
| Octal | 162 | 167 | 76 | 4 | 0 | 60 | 65 | 101 | 37 | 43 |
| Binary | 1110010 | 1110111 | 111110 | 100 | 0 | 110000 | 110101 | 1000001 | 11111 | 100011 |
Color Harmonies of #72773E
Complementary color
Monochromatic Colors of #72773E
Black with #72773E
Text Example
Text Example
White with #72773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72773E; }
p { color: rgb(114,119,62); }
H1.HeaderClassName
{
color: #72773E;
}
.AnyTagClassName
{
color: #72773E;
}
</style>
background-color css
<style>
a { background-color: #72773E; }
a { background-color: rgb(114,119,62); }
div.DivClassName
{
background-color: #72773E;
}
.BgClassName
{
background-color: #72773E;
}
</style>
border-color css
<style>
span { border-color: #72773E; }
span { border-color: rgb(114,119,62); }
td.TdClassName
{
border-color: #72773E;
}
.TagClassName
{
border-color: #72773E;
}
</style>