Shades of Lynch #6D797F
Tints of Lynch #6D797F
RGB
CMYK
RGB Variations
Color information
#6D797F (or 0x6D797F) is known color: Lynch. HEX triplet: 6D, 79 and 7F. RGB value is (109,121,127). Sum of RGB (Red+Green+Blue) = 109+121+127=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D797F is #928680. Grayscale: #767676. Windows color (decimal): -9602689 or 8354157. OLE color: 8354157.
HSL color Cylindrical-coordinate representation of color #6D797F: hue angle of 200º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D797F is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 121 | 127 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.50 |
| HSL | 200º | 0.08% | 0.46% | - |
| HSV(B) | 200º | 0.14% | 0.5% | - |
| XYZ | 16.97 | 18.46 | 22.75 | - |
| YUV | 118.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 121 | 127 | 0.14 | 0.05 | 0 | 0.50 | 200 | 0.08 | 0.46 |
| Hex | 6D | 79 | 7F | E | 5 | 0 | 32 | C8 | 8 | 2E |
| Octal | 155 | 171 | 177 | 16 | 5 | 0 | 62 | 310 | 10 | 56 |
| Binary | 1101101 | 1111001 | 1111111 | 1110 | 101 | 0 | 110010 | 11001000 | 1000 | 101110 |
Color Harmonies of #6D797F
Complementary color
Monochromatic Colors of #6D797F
Black with #6D797F
Text Example
Text Example
White with #6D797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D797F; }
p { color: rgb(109,121,127); }
H1.HeaderClassName
{
color: #6D797F;
}
.AnyTagClassName
{
color: #6D797F;
}
</style>
background-color css
<style>
a { background-color: #6D797F; }
a { background-color: rgb(109,121,127); }
div.DivClassName
{
background-color: #6D797F;
}
.BgClassName
{
background-color: #6D797F;
}
</style>
border-color css
<style>
span { border-color: #6D797F; }
span { border-color: rgb(109,121,127); }
td.TdClassName
{
border-color: #6D797F;
}
.TagClassName
{
border-color: #6D797F;
}
</style>