Shades of Lynch #64788D
Tints of Lynch #64788D
RGB
CMYK
RGB Variations
Color information
#64788D (or 0x64788D) is known color: Lynch. HEX triplet: 64, 78 and 8D. RGB value is (100,120,141). Sum of RGB (Red+Green+Blue) = 100+120+141=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #64788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64788D is #9B8772. Grayscale: #747474. Windows color (decimal): -10192755 or 9271396. OLE color: 9271396.
HSL color Cylindrical-coordinate representation of color #64788D: hue angle of 210.73º 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 #64788D is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 120 | 141 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.45 |
| HSL | 210.73º | 0.17% | 0.47% | - |
| HSV(B) | 210.73º | 0.29% | 0.55% | - |
| XYZ | 16.78 | 18.07 | 27.8 | - |
| YUV | 116.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 141 | 0.29 | 0.15 | 0 | 0.45 | 210.73 | 0.17 | 0.47 |
| Hex | 64 | 78 | 8D | 1D | F | 0 | 2D | D3 | 11 | 2F |
| Octal | 144 | 170 | 215 | 35 | 17 | 0 | 55 | 323 | 21 | 57 |
| Binary | 1100100 | 1111000 | 10001101 | 11101 | 1111 | 0 | 101101 | 11010011 | 10001 | 101111 |
Color Harmonies of #64788D
Complementary color
Monochromatic Colors of #64788D
Black with #64788D
Text Example
Text Example
White with #64788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64788D; }
p { color: rgb(100,120,141); }
H1.HeaderClassName
{
color: #64788D;
}
.AnyTagClassName
{
color: #64788D;
}
</style>
background-color css
<style>
a { background-color: #64788D; }
a { background-color: rgb(100,120,141); }
div.DivClassName
{
background-color: #64788D;
}
.BgClassName
{
background-color: #64788D;
}
</style>
border-color css
<style>
span { border-color: #64788D; }
span { border-color: rgb(100,120,141); }
td.TdClassName
{
border-color: #64788D;
}
.TagClassName
{
border-color: #64788D;
}
</style>