Shades of Lynch #6B787F
Tints of Lynch #6B787F
RGB
CMYK
RGB Variations
Color information
#6B787F (or 0x6B787F) is known color: Lynch. HEX triplet: 6B, 78 and 7F. RGB value is (107,120,127). Sum of RGB (Red+Green+Blue) = 107+120+127=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B787F is #948780. Grayscale: #747474. Windows color (decimal): -9734017 or 8353899. OLE color: 8353899.
HSL color Cylindrical-coordinate representation of color #6B787F: hue angle of 201º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B787F is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 120 | 127 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.50 |
| HSL | 201º | 0.09% | 0.46% | - |
| HSV(B) | 201º | 0.16% | 0.5% | - |
| XYZ | 16.61 | 18.09 | 22.7 | - |
| YUV | 116.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 127 | 0.16 | 0.06 | 0 | 0.50 | 201 | 0.09 | 0.46 |
| Hex | 6B | 78 | 7F | 10 | 6 | 0 | 32 | C9 | 9 | 2E |
| Octal | 153 | 170 | 177 | 20 | 6 | 0 | 62 | 311 | 11 | 56 |
| Binary | 1101011 | 1111000 | 1111111 | 10000 | 110 | 0 | 110010 | 11001001 | 1001 | 101110 |
Color Harmonies of #6B787F
Complementary color
Monochromatic Colors of #6B787F
Black with #6B787F
Text Example
Text Example
White with #6B787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B787F; }
p { color: rgb(107,120,127); }
H1.HeaderClassName
{
color: #6B787F;
}
.AnyTagClassName
{
color: #6B787F;
}
</style>
background-color css
<style>
a { background-color: #6B787F; }
a { background-color: rgb(107,120,127); }
div.DivClassName
{
background-color: #6B787F;
}
.BgClassName
{
background-color: #6B787F;
}
</style>
border-color css
<style>
span { border-color: #6B787F; }
span { border-color: rgb(107,120,127); }
td.TdClassName
{
border-color: #6B787F;
}
.TagClassName
{
border-color: #6B787F;
}
</style>