Shades of Elm #327E78
Tints of Elm #327E78
RGB
CMYK
RGB Variations
Color information
#327E78 (or 0x327E78) is known color: Elm. HEX triplet: 32, 7E and 78. RGB value is (50,126,120). Sum of RGB (Red+Green+Blue) = 50+126+120=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #327E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E78 is #CD8187. Grayscale: #666666. Windows color (decimal): -13468040 or 7896626. OLE color: 7896626.
HSL color Cylindrical-coordinate representation of color #327E78: hue angle of 175.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327E78 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 126 | 120 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.51 |
| HSL | 175.26º | 0.43% | 0.35% | - |
| HSV(B) | 175.26º | 0.6% | 0.49% | - |
| XYZ | 12.17 | 16.96 | 20.4 | - |
| YUV | 102.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 120 | 0.60 | 0 | 0.05 | 0.51 | 175.26 | 0.43 | 0.35 |
| Hex | 32 | 7E | 78 | 3C | 0 | 5 | 33 | AF | 2B | 23 |
| Octal | 62 | 176 | 170 | 74 | 0 | 5 | 63 | 257 | 53 | 43 |
| Binary | 110010 | 1111110 | 1111000 | 111100 | 0 | 101 | 110011 | 10101111 | 101011 | 100011 |
Color Harmonies of #327E78
Complementary color
Monochromatic Colors of #327E78
Black with #327E78
Text Example
Text Example
White with #327E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E78; }
p { color: rgb(50,126,120); }
H1.HeaderClassName
{
color: #327E78;
}
.AnyTagClassName
{
color: #327E78;
}
</style>
background-color css
<style>
a { background-color: #327E78; }
a { background-color: rgb(50,126,120); }
div.DivClassName
{
background-color: #327E78;
}
.BgClassName
{
background-color: #327E78;
}
</style>
border-color css
<style>
span { border-color: #327E78; }
span { border-color: rgb(50,126,120); }
td.TdClassName
{
border-color: #327E78;
}
.TagClassName
{
border-color: #327E78;
}
</style>