Shades of Elm #27746F
Tints of Elm #27746F
RGB
CMYK
RGB Variations
Color information
#27746F (or 0x27746F) is known color: Elm. HEX triplet: 27, 74 and 6F. RGB value is (39,116,111). Sum of RGB (Red+Green+Blue) = 39+116+111=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #27746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27746F is #D88B90. Grayscale: #5C5C5C. Windows color (decimal): -14191505 or 7304231. OLE color: 7304231.
HSL color Cylindrical-coordinate representation of color #27746F: hue angle of 176.1º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27746F is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 116 | 111 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.55 |
| HSL | 176.1º | 0.5% | 0.3% | - |
| HSV(B) | 176.1º | 0.66% | 0.45% | - |
| XYZ | 9.95 | 14.07 | 17.23 | - |
| YUV | 92.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 111 | 0.66 | 0 | 0.04 | 0.55 | 176.1 | 0.5 | 0.3 |
| Hex | 27 | 74 | 6F | 42 | 0 | 4 | 37 | B0 | 32 | 1E |
| Octal | 47 | 164 | 157 | 102 | 0 | 4 | 67 | 260 | 62 | 36 |
| Binary | 100111 | 1110100 | 1101111 | 1000010 | 0 | 100 | 110111 | 10110000 | 110010 | 11110 |
Color Harmonies of #27746F
Complementary color
Monochromatic Colors of #27746F
Black with #27746F
Text Example
Text Example
White with #27746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27746F; }
p { color: rgb(39,116,111); }
H1.HeaderClassName
{
color: #27746F;
}
.AnyTagClassName
{
color: #27746F;
}
</style>
background-color css
<style>
a { background-color: #27746F; }
a { background-color: rgb(39,116,111); }
div.DivClassName
{
background-color: #27746F;
}
.BgClassName
{
background-color: #27746F;
}
</style>
border-color css
<style>
span { border-color: #27746F; }
span { border-color: rgb(39,116,111); }
td.TdClassName
{
border-color: #27746F;
}
.TagClassName
{
border-color: #27746F;
}
</style>