Shades of Elm #21776F
Tints of Elm #21776F
RGB
CMYK
RGB Variations
Color information
#21776F (or 0x21776F) is known color: Elm. HEX triplet: 21, 77 and 6F. RGB value is (33,119,111). Sum of RGB (Red+Green+Blue) = 33+119+111=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #21776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21776F is #DE8890. Grayscale: #5C5C5C. Windows color (decimal): -14583953 or 7304993. OLE color: 7304993.
HSL color Cylindrical-coordinate representation of color #21776F: hue angle of 174.42º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21776F is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 119 | 111 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.53 |
| HSL | 174.42º | 0.57% | 0.3% | - |
| HSV(B) | 174.42º | 0.72% | 0.47% | - |
| XYZ | 10.09 | 14.66 | 17.34 | - |
| YUV | 92.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 111 | 0.72 | 0 | 0.07 | 0.53 | 174.42 | 0.57 | 0.3 |
| Hex | 21 | 77 | 6F | 48 | 0 | 7 | 35 | AE | 39 | 1E |
| Octal | 41 | 167 | 157 | 110 | 0 | 7 | 65 | 256 | 71 | 36 |
| Binary | 100001 | 1110111 | 1101111 | 1001000 | 0 | 111 | 110101 | 10101110 | 111001 | 11110 |
Color Harmonies of #21776F
Complementary color
Monochromatic Colors of #21776F
Black with #21776F
Text Example
Text Example
White with #21776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21776F; }
p { color: rgb(33,119,111); }
H1.HeaderClassName
{
color: #21776F;
}
.AnyTagClassName
{
color: #21776F;
}
</style>
background-color css
<style>
a { background-color: #21776F; }
a { background-color: rgb(33,119,111); }
div.DivClassName
{
background-color: #21776F;
}
.BgClassName
{
background-color: #21776F;
}
</style>
border-color css
<style>
span { border-color: #21776F; }
span { border-color: rgb(33,119,111); }
td.TdClassName
{
border-color: #21776F;
}
.TagClassName
{
border-color: #21776F;
}
</style>