Shades of Lynch #717C84
Tints of Lynch #717C84
RGB
CMYK
RGB Variations
Color information
#717C84 (or 0x717C84) is known color: Lynch. HEX triplet: 71, 7C and 84. RGB value is (113,124,132). Sum of RGB (Red+Green+Blue) = 113+124+132=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #717C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C84 is #8E837B. Grayscale: #797979. Windows color (decimal): -9339772 or 8682609. OLE color: 8682609.
HSL color Cylindrical-coordinate representation of color #717C84: hue angle of 205.26º 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 #717C84 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 124 | 132 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.48 |
| HSL | 205.26º | 0.08% | 0.48% | - |
| HSV(B) | 205.26º | 0.14% | 0.52% | - |
| XYZ | 18.18 | 19.59 | 24.65 | - |
| YUV | 121.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 132 | 0.14 | 0.06 | 0 | 0.48 | 205.26 | 0.08 | 0.48 |
| Hex | 71 | 7C | 84 | E | 6 | 0 | 30 | CD | 8 | 30 |
| Octal | 161 | 174 | 204 | 16 | 6 | 0 | 60 | 315 | 10 | 60 |
| Binary | 1110001 | 1111100 | 10000100 | 1110 | 110 | 0 | 110000 | 11001101 | 1000 | 110000 |
Color Harmonies of #717C84
Complementary color
Monochromatic Colors of #717C84
Black with #717C84
Text Example
Text Example
White with #717C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C84; }
p { color: rgb(113,124,132); }
H1.HeaderClassName
{
color: #717C84;
}
.AnyTagClassName
{
color: #717C84;
}
</style>
background-color css
<style>
a { background-color: #717C84; }
a { background-color: rgb(113,124,132); }
div.DivClassName
{
background-color: #717C84;
}
.BgClassName
{
background-color: #717C84;
}
</style>
border-color css
<style>
span { border-color: #717C84; }
span { border-color: rgb(113,124,132); }
td.TdClassName
{
border-color: #717C84;
}
.TagClassName
{
border-color: #717C84;
}
</style>