Shades of Elm #177C7C
Tints of Elm #177C7C
RGB
CMYK
RGB Variations
Color information
#177C7C (or 0x177C7C) is known color: Elm. HEX triplet: 17, 7C and 7C. RGB value is (23,124,124). Sum of RGB (Red+Green+Blue) = 23+124+124=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #177C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177C7C is #E88383. Grayscale: #5D5D5D. Windows color (decimal): -15238020 or 8158231. OLE color: 8158231.
HSL color Cylindrical-coordinate representation of color #177C7C: hue angle of 180º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #177C7C is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 124 | 124 | - |
| CMYK | 0.81 | 0 | 0 | 0.51 |
| HSL | 180º | 0.69% | 0.29% | - |
| HSV(B) | 180º | 0.81% | 0.49% | - |
| XYZ | 11.2 | 16.05 | 21.58 | - |
| YUV | 93.8 | 145.04 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 124 | 124 | 0.81 | 0 | 0 | 0.51 | 180 | 0.69 | 0.29 |
| Hex | 17 | 7C | 7C | 51 | 0 | 0 | 33 | B4 | 45 | 1D |
| Octal | 27 | 174 | 174 | 121 | 0 | 0 | 63 | 264 | 105 | 35 |
| Binary | 10111 | 1111100 | 1111100 | 1010001 | 0 | 0 | 110011 | 10110100 | 1000101 | 11101 |
Color Harmonies of #177C7C
Complementary color
Monochromatic Colors of #177C7C
Black with #177C7C
Text Example
Text Example
White with #177C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177C7C; }
p { color: rgb(23,124,124); }
H1.HeaderClassName
{
color: #177C7C;
}
.AnyTagClassName
{
color: #177C7C;
}
</style>
background-color css
<style>
a { background-color: #177C7C; }
a { background-color: rgb(23,124,124); }
div.DivClassName
{
background-color: #177C7C;
}
.BgClassName
{
background-color: #177C7C;
}
</style>
border-color css
<style>
span { border-color: #177C7C; }
span { border-color: rgb(23,124,124); }
td.TdClassName
{
border-color: #177C7C;
}
.TagClassName
{
border-color: #177C7C;
}
</style>