Shades of Elm #207C79
Tints of Elm #207C79
RGB
CMYK
RGB Variations
Color information
#207C79 (or 0x207C79) is known color: Elm. HEX triplet: 20, 7C and 79. RGB value is (32,124,121). Sum of RGB (Red+Green+Blue) = 32+124+121=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #207C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C79 is #DF8386. Grayscale: #606060. Windows color (decimal): -14648199 or 7961632. OLE color: 7961632.
HSL color Cylindrical-coordinate representation of color #207C79: hue angle of 178.04º 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 #207C79 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 121 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.51 |
| HSL | 178.04º | 0.59% | 0.31% | - |
| HSV(B) | 178.04º | 0.74% | 0.49% | - |
| XYZ | 11.25 | 16.1 | 20.6 | - |
| YUV | 96.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 121 | 0.74 | 0 | 0.02 | 0.51 | 178.04 | 0.59 | 0.31 |
| Hex | 20 | 7C | 79 | 4A | 0 | 2 | 33 | B2 | 3B | 1F |
| Octal | 40 | 174 | 171 | 112 | 0 | 2 | 63 | 262 | 73 | 37 |
| Binary | 100000 | 1111100 | 1111001 | 1001010 | 0 | 10 | 110011 | 10110010 | 111011 | 11111 |
Color Harmonies of #207C79
Complementary color
Monochromatic Colors of #207C79
Black with #207C79
Text Example
Text Example
White with #207C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C79; }
p { color: rgb(32,124,121); }
H1.HeaderClassName
{
color: #207C79;
}
.AnyTagClassName
{
color: #207C79;
}
</style>
background-color css
<style>
a { background-color: #207C79; }
a { background-color: rgb(32,124,121); }
div.DivClassName
{
background-color: #207C79;
}
.BgClassName
{
background-color: #207C79;
}
</style>
border-color css
<style>
span { border-color: #207C79; }
span { border-color: rgb(32,124,121); }
td.TdClassName
{
border-color: #207C79;
}
.TagClassName
{
border-color: #207C79;
}
</style>