Shades of Elm #27756D
Tints of Elm #27756D
RGB
CMYK
RGB Variations
Color information
#27756D (or 0x27756D) is known color: Elm. HEX triplet: 27, 75 and 6D. RGB value is (39,117,109). Sum of RGB (Red+Green+Blue) = 39+117+109=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #27756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27756D is #D88A92. Grayscale: #5C5C5C. Windows color (decimal): -14191251 or 7173415. OLE color: 7173415.
HSL color Cylindrical-coordinate representation of color #27756D: hue angle of 173.85º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27756D is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 117 | 109 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.54 |
| HSL | 173.85º | 0.5% | 0.31% | - |
| HSV(B) | 173.85º | 0.67% | 0.46% | - |
| XYZ | 9.96 | 14.26 | 16.7 | - |
| YUV | 92.77 | 137.16 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 117 | 109 | 0.67 | 0 | 0.07 | 0.54 | 173.85 | 0.5 | 0.31 |
| Hex | 27 | 75 | 6D | 43 | 0 | 7 | 36 | AE | 32 | 1F |
| Octal | 47 | 165 | 155 | 103 | 0 | 7 | 66 | 256 | 62 | 37 |
| Binary | 100111 | 1110101 | 1101101 | 1000011 | 0 | 111 | 110110 | 10101110 | 110010 | 11111 |
Color Harmonies of #27756D
Complementary color
Monochromatic Colors of #27756D
Black with #27756D
Text Example
Text Example
White with #27756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27756D; }
p { color: rgb(39,117,109); }
H1.HeaderClassName
{
color: #27756D;
}
.AnyTagClassName
{
color: #27756D;
}
</style>
background-color css
<style>
a { background-color: #27756D; }
a { background-color: rgb(39,117,109); }
div.DivClassName
{
background-color: #27756D;
}
.BgClassName
{
background-color: #27756D;
}
</style>
border-color css
<style>
span { border-color: #27756D; }
span { border-color: rgb(39,117,109); }
td.TdClassName
{
border-color: #27756D;
}
.TagClassName
{
border-color: #27756D;
}
</style>