Shades of Elm #157773
Tints of Elm #157773
RGB
CMYK
RGB Variations
Color information
#157773 (or 0x157773) is known color: Elm. HEX triplet: 15, 77 and 73. RGB value is (21,119,115). Sum of RGB (Red+Green+Blue) = 21+119+115=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #157773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157773 is #EA888C. Grayscale: #595959. Windows color (decimal): -15370381 or 7567125. OLE color: 7567125.
HSL color Cylindrical-coordinate representation of color #157773: hue angle of 177.55º 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 #157773 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 119 | 115 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.53 |
| HSL | 177.55º | 0.7% | 0.27% | - |
| HSV(B) | 177.55º | 0.82% | 0.47% | - |
| XYZ | 10 | 14.59 | 18.51 | - |
| YUV | 89.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 115 | 0.82 | 0 | 0.03 | 0.53 | 177.55 | 0.7 | 0.27 |
| Hex | 15 | 77 | 73 | 52 | 0 | 3 | 35 | B2 | 46 | 1B |
| Octal | 25 | 167 | 163 | 122 | 0 | 3 | 65 | 262 | 106 | 33 |
| Binary | 10101 | 1110111 | 1110011 | 1010010 | 0 | 11 | 110101 | 10110010 | 1000110 | 11011 |
Color Harmonies of #157773
Complementary color
Monochromatic Colors of #157773
Black with #157773
Text Example
Text Example
White with #157773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157773; }
p { color: rgb(21,119,115); }
H1.HeaderClassName
{
color: #157773;
}
.AnyTagClassName
{
color: #157773;
}
</style>
background-color css
<style>
a { background-color: #157773; }
a { background-color: rgb(21,119,115); }
div.DivClassName
{
background-color: #157773;
}
.BgClassName
{
background-color: #157773;
}
</style>
border-color css
<style>
span { border-color: #157773; }
span { border-color: rgb(21,119,115); }
td.TdClassName
{
border-color: #157773;
}
.TagClassName
{
border-color: #157773;
}
</style>