Shades of Lynch #6F787D
Tints of Lynch #6F787D
RGB
CMYK
RGB Variations
Color information
#6F787D (or 0x6F787D) is known color: Lynch. HEX triplet: 6F, 78 and 7D. RGB value is (111,120,125). Sum of RGB (Red+Green+Blue) = 111+120+125=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F787D is #908782. Grayscale: #757575. Windows color (decimal): -9471875 or 8222831. OLE color: 8222831.
HSL color Cylindrical-coordinate representation of color #6F787D: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F787D is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 120 | 125 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.51 |
| HSL | 201.43º | 0.06% | 0.46% | - |
| HSV(B) | 201.43º | 0.11% | 0.49% | - |
| XYZ | 16.97 | 18.29 | 22.04 | - |
| YUV | 117.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 125 | 0.11 | 0.04 | 0 | 0.51 | 201.43 | 0.06 | 0.46 |
| Hex | 6F | 78 | 7D | B | 4 | 0 | 33 | C9 | 6 | 2E |
| Octal | 157 | 170 | 175 | 13 | 4 | 0 | 63 | 311 | 6 | 56 |
| Binary | 1101111 | 1111000 | 1111101 | 1011 | 100 | 0 | 110011 | 11001001 | 110 | 101110 |
Color Harmonies of #6F787D
Complementary color
Monochromatic Colors of #6F787D
Black with #6F787D
Text Example
Text Example
White with #6F787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F787D; }
p { color: rgb(111,120,125); }
H1.HeaderClassName
{
color: #6F787D;
}
.AnyTagClassName
{
color: #6F787D;
}
</style>
background-color css
<style>
a { background-color: #6F787D; }
a { background-color: rgb(111,120,125); }
div.DivClassName
{
background-color: #6F787D;
}
.BgClassName
{
background-color: #6F787D;
}
</style>
border-color css
<style>
span { border-color: #6F787D; }
span { border-color: rgb(111,120,125); }
td.TdClassName
{
border-color: #6F787D;
}
.TagClassName
{
border-color: #6F787D;
}
</style>