Shades of Elm #207F7D
Tints of Elm #207F7D
RGB
CMYK
RGB Variations
Color information
#207F7D (or 0x207F7D) is known color: Elm. HEX triplet: 20, 7F and 7D. RGB value is (32,127,125). Sum of RGB (Red+Green+Blue) = 32+127+125=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #207F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207F7D is #DF8082. Grayscale: #626262. Windows color (decimal): -14647427 or 8224544. OLE color: 8224544.
HSL color Cylindrical-coordinate representation of color #207F7D: hue angle of 178.74º 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 #207F7D is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 127 | 125 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.50 |
| HSL | 178.74º | 0.6% | 0.31% | - |
| HSV(B) | 178.74º | 0.75% | 0.5% | - |
| XYZ | 11.89 | 16.97 | 22.05 | - |
| YUV | 98.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 125 | 0.75 | 0 | 0.02 | 0.50 | 178.74 | 0.6 | 0.31 |
| Hex | 20 | 7F | 7D | 4B | 0 | 2 | 32 | B3 | 3C | 1F |
| Octal | 40 | 177 | 175 | 113 | 0 | 2 | 62 | 263 | 74 | 37 |
| Binary | 100000 | 1111111 | 1111101 | 1001011 | 0 | 10 | 110010 | 10110011 | 111100 | 11111 |
Color Harmonies of #207F7D
Complementary color
Monochromatic Colors of #207F7D
Black with #207F7D
Text Example
Text Example
White with #207F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F7D; }
p { color: rgb(32,127,125); }
H1.HeaderClassName
{
color: #207F7D;
}
.AnyTagClassName
{
color: #207F7D;
}
</style>
background-color css
<style>
a { background-color: #207F7D; }
a { background-color: rgb(32,127,125); }
div.DivClassName
{
background-color: #207F7D;
}
.BgClassName
{
background-color: #207F7D;
}
</style>
border-color css
<style>
span { border-color: #207F7D; }
span { border-color: rgb(32,127,125); }
td.TdClassName
{
border-color: #207F7D;
}
.TagClassName
{
border-color: #207F7D;
}
</style>