Shades of Elm #207773
Tints of Elm #207773
RGB
CMYK
RGB Variations
Color information
#207773 (or 0x207773) is known color: Elm. HEX triplet: 20, 77 and 73. RGB value is (32,119,115). Sum of RGB (Red+Green+Blue) = 32+119+115=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #207773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207773 is #DF888C. Grayscale: #5C5C5C. Windows color (decimal): -14649485 or 7567136. OLE color: 7567136.
HSL color Cylindrical-coordinate representation of color #207773: hue angle of 177.24º 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 #207773 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 119 | 115 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.53 |
| HSL | 177.24º | 0.58% | 0.3% | - |
| HSV(B) | 177.24º | 0.73% | 0.47% | - |
| XYZ | 10.29 | 14.74 | 18.52 | - |
| YUV | 92.53 | 140.68 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 115 | 0.73 | 0 | 0.03 | 0.53 | 177.24 | 0.58 | 0.3 |
| Hex | 20 | 77 | 73 | 49 | 0 | 3 | 35 | B1 | 3A | 1E |
| Octal | 40 | 167 | 163 | 111 | 0 | 3 | 65 | 261 | 72 | 36 |
| Binary | 100000 | 1110111 | 1110011 | 1001001 | 0 | 11 | 110101 | 10110001 | 111010 | 11110 |
Color Harmonies of #207773
Complementary color
Monochromatic Colors of #207773
Black with #207773
Text Example
Text Example
White with #207773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207773; }
p { color: rgb(32,119,115); }
H1.HeaderClassName
{
color: #207773;
}
.AnyTagClassName
{
color: #207773;
}
</style>
background-color css
<style>
a { background-color: #207773; }
a { background-color: rgb(32,119,115); }
div.DivClassName
{
background-color: #207773;
}
.BgClassName
{
background-color: #207773;
}
</style>
border-color css
<style>
span { border-color: #207773; }
span { border-color: rgb(32,119,115); }
td.TdClassName
{
border-color: #207773;
}
.TagClassName
{
border-color: #207773;
}
</style>