Shades of Elm #207672
Tints of Elm #207672
RGB
CMYK
RGB Variations
Color information
#207672 (or 0x207672) is known color: Elm. HEX triplet: 20, 76 and 72. RGB value is (32,118,114). Sum of RGB (Red+Green+Blue) = 32+118+114=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #207672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207672 is #DF898D. Grayscale: #5B5B5B. Windows color (decimal): -14649742 or 7501344. OLE color: 7501344.
HSL color Cylindrical-coordinate representation of color #207672: hue angle of 177.21º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207672 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 114 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.54 |
| HSL | 177.21º | 0.57% | 0.29% | - |
| HSV(B) | 177.21º | 0.73% | 0.46% | - |
| XYZ | 10.11 | 14.48 | 18.18 | - |
| YUV | 91.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 114 | 0.73 | 0 | 0.03 | 0.54 | 177.21 | 0.57 | 0.29 |
| Hex | 20 | 76 | 72 | 49 | 0 | 3 | 36 | B1 | 39 | 1D |
| Octal | 40 | 166 | 162 | 111 | 0 | 3 | 66 | 261 | 71 | 35 |
| Binary | 100000 | 1110110 | 1110010 | 1001001 | 0 | 11 | 110110 | 10110001 | 111001 | 11101 |
Color Harmonies of #207672
Complementary color
Monochromatic Colors of #207672
Black with #207672
Text Example
Text Example
White with #207672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207672; }
p { color: rgb(32,118,114); }
H1.HeaderClassName
{
color: #207672;
}
.AnyTagClassName
{
color: #207672;
}
</style>
background-color css
<style>
a { background-color: #207672; }
a { background-color: rgb(32,118,114); }
div.DivClassName
{
background-color: #207672;
}
.BgClassName
{
background-color: #207672;
}
</style>
border-color css
<style>
span { border-color: #207672; }
span { border-color: rgb(32,118,114); }
td.TdClassName
{
border-color: #207672;
}
.TagClassName
{
border-color: #207672;
}
</style>