Shades of Elm #177A7A
Tints of Elm #177A7A
RGB
CMYK
RGB Variations
Color information
#177A7A (or 0x177A7A) is known color: Elm. HEX triplet: 17, 7A and 7A. RGB value is (23,122,122). Sum of RGB (Red+Green+Blue) = 23+122+122=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #177A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177A7A is #E88585. Grayscale: #5C5C5C. Windows color (decimal): -15238534 or 8026647. OLE color: 8026647.
HSL color Cylindrical-coordinate representation of color #177A7A: hue angle of 180º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #177A7A is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 122 | 122 | - |
| CMYK | 0.81 | 0 | 0 | 0.52 |
| HSL | 180º | 0.68% | 0.28% | - |
| HSV(B) | 180º | 0.81% | 0.48% | - |
| XYZ | 10.83 | 15.51 | 20.83 | - |
| YUV | 92.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 122 | 122 | 0.81 | 0 | 0 | 0.52 | 180 | 0.68 | 0.28 |
| Hex | 17 | 7A | 7A | 51 | 0 | 0 | 34 | B4 | 44 | 1C |
| Octal | 27 | 172 | 172 | 121 | 0 | 0 | 64 | 264 | 104 | 34 |
| Binary | 10111 | 1111010 | 1111010 | 1010001 | 0 | 0 | 110100 | 10110100 | 1000100 | 11100 |
Color Harmonies of #177A7A
Complementary color
Monochromatic Colors of #177A7A
Black with #177A7A
Text Example
Text Example
White with #177A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177A7A; }
p { color: rgb(23,122,122); }
H1.HeaderClassName
{
color: #177A7A;
}
.AnyTagClassName
{
color: #177A7A;
}
</style>
background-color css
<style>
a { background-color: #177A7A; }
a { background-color: rgb(23,122,122); }
div.DivClassName
{
background-color: #177A7A;
}
.BgClassName
{
background-color: #177A7A;
}
</style>
border-color css
<style>
span { border-color: #177A7A; }
span { border-color: rgb(23,122,122); }
td.TdClassName
{
border-color: #177A7A;
}
.TagClassName
{
border-color: #177A7A;
}
</style>