Shades of Elm #327773
Tints of Elm #327773
RGB
CMYK
RGB Variations
Color information
#327773 (or 0x327773) is known color: Elm. HEX triplet: 32, 77 and 73. RGB value is (50,119,115). Sum of RGB (Red+Green+Blue) = 50+119+115=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #327773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327773 is #CD888C. Grayscale: #616161. Windows color (decimal): -13469837 or 7567154. OLE color: 7567154.
HSL color Cylindrical-coordinate representation of color #327773: hue angle of 176.52º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327773 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 115 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.53 |
| HSL | 176.52º | 0.41% | 0.33% | - |
| HSV(B) | 176.52º | 0.58% | 0.47% | - |
| XYZ | 11.01 | 15.11 | 18.56 | - |
| YUV | 97.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 115 | 0.58 | 0 | 0.03 | 0.53 | 176.52 | 0.41 | 0.33 |
| Hex | 32 | 77 | 73 | 3A | 0 | 3 | 35 | B1 | 29 | 21 |
| Octal | 62 | 167 | 163 | 72 | 0 | 3 | 65 | 261 | 51 | 41 |
| Binary | 110010 | 1110111 | 1110011 | 111010 | 0 | 11 | 110101 | 10110001 | 101001 | 100001 |
Color Harmonies of #327773
Complementary color
Monochromatic Colors of #327773
Black with #327773
Text Example
Text Example
White with #327773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327773; }
p { color: rgb(50,119,115); }
H1.HeaderClassName
{
color: #327773;
}
.AnyTagClassName
{
color: #327773;
}
</style>
background-color css
<style>
a { background-color: #327773; }
a { background-color: rgb(50,119,115); }
div.DivClassName
{
background-color: #327773;
}
.BgClassName
{
background-color: #327773;
}
</style>
border-color css
<style>
span { border-color: #327773; }
span { border-color: rgb(50,119,115); }
td.TdClassName
{
border-color: #327773;
}
.TagClassName
{
border-color: #327773;
}
</style>