Shades of Elm #207F74
Tints of Elm #207F74
RGB
CMYK
RGB Variations
Color information
#207F74 (or 0x207F74) is known color: Elm. HEX triplet: 20, 7F and 74. RGB value is (32,127,116). Sum of RGB (Red+Green+Blue) = 32+127+116=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 127 - color contains mainly: green. Hex color #207F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207F74 is #DF808B. Grayscale: #616161. Windows color (decimal): -14647436 or 7634720. OLE color: 7634720.
HSL color Cylindrical-coordinate representation of color #207F74: hue angle of 173.05º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207F74 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 127 | 116 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.50 |
| HSL | 173.05º | 0.6% | 0.31% | - |
| HSV(B) | 173.05º | 0.75% | 0.5% | - |
| XYZ | 11.34 | 16.75 | 19.16 | - |
| YUV | 97.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 116 | 0.75 | 0 | 0.09 | 0.50 | 173.05 | 0.6 | 0.31 |
| Hex | 20 | 7F | 74 | 4B | 0 | 9 | 32 | AD | 3C | 1F |
| Octal | 40 | 177 | 164 | 113 | 0 | 11 | 62 | 255 | 74 | 37 |
| Binary | 100000 | 1111111 | 1110100 | 1001011 | 0 | 1001 | 110010 | 10101101 | 111100 | 11111 |
Color Harmonies of #207F74
Complementary color
Monochromatic Colors of #207F74
Black with #207F74
Text Example
Text Example
White with #207F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F74; }
p { color: rgb(32,127,116); }
H1.HeaderClassName
{
color: #207F74;
}
.AnyTagClassName
{
color: #207F74;
}
</style>
background-color css
<style>
a { background-color: #207F74; }
a { background-color: rgb(32,127,116); }
div.DivClassName
{
background-color: #207F74;
}
.BgClassName
{
background-color: #207F74;
}
</style>
border-color css
<style>
span { border-color: #207F74; }
span { border-color: rgb(32,127,116); }
td.TdClassName
{
border-color: #207F74;
}
.TagClassName
{
border-color: #207F74;
}
</style>