Shades of Elm #207C74
Tints of Elm #207C74
RGB
CMYK
RGB Variations
Color information
#207C74 (or 0x207C74) is known color: Elm. HEX triplet: 20, 7C and 74. RGB value is (32,124,116). Sum of RGB (Red+Green+Blue) = 32+124+116=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #207C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C74 is #DF838B. Grayscale: #5F5F5F. Windows color (decimal): -14648204 or 7633952. OLE color: 7633952.
HSL color Cylindrical-coordinate representation of color #207C74: hue angle of 174.78º 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 #207C74 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 116 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.51 |
| HSL | 174.78º | 0.59% | 0.31% | - |
| HSV(B) | 174.78º | 0.74% | 0.49% | - |
| XYZ | 10.96 | 15.98 | 19.03 | - |
| YUV | 95.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 116 | 0.74 | 0 | 0.06 | 0.51 | 174.78 | 0.59 | 0.31 |
| Hex | 20 | 7C | 74 | 4A | 0 | 6 | 33 | AF | 3B | 1F |
| Octal | 40 | 174 | 164 | 112 | 0 | 6 | 63 | 257 | 73 | 37 |
| Binary | 100000 | 1111100 | 1110100 | 1001010 | 0 | 110 | 110011 | 10101111 | 111011 | 11111 |
Color Harmonies of #207C74
Complementary color
Monochromatic Colors of #207C74
Black with #207C74
Text Example
Text Example
White with #207C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C74; }
p { color: rgb(32,124,116); }
H1.HeaderClassName
{
color: #207C74;
}
.AnyTagClassName
{
color: #207C74;
}
</style>
background-color css
<style>
a { background-color: #207C74; }
a { background-color: rgb(32,124,116); }
div.DivClassName
{
background-color: #207C74;
}
.BgClassName
{
background-color: #207C74;
}
</style>
border-color css
<style>
span { border-color: #207C74; }
span { border-color: rgb(32,124,116); }
td.TdClassName
{
border-color: #207C74;
}
.TagClassName
{
border-color: #207C74;
}
</style>