Shades of Elm #208077
Tints of Elm #208077
RGB
CMYK
RGB Variations
Color information
#208077 (or 0x208077) is known color: Elm. HEX triplet: 20, 80 and 77. RGB value is (32,128,119). Sum of RGB (Red+Green+Blue) = 32+128+119=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #208077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208077 is #DF7F88. Grayscale: #626262. Windows color (decimal): -14647177 or 7831584. OLE color: 7831584.
HSL color Cylindrical-coordinate representation of color #208077: hue angle of 174.38º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208077 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 119 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.50 |
| HSL | 174.38º | 0.6% | 0.31% | - |
| HSV(B) | 174.38º | 0.75% | 0.5% | - |
| XYZ | 11.64 | 17.08 | 20.14 | - |
| YUV | 98.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 119 | 0.75 | 0 | 0.07 | 0.50 | 174.38 | 0.6 | 0.31 |
| Hex | 20 | 80 | 77 | 4B | 0 | 7 | 32 | AE | 3C | 1F |
| Octal | 40 | 200 | 167 | 113 | 0 | 7 | 62 | 256 | 74 | 37 |
| Binary | 100000 | 10000000 | 1110111 | 1001011 | 0 | 111 | 110010 | 10101110 | 111100 | 11111 |
Color Harmonies of #208077
Complementary color
Monochromatic Colors of #208077
Black with #208077
Text Example
Text Example
White with #208077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208077; }
p { color: rgb(32,128,119); }
H1.HeaderClassName
{
color: #208077;
}
.AnyTagClassName
{
color: #208077;
}
</style>
background-color css
<style>
a { background-color: #208077; }
a { background-color: rgb(32,128,119); }
div.DivClassName
{
background-color: #208077;
}
.BgClassName
{
background-color: #208077;
}
</style>
border-color css
<style>
span { border-color: #208077; }
span { border-color: rgb(32,128,119); }
td.TdClassName
{
border-color: #208077;
}
.TagClassName
{
border-color: #208077;
}
</style>