Shades of Elm #207C72
Tints of Elm #207C72
RGB
CMYK
RGB Variations
Color information
#207C72 (or 0x207C72) is known color: Elm. HEX triplet: 20, 7C and 72. RGB value is (32,124,114). Sum of RGB (Red+Green+Blue) = 32+124+114=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #207C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C72 is #DF838D. Grayscale: #5F5F5F. Windows color (decimal): -14648206 or 7502880. OLE color: 7502880.
HSL color Cylindrical-coordinate representation of color #207C72: hue angle of 173.48º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207C72 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 114 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.51 |
| HSL | 173.48º | 0.59% | 0.31% | - |
| HSV(B) | 173.48º | 0.74% | 0.49% | - |
| XYZ | 10.84 | 15.94 | 18.42 | - |
| YUV | 95.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 114 | 0.74 | 0 | 0.08 | 0.51 | 173.48 | 0.59 | 0.31 |
| Hex | 20 | 7C | 72 | 4A | 0 | 8 | 33 | AD | 3B | 1F |
| Octal | 40 | 174 | 162 | 112 | 0 | 10 | 63 | 255 | 73 | 37 |
| Binary | 100000 | 1111100 | 1110010 | 1001010 | 0 | 1000 | 110011 | 10101101 | 111011 | 11111 |
Color Harmonies of #207C72
Complementary color
Monochromatic Colors of #207C72
Black with #207C72
Text Example
Text Example
White with #207C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C72; }
p { color: rgb(32,124,114); }
H1.HeaderClassName
{
color: #207C72;
}
.AnyTagClassName
{
color: #207C72;
}
</style>
background-color css
<style>
a { background-color: #207C72; }
a { background-color: rgb(32,124,114); }
div.DivClassName
{
background-color: #207C72;
}
.BgClassName
{
background-color: #207C72;
}
</style>
border-color css
<style>
span { border-color: #207C72; }
span { border-color: rgb(32,124,114); }
td.TdClassName
{
border-color: #207C72;
}
.TagClassName
{
border-color: #207C72;
}
</style>