Shades of Lynch #66747F
Tints of Lynch #66747F
RGB
CMYK
RGB Variations
Color information
#66747F (or 0x66747F) is known color: Lynch. HEX triplet: 66, 74 and 7F. RGB value is (102,116,127). Sum of RGB (Red+Green+Blue) = 102+116+127=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 127 - color contains mainly: blue. Hex color #66747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66747F is #998B80. Grayscale: #717171. Windows color (decimal): -10062721 or 8352870. OLE color: 8352870.
HSL color Cylindrical-coordinate representation of color #66747F: hue angle of 206.4º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66747F is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 116 | 127 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.50 |
| HSL | 206.4º | 0.11% | 0.45% | - |
| HSV(B) | 206.4º | 0.2% | 0.5% | - |
| XYZ | 15.56 | 16.85 | 22.51 | - |
| YUV | 113.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 127 | 0.20 | 0.09 | 0 | 0.50 | 206.4 | 0.11 | 0.45 |
| Hex | 66 | 74 | 7F | 14 | 9 | 0 | 32 | CE | B | 2D |
| Octal | 146 | 164 | 177 | 24 | 11 | 0 | 62 | 316 | 13 | 55 |
| Binary | 1100110 | 1110100 | 1111111 | 10100 | 1001 | 0 | 110010 | 11001110 | 1011 | 101101 |
Color Harmonies of #66747F
Complementary color
Monochromatic Colors of #66747F
Black with #66747F
Text Example
Text Example
White with #66747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66747F; }
p { color: rgb(102,116,127); }
H1.HeaderClassName
{
color: #66747F;
}
.AnyTagClassName
{
color: #66747F;
}
</style>
background-color css
<style>
a { background-color: #66747F; }
a { background-color: rgb(102,116,127); }
div.DivClassName
{
background-color: #66747F;
}
.BgClassName
{
background-color: #66747F;
}
</style>
border-color css
<style>
span { border-color: #66747F; }
span { border-color: rgb(102,116,127); }
td.TdClassName
{
border-color: #66747F;
}
.TagClassName
{
border-color: #66747F;
}
</style>