Shades of Lynch #717B80
Tints of Lynch #717B80
RGB
CMYK
RGB Variations
Color information
#717B80 (or 0x717B80) is known color: Lynch. HEX triplet: 71, 7B and 80. RGB value is (113,123,128). Sum of RGB (Red+Green+Blue) = 113+123+128=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 128 - color contains mainly: blue. Hex color #717B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B80 is #8E847F. Grayscale: #787878. Windows color (decimal): -9340032 or 8420209. OLE color: 8420209.
HSL color Cylindrical-coordinate representation of color #717B80: hue angle of 200º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717B80 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 123 | 128 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.50 |
| HSL | 200º | 0.06% | 0.47% | - |
| HSV(B) | 200º | 0.12% | 0.5% | - |
| XYZ | 17.79 | 19.24 | 23.2 | - |
| YUV | 120.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 128 | 0.12 | 0.04 | 0 | 0.50 | 200 | 0.06 | 0.47 |
| Hex | 71 | 7B | 80 | C | 4 | 0 | 32 | C8 | 6 | 2F |
| Octal | 161 | 173 | 200 | 14 | 4 | 0 | 62 | 310 | 6 | 57 |
| Binary | 1110001 | 1111011 | 10000000 | 1100 | 100 | 0 | 110010 | 11001000 | 110 | 101111 |
Color Harmonies of #717B80
Complementary color
Monochromatic Colors of #717B80
Black with #717B80
Text Example
Text Example
White with #717B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B80; }
p { color: rgb(113,123,128); }
H1.HeaderClassName
{
color: #717B80;
}
.AnyTagClassName
{
color: #717B80;
}
</style>
background-color css
<style>
a { background-color: #717B80; }
a { background-color: rgb(113,123,128); }
div.DivClassName
{
background-color: #717B80;
}
.BgClassName
{
background-color: #717B80;
}
</style>
border-color css
<style>
span { border-color: #717B80; }
span { border-color: rgb(113,123,128); }
td.TdClassName
{
border-color: #717B80;
}
.TagClassName
{
border-color: #717B80;
}
</style>