Shades of Lynch #71797F
Tints of Lynch #71797F
RGB
CMYK
RGB Variations
Color information
#71797F (or 0x71797F) is known color: Lynch. HEX triplet: 71, 79 and 7F. RGB value is (113,121,127). Sum of RGB (Red+Green+Blue) = 113+121+127=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 127 - color contains mainly: blue. Hex color #71797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71797F is #8E8680. Grayscale: #777777. Windows color (decimal): -9340545 or 8354161. OLE color: 8354161.
HSL color Cylindrical-coordinate representation of color #71797F: hue angle of 205.71º 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 #71797F is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 121 | 127 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.50 |
| HSL | 205.71º | 0.06% | 0.47% | - |
| HSV(B) | 205.71º | 0.11% | 0.5% | - |
| XYZ | 17.48 | 18.72 | 22.77 | - |
| YUV | 119.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 127 | 0.11 | 0.05 | 0 | 0.50 | 205.71 | 0.06 | 0.47 |
| Hex | 71 | 79 | 7F | B | 5 | 0 | 32 | CE | 6 | 2F |
| Octal | 161 | 171 | 177 | 13 | 5 | 0 | 62 | 316 | 6 | 57 |
| Binary | 1110001 | 1111001 | 1111111 | 1011 | 101 | 0 | 110010 | 11001110 | 110 | 101111 |
Color Harmonies of #71797F
Complementary color
Monochromatic Colors of #71797F
Black with #71797F
Text Example
Text Example
White with #71797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71797F; }
p { color: rgb(113,121,127); }
H1.HeaderClassName
{
color: #71797F;
}
.AnyTagClassName
{
color: #71797F;
}
</style>
background-color css
<style>
a { background-color: #71797F; }
a { background-color: rgb(113,121,127); }
div.DivClassName
{
background-color: #71797F;
}
.BgClassName
{
background-color: #71797F;
}
</style>
border-color css
<style>
span { border-color: #71797F; }
span { border-color: rgb(113,121,127); }
td.TdClassName
{
border-color: #71797F;
}
.TagClassName
{
border-color: #71797F;
}
</style>