Shades of Elm #207C75
Tints of Elm #207C75
RGB
CMYK
RGB Variations
Color information
#207C75 (or 0x207C75) is known color: Elm. HEX triplet: 20, 7C and 75. RGB value is (32,124,117). Sum of RGB (Red+Green+Blue) = 32+124+117=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #207C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C75 is #DF838A. Grayscale: #5F5F5F. Windows color (decimal): -14648203 or 7699488. OLE color: 7699488.
HSL color Cylindrical-coordinate representation of color #207C75: hue angle of 175.43º 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 #207C75 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 117 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.51 |
| HSL | 175.43º | 0.59% | 0.31% | - |
| HSV(B) | 175.43º | 0.74% | 0.49% | - |
| XYZ | 11.01 | 16.01 | 19.34 | - |
| YUV | 95.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 117 | 0.74 | 0 | 0.06 | 0.51 | 175.43 | 0.59 | 0.31 |
| Hex | 20 | 7C | 75 | 4A | 0 | 6 | 33 | AF | 3B | 1F |
| Octal | 40 | 174 | 165 | 112 | 0 | 6 | 63 | 257 | 73 | 37 |
| Binary | 100000 | 1111100 | 1110101 | 1001010 | 0 | 110 | 110011 | 10101111 | 111011 | 11111 |
Color Harmonies of #207C75
Complementary color
Monochromatic Colors of #207C75
Black with #207C75
Text Example
Text Example
White with #207C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C75; }
p { color: rgb(32,124,117); }
H1.HeaderClassName
{
color: #207C75;
}
.AnyTagClassName
{
color: #207C75;
}
</style>
background-color css
<style>
a { background-color: #207C75; }
a { background-color: rgb(32,124,117); }
div.DivClassName
{
background-color: #207C75;
}
.BgClassName
{
background-color: #207C75;
}
</style>
border-color css
<style>
span { border-color: #207C75; }
span { border-color: rgb(32,124,117); }
td.TdClassName
{
border-color: #207C75;
}
.TagClassName
{
border-color: #207C75;
}
</style>