#66747F

Color #66747F Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #66747F

Tints of Lynch #66747F

Color information

#66747F (or 0x66747F) is unknown color: approx 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

RGB102116127-
CMYK0.200.0900.50
HSL206.4º10.92%44.9%-
HSV(B)206.4º19.69%49.8%-
XYZ15.5616.8522.51-
YUV113.07135.86120.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 127 (50% from 255) = 36.81%
R=29.57%
G=33.62%
B=36.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021161270.200.0900.50206.410.9244.9
Hex66747F149032ceb2d
Octal14616417724110623161355
Binary1100110111010011111111010010010110010110011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>