Shades of Lynch #717F88
Tints of Lynch #717F88
RGB
CMYK
RGB Variations
Color information
#717F88 (or 0x717F88) is known color: Lynch. HEX triplet: 71, 7F and 88. RGB value is (113,127,136). Sum of RGB (Red+Green+Blue) = 113+127+136=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #717F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F88 is #8E8077. Grayscale: #7B7B7B. Windows color (decimal): -9339000 or 8945521. OLE color: 8945521.
HSL color Cylindrical-coordinate representation of color #717F88: hue angle of 203.48º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #717F88 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 127 | 136 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.47 |
| HSL | 203.48º | 0.09% | 0.49% | - |
| HSV(B) | 203.48º | 0.17% | 0.53% | - |
| XYZ | 18.84 | 20.47 | 26.25 | - |
| YUV | 123.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 136 | 0.17 | 0.07 | 0 | 0.47 | 203.48 | 0.09 | 0.49 |
| Hex | 71 | 7F | 88 | 11 | 7 | 0 | 2F | CB | 9 | 31 |
| Octal | 161 | 177 | 210 | 21 | 7 | 0 | 57 | 313 | 11 | 61 |
| Binary | 1110001 | 1111111 | 10001000 | 10001 | 111 | 0 | 101111 | 11001011 | 1001 | 110001 |
Color Harmonies of #717F88
Complementary color
Monochromatic Colors of #717F88
Black with #717F88
Text Example
Text Example
White with #717F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F88; }
p { color: rgb(113,127,136); }
H1.HeaderClassName
{
color: #717F88;
}
.AnyTagClassName
{
color: #717F88;
}
</style>
background-color css
<style>
a { background-color: #717F88; }
a { background-color: rgb(113,127,136); }
div.DivClassName
{
background-color: #717F88;
}
.BgClassName
{
background-color: #717F88;
}
</style>
border-color css
<style>
span { border-color: #717F88; }
span { border-color: rgb(113,127,136); }
td.TdClassName
{
border-color: #717F88;
}
.TagClassName
{
border-color: #717F88;
}
</style>