Shades of Elm #157779
Tints of Elm #157779
RGB
CMYK
RGB Variations
Color information
#157779 (or 0x157779) is known color: Elm. HEX triplet: 15, 77 and 79. RGB value is (21,119,121). Sum of RGB (Red+Green+Blue) = 21+119+121=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #157779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157779 is #EA8886. Grayscale: #595959. Windows color (decimal): -15370375 or 7960341. OLE color: 7960341.
HSL color Cylindrical-coordinate representation of color #157779: hue angle of 181.2º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157779 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 119 | 121 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.53 |
| HSL | 181.2º | 0.7% | 0.28% | - |
| HSV(B) | 181.2º | 0.83% | 0.47% | - |
| XYZ | 10.36 | 14.73 | 20.39 | - |
| YUV | 89.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 121 | 0.83 | 0.02 | 0 | 0.53 | 181.2 | 0.7 | 0.28 |
| Hex | 15 | 77 | 79 | 53 | 2 | 0 | 35 | B5 | 46 | 1C |
| Octal | 25 | 167 | 171 | 123 | 2 | 0 | 65 | 265 | 106 | 34 |
| Binary | 10101 | 1110111 | 1111001 | 1010011 | 10 | 0 | 110101 | 10110101 | 1000110 | 11100 |
Color Harmonies of #157779
Complementary color
Monochromatic Colors of #157779
Black with #157779
Text Example
Text Example
White with #157779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157779; }
p { color: rgb(21,119,121); }
H1.HeaderClassName
{
color: #157779;
}
.AnyTagClassName
{
color: #157779;
}
</style>
background-color css
<style>
a { background-color: #157779; }
a { background-color: rgb(21,119,121); }
div.DivClassName
{
background-color: #157779;
}
.BgClassName
{
background-color: #157779;
}
</style>
border-color css
<style>
span { border-color: #157779; }
span { border-color: rgb(21,119,121); }
td.TdClassName
{
border-color: #157779;
}
.TagClassName
{
border-color: #157779;
}
</style>