Shades of Siam #72783D
Tints of Siam #72783D
RGB
CMYK
RGB Variations
Color information
#72783D (or 0x72783D) is known color: Siam. HEX triplet: 72, 78 and 3D. RGB value is (114,120,61). Sum of RGB (Red+Green+Blue) = 114+120+61=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #72783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72783D is #8D87C2. Grayscale: #6F6F6F. Windows color (decimal): -9275331 or 4028530. OLE color: 4028530.
HSL color Cylindrical-coordinate representation of color #72783D: hue angle of 66.1º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72783D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 120 | 61 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.53 |
| HSL | 66.1º | 0.33% | 0.35% | - |
| HSV(B) | 66.1º | 0.49% | 0.47% | - |
| XYZ | 14.5 | 17.35 | 7 | - |
| YUV | 111.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 61 | 0.05 | 0 | 0.49 | 0.53 | 66.1 | 0.33 | 0.35 |
| Hex | 72 | 78 | 3D | 5 | 0 | 31 | 35 | 42 | 21 | 23 |
| Octal | 162 | 170 | 75 | 5 | 0 | 61 | 65 | 102 | 41 | 43 |
| Binary | 1110010 | 1111000 | 111101 | 101 | 0 | 110001 | 110101 | 1000010 | 100001 | 100011 |
Color Harmonies of #72783D
Complementary color
Monochromatic Colors of #72783D
Black with #72783D
Text Example
Text Example
White with #72783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72783D; }
p { color: rgb(114,120,61); }
H1.HeaderClassName
{
color: #72783D;
}
.AnyTagClassName
{
color: #72783D;
}
</style>
background-color css
<style>
a { background-color: #72783D; }
a { background-color: rgb(114,120,61); }
div.DivClassName
{
background-color: #72783D;
}
.BgClassName
{
background-color: #72783D;
}
</style>
border-color css
<style>
span { border-color: #72783D; }
span { border-color: rgb(114,120,61); }
td.TdClassName
{
border-color: #72783D;
}
.TagClassName
{
border-color: #72783D;
}
</style>