Shades of Lynch #6D777E
Tints of Lynch #6D777E
RGB
CMYK
RGB Variations
Color information
#6D777E (or 0x6D777E) is known color: Lynch. HEX triplet: 6D, 77 and 7E. RGB value is (109,119,126). Sum of RGB (Red+Green+Blue) = 109+119+126=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D777E is #928881. Grayscale: #747474. Windows color (decimal): -9603202 or 8288109. OLE color: 8288109.
HSL color Cylindrical-coordinate representation of color #6D777E: hue angle of 204.71º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D777E is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 119 | 126 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.51 |
| HSL | 204.71º | 0.07% | 0.46% | - |
| HSV(B) | 204.71º | 0.13% | 0.49% | - |
| XYZ | 16.67 | 17.95 | 22.33 | - |
| YUV | 116.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 126 | 0.13 | 0.06 | 0 | 0.51 | 204.71 | 0.07 | 0.46 |
| Hex | 6D | 77 | 7E | D | 6 | 0 | 33 | CD | 7 | 2E |
| Octal | 155 | 167 | 176 | 15 | 6 | 0 | 63 | 315 | 7 | 56 |
| Binary | 1101101 | 1110111 | 1111110 | 1101 | 110 | 0 | 110011 | 11001101 | 111 | 101110 |
Color Harmonies of #6D777E
Complementary color
Monochromatic Colors of #6D777E
Black with #6D777E
Text Example
Text Example
White with #6D777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D777E; }
p { color: rgb(109,119,126); }
H1.HeaderClassName
{
color: #6D777E;
}
.AnyTagClassName
{
color: #6D777E;
}
</style>
background-color css
<style>
a { background-color: #6D777E; }
a { background-color: rgb(109,119,126); }
div.DivClassName
{
background-color: #6D777E;
}
.BgClassName
{
background-color: #6D777E;
}
</style>
border-color css
<style>
span { border-color: #6D777E; }
span { border-color: rgb(109,119,126); }
td.TdClassName
{
border-color: #6D777E;
}
.TagClassName
{
border-color: #6D777E;
}
</style>