Shades of Lynch #68757F
Tints of Lynch #68757F
RGB
CMYK
RGB Variations
Color information
#68757F (or 0x68757F) is known color: Lynch. HEX triplet: 68, 75 and 7F. RGB value is (104,117,127). Sum of RGB (Red+Green+Blue) = 104+117+127=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 127 - color contains mainly: blue. Hex color #68757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68757F is #978A80. Grayscale: #727272. Windows color (decimal): -9931393 or 8353128. OLE color: 8353128.
HSL color Cylindrical-coordinate representation of color #68757F: hue angle of 206.09º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68757F is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 117 | 127 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.50 |
| HSL | 206.09º | 0.1% | 0.45% | - |
| HSV(B) | 206.09º | 0.18% | 0.5% | - |
| XYZ | 15.9 | 17.2 | 22.56 | - |
| YUV | 114.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 127 | 0.18 | 0.08 | 0 | 0.50 | 206.09 | 0.1 | 0.45 |
| Hex | 68 | 75 | 7F | 12 | 8 | 0 | 32 | CE | A | 2D |
| Octal | 150 | 165 | 177 | 22 | 10 | 0 | 62 | 316 | 12 | 55 |
| Binary | 1101000 | 1110101 | 1111111 | 10010 | 1000 | 0 | 110010 | 11001110 | 1010 | 101101 |
Color Harmonies of #68757F
Complementary color
Monochromatic Colors of #68757F
Black with #68757F
Text Example
Text Example
White with #68757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68757F; }
p { color: rgb(104,117,127); }
H1.HeaderClassName
{
color: #68757F;
}
.AnyTagClassName
{
color: #68757F;
}
</style>
background-color css
<style>
a { background-color: #68757F; }
a { background-color: rgb(104,117,127); }
div.DivClassName
{
background-color: #68757F;
}
.BgClassName
{
background-color: #68757F;
}
</style>
border-color css
<style>
span { border-color: #68757F; }
span { border-color: rgb(104,117,127); }
td.TdClassName
{
border-color: #68757F;
}
.TagClassName
{
border-color: #68757F;
}
</style>