Shades of Lynch #717A7F
Tints of Lynch #717A7F
RGB
CMYK
RGB Variations
Color information
#717A7F (or 0x717A7F) is known color: Lynch. HEX triplet: 71, 7A and 7F. RGB value is (113,122,127). Sum of RGB (Red+Green+Blue) = 113+122+127=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 127 - color contains mainly: blue. Hex color #717A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A7F is #8E8580. Grayscale: #777777. Windows color (decimal): -9340289 or 8354417. OLE color: 8354417.
HSL color Cylindrical-coordinate representation of color #717A7F: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #717A7F is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 122 | 127 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.50 |
| HSL | 201.43º | 0.06% | 0.47% | - |
| HSV(B) | 201.43º | 0.11% | 0.5% | - |
| XYZ | 17.6 | 18.96 | 22.81 | - |
| YUV | 119.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 127 | 0.11 | 0.04 | 0 | 0.50 | 201.43 | 0.06 | 0.47 |
| Hex | 71 | 7A | 7F | B | 4 | 0 | 32 | C9 | 6 | 2F |
| Octal | 161 | 172 | 177 | 13 | 4 | 0 | 62 | 311 | 6 | 57 |
| Binary | 1110001 | 1111010 | 1111111 | 1011 | 100 | 0 | 110010 | 11001001 | 110 | 101111 |
Color Harmonies of #717A7F
Complementary color
Monochromatic Colors of #717A7F
Black with #717A7F
Text Example
Text Example
White with #717A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A7F; }
p { color: rgb(113,122,127); }
H1.HeaderClassName
{
color: #717A7F;
}
.AnyTagClassName
{
color: #717A7F;
}
</style>
background-color css
<style>
a { background-color: #717A7F; }
a { background-color: rgb(113,122,127); }
div.DivClassName
{
background-color: #717A7F;
}
.BgClassName
{
background-color: #717A7F;
}
</style>
border-color css
<style>
span { border-color: #717A7F; }
span { border-color: rgb(113,122,127); }
td.TdClassName
{
border-color: #717A7F;
}
.TagClassName
{
border-color: #717A7F;
}
</style>