Shades of Elm #207875
Tints of Elm #207875
RGB
CMYK
RGB Variations
Color information
#207875 (or 0x207875) is known color: Elm. HEX triplet: 20, 78 and 75. RGB value is (32,120,117). Sum of RGB (Red+Green+Blue) = 32+120+117=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #207875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207875 is #DF878A. Grayscale: #5D5D5D. Windows color (decimal): -14649227 or 7698464. OLE color: 7698464.
HSL color Cylindrical-coordinate representation of color #207875: hue angle of 177.95º 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 #207875 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 117 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.53 |
| HSL | 177.95º | 0.58% | 0.3% | - |
| HSV(B) | 177.95º | 0.73% | 0.47% | - |
| XYZ | 10.52 | 15.02 | 19.18 | - |
| YUV | 93.35 | 141.35 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 117 | 0.73 | 0 | 0.02 | 0.53 | 177.95 | 0.58 | 0.3 |
| Hex | 20 | 78 | 75 | 49 | 0 | 2 | 35 | B2 | 3A | 1E |
| Octal | 40 | 170 | 165 | 111 | 0 | 2 | 65 | 262 | 72 | 36 |
| Binary | 100000 | 1111000 | 1110101 | 1001001 | 0 | 10 | 110101 | 10110010 | 111010 | 11110 |
Color Harmonies of #207875
Complementary color
Monochromatic Colors of #207875
Black with #207875
Text Example
Text Example
White with #207875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207875; }
p { color: rgb(32,120,117); }
H1.HeaderClassName
{
color: #207875;
}
.AnyTagClassName
{
color: #207875;
}
</style>
background-color css
<style>
a { background-color: #207875; }
a { background-color: rgb(32,120,117); }
div.DivClassName
{
background-color: #207875;
}
.BgClassName
{
background-color: #207875;
}
</style>
border-color css
<style>
span { border-color: #207875; }
span { border-color: rgb(32,120,117); }
td.TdClassName
{
border-color: #207875;
}
.TagClassName
{
border-color: #207875;
}
</style>