Shades of Elm #207E78
Tints of Elm #207E78
RGB
CMYK
RGB Variations
Color information
#207E78 (or 0x207E78) is known color: Elm. HEX triplet: 20, 7E and 78. RGB value is (32,126,120). Sum of RGB (Red+Green+Blue) = 32+126+120=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 126 - color contains mainly: green. Hex color #207E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207E78 is #DF8187. Grayscale: #616161. Windows color (decimal): -14647688 or 7896608. OLE color: 7896608.
HSL color Cylindrical-coordinate representation of color #207E78: hue angle of 176.17º 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 #207E78 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 126 | 120 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.51 |
| HSL | 176.17º | 0.59% | 0.31% | - |
| HSV(B) | 176.17º | 0.75% | 0.49% | - |
| XYZ | 11.45 | 16.58 | 20.37 | - |
| YUV | 97.21 | 140.86 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 120 | 0.75 | 0 | 0.05 | 0.51 | 176.17 | 0.59 | 0.31 |
| Hex | 20 | 7E | 78 | 4B | 0 | 5 | 33 | B0 | 3B | 1F |
| Octal | 40 | 176 | 170 | 113 | 0 | 5 | 63 | 260 | 73 | 37 |
| Binary | 100000 | 1111110 | 1111000 | 1001011 | 0 | 101 | 110011 | 10110000 | 111011 | 11111 |
Color Harmonies of #207E78
Complementary color
Monochromatic Colors of #207E78
Black with #207E78
Text Example
Text Example
White with #207E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207E78; }
p { color: rgb(32,126,120); }
H1.HeaderClassName
{
color: #207E78;
}
.AnyTagClassName
{
color: #207E78;
}
</style>
background-color css
<style>
a { background-color: #207E78; }
a { background-color: rgb(32,126,120); }
div.DivClassName
{
background-color: #207E78;
}
.BgClassName
{
background-color: #207E78;
}
</style>
border-color css
<style>
span { border-color: #207E78; }
span { border-color: rgb(32,126,120); }
td.TdClassName
{
border-color: #207E78;
}
.TagClassName
{
border-color: #207E78;
}
</style>