Shades of Elm #277F75
Tints of Elm #277F75
RGB
CMYK
RGB Variations
Color information
#277F75 (or 0x277F75) is known color: Elm. HEX triplet: 27, 7F and 75. RGB value is (39,127,117). Sum of RGB (Red+Green+Blue) = 39+127+117=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #277F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277F75 is #D8808A. Grayscale: #636363. Windows color (decimal): -14188683 or 7700263. OLE color: 7700263.
HSL color Cylindrical-coordinate representation of color #277F75: hue angle of 173.18º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277F75 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 127 | 117 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.50 |
| HSL | 173.18º | 0.53% | 0.33% | - |
| HSV(B) | 173.18º | 0.69% | 0.5% | - |
| XYZ | 11.64 | 16.89 | 19.48 | - |
| YUV | 99.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 117 | 0.69 | 0 | 0.08 | 0.50 | 173.18 | 0.53 | 0.33 |
| Hex | 27 | 7F | 75 | 45 | 0 | 8 | 32 | AD | 35 | 21 |
| Octal | 47 | 177 | 165 | 105 | 0 | 10 | 62 | 255 | 65 | 41 |
| Binary | 100111 | 1111111 | 1110101 | 1000101 | 0 | 1000 | 110010 | 10101101 | 110101 | 100001 |
Color Harmonies of #277F75
Complementary color
Monochromatic Colors of #277F75
Black with #277F75
Text Example
Text Example
White with #277F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F75; }
p { color: rgb(39,127,117); }
H1.HeaderClassName
{
color: #277F75;
}
.AnyTagClassName
{
color: #277F75;
}
</style>
background-color css
<style>
a { background-color: #277F75; }
a { background-color: rgb(39,127,117); }
div.DivClassName
{
background-color: #277F75;
}
.BgClassName
{
background-color: #277F75;
}
</style>
border-color css
<style>
span { border-color: #277F75; }
span { border-color: rgb(39,127,117); }
td.TdClassName
{
border-color: #277F75;
}
.TagClassName
{
border-color: #277F75;
}
</style>