Shades of Lynch #657782
Tints of Lynch #657782
RGB
CMYK
RGB Variations
Color information
#657782 (or 0x657782) is known color: Lynch. HEX triplet: 65, 77 and 82. RGB value is (101,119,130). Sum of RGB (Red+Green+Blue) = 101+119+130=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #657782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657782 is #9A887D. Grayscale: #727272. Windows color (decimal): -10127486 or 8550245. OLE color: 8550245.
HSL color Cylindrical-coordinate representation of color #657782: hue angle of 202.76º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #657782 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 119 | 130 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.49 |
| HSL | 202.76º | 0.13% | 0.45% | - |
| HSV(B) | 202.76º | 0.22% | 0.51% | - |
| XYZ | 15.99 | 17.57 | 23.67 | - |
| YUV | 114.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 130 | 0.22 | 0.08 | 0 | 0.49 | 202.76 | 0.13 | 0.45 |
| Hex | 65 | 77 | 82 | 16 | 8 | 0 | 31 | CB | D | 2D |
| Octal | 145 | 167 | 202 | 26 | 10 | 0 | 61 | 313 | 15 | 55 |
| Binary | 1100101 | 1110111 | 10000010 | 10110 | 1000 | 0 | 110001 | 11001011 | 1101 | 101101 |
Color Harmonies of #657782
Complementary color
Monochromatic Colors of #657782
Black with #657782
Text Example
Text Example
White with #657782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657782; }
p { color: rgb(101,119,130); }
H1.HeaderClassName
{
color: #657782;
}
.AnyTagClassName
{
color: #657782;
}
</style>
background-color css
<style>
a { background-color: #657782; }
a { background-color: rgb(101,119,130); }
div.DivClassName
{
background-color: #657782;
}
.BgClassName
{
background-color: #657782;
}
</style>
border-color css
<style>
span { border-color: #657782; }
span { border-color: rgb(101,119,130); }
td.TdClassName
{
border-color: #657782;
}
.TagClassName
{
border-color: #657782;
}
</style>