Shades of Lynch #717C85
Tints of Lynch #717C85
RGB
CMYK
RGB Variations
Color information
#717C85 (or 0x717C85) is known color: Lynch. HEX triplet: 71, 7C and 85. RGB value is (113,124,133). Sum of RGB (Red+Green+Blue) = 113+124+133=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #717C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C85 is #8E837A. Grayscale: #797979. Windows color (decimal): -9339771 or 8748145. OLE color: 8748145.
HSL color Cylindrical-coordinate representation of color #717C85: hue angle of 207º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717C85 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 124 | 133 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.48 |
| HSL | 207º | 0.08% | 0.48% | - |
| HSV(B) | 207º | 0.15% | 0.52% | - |
| XYZ | 18.25 | 19.62 | 25.02 | - |
| YUV | 121.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 133 | 0.15 | 0.07 | 0 | 0.48 | 207 | 0.08 | 0.48 |
| Hex | 71 | 7C | 85 | F | 7 | 0 | 30 | CF | 8 | 30 |
| Octal | 161 | 174 | 205 | 17 | 7 | 0 | 60 | 317 | 10 | 60 |
| Binary | 1110001 | 1111100 | 10000101 | 1111 | 111 | 0 | 110000 | 11001111 | 1000 | 110000 |
Color Harmonies of #717C85
Complementary color
Monochromatic Colors of #717C85
Black with #717C85
Text Example
Text Example
White with #717C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C85; }
p { color: rgb(113,124,133); }
H1.HeaderClassName
{
color: #717C85;
}
.AnyTagClassName
{
color: #717C85;
}
</style>
background-color css
<style>
a { background-color: #717C85; }
a { background-color: rgb(113,124,133); }
div.DivClassName
{
background-color: #717C85;
}
.BgClassName
{
background-color: #717C85;
}
</style>
border-color css
<style>
span { border-color: #717C85; }
span { border-color: rgb(113,124,133); }
td.TdClassName
{
border-color: #717C85;
}
.TagClassName
{
border-color: #717C85;
}
</style>