Shades of Elm #207D7B
Tints of Elm #207D7B
RGB
CMYK
RGB Variations
Color information
#207D7B (or 0x207D7B) is known color: Elm. HEX triplet: 20, 7D and 7B. RGB value is (32,125,123). Sum of RGB (Red+Green+Blue) = 32+125+123=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #207D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207D7B is #DF8284. Grayscale: #606060. Windows color (decimal): -14647941 or 8092960. OLE color: 8092960.
HSL color Cylindrical-coordinate representation of color #207D7B: hue angle of 178.71º 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 #207D7B is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 125 | 123 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.51 |
| HSL | 178.71º | 0.59% | 0.31% | - |
| HSV(B) | 178.71º | 0.74% | 0.49% | - |
| XYZ | 11.5 | 16.4 | 21.3 | - |
| YUV | 96.97 | 142.69 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 123 | 0.74 | 0 | 0.02 | 0.51 | 178.71 | 0.59 | 0.31 |
| Hex | 20 | 7D | 7B | 4A | 0 | 2 | 33 | B3 | 3B | 1F |
| Octal | 40 | 175 | 173 | 112 | 0 | 2 | 63 | 263 | 73 | 37 |
| Binary | 100000 | 1111101 | 1111011 | 1001010 | 0 | 10 | 110011 | 10110011 | 111011 | 11111 |
Color Harmonies of #207D7B
Complementary color
Monochromatic Colors of #207D7B
Black with #207D7B
Text Example
Text Example
White with #207D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D7B; }
p { color: rgb(32,125,123); }
H1.HeaderClassName
{
color: #207D7B;
}
.AnyTagClassName
{
color: #207D7B;
}
</style>
background-color css
<style>
a { background-color: #207D7B; }
a { background-color: rgb(32,125,123); }
div.DivClassName
{
background-color: #207D7B;
}
.BgClassName
{
background-color: #207D7B;
}
</style>
border-color css
<style>
span { border-color: #207D7B; }
span { border-color: rgb(32,125,123); }
td.TdClassName
{
border-color: #207D7B;
}
.TagClassName
{
border-color: #207D7B;
}
</style>