Shades of Lynch #717D86
Tints of Lynch #717D86
RGB
CMYK
RGB Variations
Color information
#717D86 (or 0x717D86) is known color: Lynch. HEX triplet: 71, 7D and 86. RGB value is (113,125,134). Sum of RGB (Red+Green+Blue) = 113+125+134=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 134 - color contains mainly: blue. Hex color #717D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D86 is #8E8279. Grayscale: #7A7A7A. Windows color (decimal): -9339514 or 8813937. OLE color: 8813937.
HSL color Cylindrical-coordinate representation of color #717D86: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #717D86 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 125 | 134 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.47 |
| HSL | 205.71º | 0.09% | 0.48% | - |
| HSV(B) | 205.71º | 0.16% | 0.53% | - |
| XYZ | 18.45 | 19.9 | 25.42 | - |
| YUV | 122.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 134 | 0.16 | 0.07 | 0 | 0.47 | 205.71 | 0.09 | 0.48 |
| Hex | 71 | 7D | 86 | 10 | 7 | 0 | 2F | CE | 9 | 30 |
| Octal | 161 | 175 | 206 | 20 | 7 | 0 | 57 | 316 | 11 | 60 |
| Binary | 1110001 | 1111101 | 10000110 | 10000 | 111 | 0 | 101111 | 11001110 | 1001 | 110000 |
Color Harmonies of #717D86
Complementary color
Monochromatic Colors of #717D86
Black with #717D86
Text Example
Text Example
White with #717D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717D86; }
p { color: rgb(113,125,134); }
H1.HeaderClassName
{
color: #717D86;
}
.AnyTagClassName
{
color: #717D86;
}
</style>
background-color css
<style>
a { background-color: #717D86; }
a { background-color: rgb(113,125,134); }
div.DivClassName
{
background-color: #717D86;
}
.BgClassName
{
background-color: #717D86;
}
</style>
border-color css
<style>
span { border-color: #717D86; }
span { border-color: rgb(113,125,134); }
td.TdClassName
{
border-color: #717D86;
}
.TagClassName
{
border-color: #717D86;
}
</style>