Shades of Lynch #717B84
Tints of Lynch #717B84
RGB
CMYK
RGB Variations
Color information
#717B84 (or 0x717B84) is known color: Lynch. HEX triplet: 71, 7B and 84. RGB value is (113,123,132). Sum of RGB (Red+Green+Blue) = 113+123+132=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #717B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B84 is #8E847B. Grayscale: #787878. Windows color (decimal): -9340028 or 8682353. OLE color: 8682353.
HSL color Cylindrical-coordinate representation of color #717B84: hue angle of 208.42º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717B84 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 123 | 132 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.48 |
| HSL | 208.42º | 0.08% | 0.48% | - |
| HSV(B) | 208.42º | 0.14% | 0.52% | - |
| XYZ | 18.06 | 19.34 | 24.61 | - |
| YUV | 121.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 132 | 0.14 | 0.07 | 0 | 0.48 | 208.42 | 0.08 | 0.48 |
| Hex | 71 | 7B | 84 | E | 7 | 0 | 30 | D0 | 8 | 30 |
| Octal | 161 | 173 | 204 | 16 | 7 | 0 | 60 | 320 | 10 | 60 |
| Binary | 1110001 | 1111011 | 10000100 | 1110 | 111 | 0 | 110000 | 11010000 | 1000 | 110000 |
Color Harmonies of #717B84
Complementary color
Monochromatic Colors of #717B84
Black with #717B84
Text Example
Text Example
White with #717B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B84; }
p { color: rgb(113,123,132); }
H1.HeaderClassName
{
color: #717B84;
}
.AnyTagClassName
{
color: #717B84;
}
</style>
background-color css
<style>
a { background-color: #717B84; }
a { background-color: rgb(113,123,132); }
div.DivClassName
{
background-color: #717B84;
}
.BgClassName
{
background-color: #717B84;
}
</style>
border-color css
<style>
span { border-color: #717B84; }
span { border-color: rgb(113,123,132); }
td.TdClassName
{
border-color: #717B84;
}
.TagClassName
{
border-color: #717B84;
}
</style>