Shades of Elm #207D78
Tints of Elm #207D78
RGB
CMYK
RGB Variations
Color information
#207D78 (or 0x207D78) is known color: Elm. HEX triplet: 20, 7D and 78. RGB value is (32,125,120). Sum of RGB (Red+Green+Blue) = 32+125+120=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #207D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207D78 is #DF8287. Grayscale: #606060. Windows color (decimal): -14647944 or 7896352. OLE color: 7896352.
HSL color Cylindrical-coordinate representation of color #207D78: hue angle of 176.77º 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 #207D78 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 125 | 120 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.51 |
| HSL | 176.77º | 0.59% | 0.31% | - |
| HSV(B) | 176.77º | 0.74% | 0.49% | - |
| XYZ | 11.32 | 16.33 | 20.32 | - |
| YUV | 96.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 120 | 0.74 | 0 | 0.04 | 0.51 | 176.77 | 0.59 | 0.31 |
| Hex | 20 | 7D | 78 | 4A | 0 | 4 | 33 | B1 | 3B | 1F |
| Octal | 40 | 175 | 170 | 112 | 0 | 4 | 63 | 261 | 73 | 37 |
| Binary | 100000 | 1111101 | 1111000 | 1001010 | 0 | 100 | 110011 | 10110001 | 111011 | 11111 |
Color Harmonies of #207D78
Complementary color
Monochromatic Colors of #207D78
Black with #207D78
Text Example
Text Example
White with #207D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D78; }
p { color: rgb(32,125,120); }
H1.HeaderClassName
{
color: #207D78;
}
.AnyTagClassName
{
color: #207D78;
}
</style>
background-color css
<style>
a { background-color: #207D78; }
a { background-color: rgb(32,125,120); }
div.DivClassName
{
background-color: #207D78;
}
.BgClassName
{
background-color: #207D78;
}
</style>
border-color css
<style>
span { border-color: #207D78; }
span { border-color: rgb(32,125,120); }
td.TdClassName
{
border-color: #207D78;
}
.TagClassName
{
border-color: #207D78;
}
</style>