Shades of Lynch #667785
Tints of Lynch #667785
RGB
CMYK
RGB Variations
Color information
#667785 (or 0x667785) is known color: Lynch. HEX triplet: 66, 77 and 85. RGB value is (102,119,133). Sum of RGB (Red+Green+Blue) = 102+119+133=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #667785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667785 is #99887A. Grayscale: #737373. Windows color (decimal): -10061947 or 8746854. OLE color: 8746854.
HSL color Cylindrical-coordinate representation of color #667785: hue angle of 207.1º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667785 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 119 | 133 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.48 |
| HSL | 207.1º | 0.13% | 0.46% | - |
| HSV(B) | 207.1º | 0.23% | 0.52% | - |
| XYZ | 16.31 | 17.71 | 24.75 | - |
| YUV | 115.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 133 | 0.23 | 0.11 | 0 | 0.48 | 207.1 | 0.13 | 0.46 |
| Hex | 66 | 77 | 85 | 17 | B | 0 | 30 | CF | D | 2E |
| Octal | 146 | 167 | 205 | 27 | 13 | 0 | 60 | 317 | 15 | 56 |
| Binary | 1100110 | 1110111 | 10000101 | 10111 | 1011 | 0 | 110000 | 11001111 | 1101 | 101110 |
Color Harmonies of #667785
Complementary color
Monochromatic Colors of #667785
Black with #667785
Text Example
Text Example
White with #667785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667785; }
p { color: rgb(102,119,133); }
H1.HeaderClassName
{
color: #667785;
}
.AnyTagClassName
{
color: #667785;
}
</style>
background-color css
<style>
a { background-color: #667785; }
a { background-color: rgb(102,119,133); }
div.DivClassName
{
background-color: #667785;
}
.BgClassName
{
background-color: #667785;
}
</style>
border-color css
<style>
span { border-color: #667785; }
span { border-color: rgb(102,119,133); }
td.TdClassName
{
border-color: #667785;
}
.TagClassName
{
border-color: #667785;
}
</style>