Shades of Elm #157774
Tints of Elm #157774
RGB
CMYK
RGB Variations
Color information
#157774 (or 0x157774) is known color: Elm. HEX triplet: 15, 77 and 74. RGB value is (21,119,116). Sum of RGB (Red+Green+Blue) = 21+119+116=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #157774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157774 is #EA888B. Grayscale: #595959. Windows color (decimal): -15370380 or 7632661. OLE color: 7632661.
HSL color Cylindrical-coordinate representation of color #157774: hue angle of 178.16º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157774 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 119 | 116 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.53 |
| HSL | 178.16º | 0.7% | 0.27% | - |
| HSV(B) | 178.16º | 0.82% | 0.47% | - |
| XYZ | 10.06 | 14.61 | 18.81 | - |
| YUV | 89.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 116 | 0.82 | 0 | 0.03 | 0.53 | 178.16 | 0.7 | 0.27 |
| Hex | 15 | 77 | 74 | 52 | 0 | 3 | 35 | B2 | 46 | 1B |
| Octal | 25 | 167 | 164 | 122 | 0 | 3 | 65 | 262 | 106 | 33 |
| Binary | 10101 | 1110111 | 1110100 | 1010010 | 0 | 11 | 110101 | 10110010 | 1000110 | 11011 |
Color Harmonies of #157774
Complementary color
Monochromatic Colors of #157774
Black with #157774
Text Example
Text Example
White with #157774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157774; }
p { color: rgb(21,119,116); }
H1.HeaderClassName
{
color: #157774;
}
.AnyTagClassName
{
color: #157774;
}
</style>
background-color css
<style>
a { background-color: #157774; }
a { background-color: rgb(21,119,116); }
div.DivClassName
{
background-color: #157774;
}
.BgClassName
{
background-color: #157774;
}
</style>
border-color css
<style>
span { border-color: #157774; }
span { border-color: rgb(21,119,116); }
td.TdClassName
{
border-color: #157774;
}
.TagClassName
{
border-color: #157774;
}
</style>