Shades of Elm #20776D
Tints of Elm #20776D
RGB
CMYK
RGB Variations
Color information
#20776D (or 0x20776D) is known color: Elm. HEX triplet: 20, 77 and 6D. RGB value is (32,119,109). Sum of RGB (Red+Green+Blue) = 32+119+109=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #20776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20776D is #DF8892. Grayscale: #5B5B5B. Windows color (decimal): -14649491 or 7173920. OLE color: 7173920.
HSL color Cylindrical-coordinate representation of color #20776D: hue angle of 173.1º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20776D is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 119 | 109 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.53 |
| HSL | 173.1º | 0.58% | 0.3% | - |
| HSV(B) | 173.1º | 0.73% | 0.47% | - |
| XYZ | 9.95 | 14.6 | 16.76 | - |
| YUV | 91.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 109 | 0.73 | 0 | 0.08 | 0.53 | 173.1 | 0.58 | 0.3 |
| Hex | 20 | 77 | 6D | 49 | 0 | 8 | 35 | AD | 3A | 1E |
| Octal | 40 | 167 | 155 | 111 | 0 | 10 | 65 | 255 | 72 | 36 |
| Binary | 100000 | 1110111 | 1101101 | 1001001 | 0 | 1000 | 110101 | 10101101 | 111010 | 11110 |
Color Harmonies of #20776D
Complementary color
Monochromatic Colors of #20776D
Black with #20776D
Text Example
Text Example
White with #20776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20776D; }
p { color: rgb(32,119,109); }
H1.HeaderClassName
{
color: #20776D;
}
.AnyTagClassName
{
color: #20776D;
}
</style>
background-color css
<style>
a { background-color: #20776D; }
a { background-color: rgb(32,119,109); }
div.DivClassName
{
background-color: #20776D;
}
.BgClassName
{
background-color: #20776D;
}
</style>
border-color css
<style>
span { border-color: #20776D; }
span { border-color: rgb(32,119,109); }
td.TdClassName
{
border-color: #20776D;
}
.TagClassName
{
border-color: #20776D;
}
</style>