Shades of Elm #207E7D
Tints of Elm #207E7D
RGB
CMYK
RGB Variations
Color information
#207E7D (or 0x207E7D) is known color: Elm. HEX triplet: 20, 7E and 7D. RGB value is (32,126,125). Sum of RGB (Red+Green+Blue) = 32+126+125=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #207E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207E7D is #DF8182. Grayscale: #616161. Windows color (decimal): -14647683 or 8224288. OLE color: 8224288.
HSL color Cylindrical-coordinate representation of color #207E7D: hue angle of 179.36º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207E7D is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 126 | 125 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.51 |
| HSL | 179.36º | 0.59% | 0.31% | - |
| HSV(B) | 179.36º | 0.75% | 0.49% | - |
| XYZ | 11.76 | 16.71 | 22.01 | - |
| YUV | 97.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 125 | 0.75 | 0 | 0.01 | 0.51 | 179.36 | 0.59 | 0.31 |
| Hex | 20 | 7E | 7D | 4B | 0 | 1 | 33 | B3 | 3B | 1F |
| Octal | 40 | 176 | 175 | 113 | 0 | 1 | 63 | 263 | 73 | 37 |
| Binary | 100000 | 1111110 | 1111101 | 1001011 | 0 | 1 | 110011 | 10110011 | 111011 | 11111 |
Color Harmonies of #207E7D
Complementary color
Monochromatic Colors of #207E7D
Black with #207E7D
Text Example
Text Example
White with #207E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207E7D; }
p { color: rgb(32,126,125); }
H1.HeaderClassName
{
color: #207E7D;
}
.AnyTagClassName
{
color: #207E7D;
}
</style>
background-color css
<style>
a { background-color: #207E7D; }
a { background-color: rgb(32,126,125); }
div.DivClassName
{
background-color: #207E7D;
}
.BgClassName
{
background-color: #207E7D;
}
</style>
border-color css
<style>
span { border-color: #207E7D; }
span { border-color: rgb(32,126,125); }
td.TdClassName
{
border-color: #207E7D;
}
.TagClassName
{
border-color: #207E7D;
}
</style>