Shades of Elm #207874
Tints of Elm #207874
RGB
CMYK
RGB Variations
Color information
#207874 (or 0x207874) is known color: Elm. HEX triplet: 20, 78 and 74. RGB value is (32,120,116). Sum of RGB (Red+Green+Blue) = 32+120+116=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #207874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207874 is #DF878B. Grayscale: #5D5D5D. Windows color (decimal): -14649228 or 7632928. OLE color: 7632928.
HSL color Cylindrical-coordinate representation of color #207874: hue angle of 177.27º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207874 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 116 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.53 |
| HSL | 177.27º | 0.58% | 0.3% | - |
| HSV(B) | 177.27º | 0.73% | 0.47% | - |
| XYZ | 10.46 | 15 | 18.87 | - |
| YUV | 93.23 | 140.85 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 116 | 0.73 | 0 | 0.03 | 0.53 | 177.27 | 0.58 | 0.3 |
| Hex | 20 | 78 | 74 | 49 | 0 | 3 | 35 | B1 | 3A | 1E |
| Octal | 40 | 170 | 164 | 111 | 0 | 3 | 65 | 261 | 72 | 36 |
| Binary | 100000 | 1111000 | 1110100 | 1001001 | 0 | 11 | 110101 | 10110001 | 111010 | 11110 |
Color Harmonies of #207874
Complementary color
Monochromatic Colors of #207874
Black with #207874
Text Example
Text Example
White with #207874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207874; }
p { color: rgb(32,120,116); }
H1.HeaderClassName
{
color: #207874;
}
.AnyTagClassName
{
color: #207874;
}
</style>
background-color css
<style>
a { background-color: #207874; }
a { background-color: rgb(32,120,116); }
div.DivClassName
{
background-color: #207874;
}
.BgClassName
{
background-color: #207874;
}
</style>
border-color css
<style>
span { border-color: #207874; }
span { border-color: rgb(32,120,116); }
td.TdClassName
{
border-color: #207874;
}
.TagClassName
{
border-color: #207874;
}
</style>