Shades of Elm #278777
Tints of Elm #278777
RGB
CMYK
RGB Variations
Color information
#278777 (or 0x278777) is known color: Elm. HEX triplet: 27, 87 and 77. RGB value is (39,135,119). Sum of RGB (Red+Green+Blue) = 39+135+119=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #278777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278777 is #D87888. Grayscale: #686868. Windows color (decimal): -14186633 or 7833383. OLE color: 7833383.
HSL color Cylindrical-coordinate representation of color #278777: hue angle of 170º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278777 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 135 | 119 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.47 |
| HSL | 170º | 0.55% | 0.34% | - |
| HSV(B) | 170º | 0.71% | 0.53% | - |
| XYZ | 12.83 | 19.09 | 20.46 | - |
| YUV | 104.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 135 | 119 | 0.71 | 0 | 0.12 | 0.47 | 170 | 0.55 | 0.34 |
| Hex | 27 | 87 | 77 | 47 | 0 | C | 2F | AA | 37 | 22 |
| Octal | 47 | 207 | 167 | 107 | 0 | 14 | 57 | 252 | 67 | 42 |
| Binary | 100111 | 10000111 | 1110111 | 1000111 | 0 | 1100 | 101111 | 10101010 | 110111 | 100010 |
Color Harmonies of #278777
Complementary color
Monochromatic Colors of #278777
Black with #278777
Text Example
Text Example
White with #278777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278777; }
p { color: rgb(39,135,119); }
H1.HeaderClassName
{
color: #278777;
}
.AnyTagClassName
{
color: #278777;
}
</style>
background-color css
<style>
a { background-color: #278777; }
a { background-color: rgb(39,135,119); }
div.DivClassName
{
background-color: #278777;
}
.BgClassName
{
background-color: #278777;
}
</style>
border-color css
<style>
span { border-color: #278777; }
span { border-color: rgb(39,135,119); }
td.TdClassName
{
border-color: #278777;
}
.TagClassName
{
border-color: #278777;
}
</style>