Shades of Elm #337D77
Tints of Elm #337D77
RGB
CMYK
RGB Variations
Color information
#337D77 (or 0x337D77) is known color: Elm. HEX triplet: 33, 7D and 77. RGB value is (51,125,119). Sum of RGB (Red+Green+Blue) = 51+125+119=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #337D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D77 is #CC8288. Grayscale: #666666. Windows color (decimal): -13402761 or 7830835. OLE color: 7830835.
HSL color Cylindrical-coordinate representation of color #337D77: hue angle of 175.14º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337D77 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 119 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.51 |
| HSL | 175.14º | 0.42% | 0.35% | - |
| HSV(B) | 175.14º | 0.59% | 0.49% | - |
| XYZ | 12.03 | 16.7 | 20.04 | - |
| YUV | 102.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 119 | 0.59 | 0 | 0.05 | 0.51 | 175.14 | 0.42 | 0.35 |
| Hex | 33 | 7D | 77 | 3B | 0 | 5 | 33 | AF | 2A | 23 |
| Octal | 63 | 175 | 167 | 73 | 0 | 5 | 63 | 257 | 52 | 43 |
| Binary | 110011 | 1111101 | 1110111 | 111011 | 0 | 101 | 110011 | 10101111 | 101010 | 100011 |
Color Harmonies of #337D77
Complementary color
Monochromatic Colors of #337D77
Black with #337D77
Text Example
Text Example
White with #337D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D77; }
p { color: rgb(51,125,119); }
H1.HeaderClassName
{
color: #337D77;
}
.AnyTagClassName
{
color: #337D77;
}
</style>
background-color css
<style>
a { background-color: #337D77; }
a { background-color: rgb(51,125,119); }
div.DivClassName
{
background-color: #337D77;
}
.BgClassName
{
background-color: #337D77;
}
</style>
border-color css
<style>
span { border-color: #337D77; }
span { border-color: rgb(51,125,119); }
td.TdClassName
{
border-color: #337D77;
}
.TagClassName
{
border-color: #337D77;
}
</style>