Shades of Elm #197777
Tints of Elm #197777
RGB
CMYK
RGB Variations
Color information
#197777 (or 0x197777) is known color: Elm. HEX triplet: 19, 77 and 77. RGB value is (25,119,119). Sum of RGB (Red+Green+Blue) = 25+119+119=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #197777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197777 is #E68888. Grayscale: #5A5A5A. Windows color (decimal): -15108233 or 7829273. OLE color: 7829273.
HSL color Cylindrical-coordinate representation of color #197777: hue angle of 180º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197777 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 119 | - |
| CMYK | 0.79 | 0 | 0 | 0.53 |
| HSL | 180º | 0.65% | 0.28% | - |
| HSV(B) | 180º | 0.79% | 0.47% | - |
| XYZ | 10.33 | 14.73 | 19.75 | - |
| YUV | 90.89 | 143.86 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 119 | 0.79 | 0 | 0 | 0.53 | 180 | 0.65 | 0.28 |
| Hex | 19 | 77 | 77 | 4F | 0 | 0 | 35 | B4 | 41 | 1C |
| Octal | 31 | 167 | 167 | 117 | 0 | 0 | 65 | 264 | 101 | 34 |
| Binary | 11001 | 1110111 | 1110111 | 1001111 | 0 | 0 | 110101 | 10110100 | 1000001 | 11100 |
Color Harmonies of #197777
Complementary color
Monochromatic Colors of #197777
Black with #197777
Text Example
Text Example
White with #197777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197777; }
p { color: rgb(25,119,119); }
H1.HeaderClassName
{
color: #197777;
}
.AnyTagClassName
{
color: #197777;
}
</style>
background-color css
<style>
a { background-color: #197777; }
a { background-color: rgb(25,119,119); }
div.DivClassName
{
background-color: #197777;
}
.BgClassName
{
background-color: #197777;
}
</style>
border-color css
<style>
span { border-color: #197777; }
span { border-color: rgb(25,119,119); }
td.TdClassName
{
border-color: #197777;
}
.TagClassName
{
border-color: #197777;
}
</style>