Shades of Elm #247B77
Tints of Elm #247B77
RGB
CMYK
RGB Variations
Color information
#247B77 (or 0x247B77) is known color: Elm. HEX triplet: 24, 7B and 77. RGB value is (36,123,119). Sum of RGB (Red+Green+Blue) = 36+123+119=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #247B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247B77 is #DB8488. Grayscale: #606060. Windows color (decimal): -14386313 or 7830308. OLE color: 7830308.
HSL color Cylindrical-coordinate representation of color #247B77: hue angle of 177.24º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247B77 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 123 | 119 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.52 |
| HSL | 177.24º | 0.55% | 0.31% | - |
| HSV(B) | 177.24º | 0.71% | 0.48% | - |
| XYZ | 11.14 | 15.87 | 19.93 | - |
| YUV | 96.53 | 140.68 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 119 | 0.71 | 0 | 0.03 | 0.52 | 177.24 | 0.55 | 0.31 |
| Hex | 24 | 7B | 77 | 47 | 0 | 3 | 34 | B1 | 37 | 1F |
| Octal | 44 | 173 | 167 | 107 | 0 | 3 | 64 | 261 | 67 | 37 |
| Binary | 100100 | 1111011 | 1110111 | 1000111 | 0 | 11 | 110100 | 10110001 | 110111 | 11111 |
Color Harmonies of #247B77
Complementary color
Monochromatic Colors of #247B77
Black with #247B77
Text Example
Text Example
White with #247B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B77; }
p { color: rgb(36,123,119); }
H1.HeaderClassName
{
color: #247B77;
}
.AnyTagClassName
{
color: #247B77;
}
</style>
background-color css
<style>
a { background-color: #247B77; }
a { background-color: rgb(36,123,119); }
div.DivClassName
{
background-color: #247B77;
}
.BgClassName
{
background-color: #247B77;
}
</style>
border-color css
<style>
span { border-color: #247B77; }
span { border-color: rgb(36,123,119); }
td.TdClassName
{
border-color: #247B77;
}
.TagClassName
{
border-color: #247B77;
}
</style>