Shades of Lynch #667788
Tints of Lynch #667788
RGB
CMYK
RGB Variations
Color information
#667788 (or 0x667788) is known color: Lynch. HEX triplet: 66, 77 and 88. RGB value is (102,119,136). Sum of RGB (Red+Green+Blue) = 102+119+136=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #667788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667788 is #998877. Grayscale: #737373. Windows color (decimal): -10061944 or 8943462. OLE color: 8943462.
HSL color Cylindrical-coordinate representation of color #667788: hue angle of 210º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667788 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 119 | 136 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.47 |
| HSL | 210º | 0.14% | 0.47% | - |
| HSV(B) | 210º | 0.25% | 0.53% | - |
| XYZ | 16.52 | 17.8 | 25.86 | - |
| YUV | 115.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 136 | 0.25 | 0.12 | 0 | 0.47 | 210 | 0.14 | 0.47 |
| Hex | 66 | 77 | 88 | 19 | C | 0 | 2F | D2 | E | 2F |
| Octal | 146 | 167 | 210 | 31 | 14 | 0 | 57 | 322 | 16 | 57 |
| Binary | 1100110 | 1110111 | 10001000 | 11001 | 1100 | 0 | 101111 | 11010010 | 1110 | 101111 |
Color Harmonies of #667788
Complementary color
Monochromatic Colors of #667788
Black with #667788
Text Example
Text Example
White with #667788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667788; }
p { color: rgb(102,119,136); }
H1.HeaderClassName
{
color: #667788;
}
.AnyTagClassName
{
color: #667788;
}
</style>
background-color css
<style>
a { background-color: #667788; }
a { background-color: rgb(102,119,136); }
div.DivClassName
{
background-color: #667788;
}
.BgClassName
{
background-color: #667788;
}
</style>
border-color css
<style>
span { border-color: #667788; }
span { border-color: rgb(102,119,136); }
td.TdClassName
{
border-color: #667788;
}
.TagClassName
{
border-color: #667788;
}
</style>