Shades of Elm #177C7D
Tints of Elm #177C7D
RGB
CMYK
RGB Variations
Color information
#177C7D (or 0x177C7D) is known color: Elm. HEX triplet: 17, 7C and 7D. RGB value is (23,124,125). Sum of RGB (Red+Green+Blue) = 23+124+125=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #177C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177C7D is #E88382. Grayscale: #5D5D5D. Windows color (decimal): -15238019 or 8223767. OLE color: 8223767.
HSL color Cylindrical-coordinate representation of color #177C7D: hue angle of 180.59º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177C7D is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 124 | 125 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.51 |
| HSL | 180.59º | 0.69% | 0.29% | - |
| HSV(B) | 180.59º | 0.82% | 0.49% | - |
| XYZ | 11.26 | 16.08 | 21.91 | - |
| YUV | 93.92 | 145.54 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 124 | 125 | 0.82 | 0.01 | 0 | 0.51 | 180.59 | 0.69 | 0.29 |
| Hex | 17 | 7C | 7D | 52 | 1 | 0 | 33 | B5 | 45 | 1D |
| Octal | 27 | 174 | 175 | 122 | 1 | 0 | 63 | 265 | 105 | 35 |
| Binary | 10111 | 1111100 | 1111101 | 1010010 | 1 | 0 | 110011 | 10110101 | 1000101 | 11101 |
Color Harmonies of #177C7D
Complementary color
Monochromatic Colors of #177C7D
Black with #177C7D
Text Example
Text Example
White with #177C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177C7D; }
p { color: rgb(23,124,125); }
H1.HeaderClassName
{
color: #177C7D;
}
.AnyTagClassName
{
color: #177C7D;
}
</style>
background-color css
<style>
a { background-color: #177C7D; }
a { background-color: rgb(23,124,125); }
div.DivClassName
{
background-color: #177C7D;
}
.BgClassName
{
background-color: #177C7D;
}
</style>
border-color css
<style>
span { border-color: #177C7D; }
span { border-color: rgb(23,124,125); }
td.TdClassName
{
border-color: #177C7D;
}
.TagClassName
{
border-color: #177C7D;
}
</style>