Shades of Lynch #64778C
Tints of Lynch #64778C
RGB
CMYK
RGB Variations
Color information
#64778C (or 0x64778C) is known color: Lynch. HEX triplet: 64, 77 and 8C. RGB value is (100,119,140). Sum of RGB (Red+Green+Blue) = 100+119+140=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #64778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64778C is #9B8873. Grayscale: #737373. Windows color (decimal): -10193012 or 9205604. OLE color: 9205604.
HSL color Cylindrical-coordinate representation of color #64778C: hue angle of 211.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64778C is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 119 | 140 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.45 |
| HSL | 211.5º | 0.17% | 0.47% | - |
| HSV(B) | 211.5º | 0.29% | 0.55% | - |
| XYZ | 16.59 | 17.8 | 27.37 | - |
| YUV | 115.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 140 | 0.29 | 0.15 | 0 | 0.45 | 211.5 | 0.17 | 0.47 |
| Hex | 64 | 77 | 8C | 1D | F | 0 | 2D | D4 | 11 | 2F |
| Octal | 144 | 167 | 214 | 35 | 17 | 0 | 55 | 324 | 21 | 57 |
| Binary | 1100100 | 1110111 | 10001100 | 11101 | 1111 | 0 | 101101 | 11010100 | 10001 | 101111 |
Color Harmonies of #64778C
Complementary color
Monochromatic Colors of #64778C
Black with #64778C
Text Example
Text Example
White with #64778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64778C; }
p { color: rgb(100,119,140); }
H1.HeaderClassName
{
color: #64778C;
}
.AnyTagClassName
{
color: #64778C;
}
</style>
background-color css
<style>
a { background-color: #64778C; }
a { background-color: rgb(100,119,140); }
div.DivClassName
{
background-color: #64778C;
}
.BgClassName
{
background-color: #64778C;
}
</style>
border-color css
<style>
span { border-color: #64778C; }
span { border-color: rgb(100,119,140); }
td.TdClassName
{
border-color: #64778C;
}
.TagClassName
{
border-color: #64778C;
}
</style>