Html Css Color HEX #66757F Lynch

📋 copy color: '#66757F'

red 102 ◦ green 117 ◦ blue 127

#66757F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lynch #66757F

Tints of Lynch #66757F

RGB

 RED value IS 102 (40.23% from 255) = 29.48%

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 127 (50% from 255) = 36.71%

R = 29.48%
G = 33.82%
B = 36.71%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#66757F (or 0x66757F) is known color: Lynch. HEX triplet: 66, 75 and 7F. RGB value is (102,117,127). Sum of RGB (Red+Green+Blue) = 102+117+127=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 127 - color contains mainly: blue. Hex color #66757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66757F is #998A80. Grayscale: #717171. Windows color (decimal): -10062465 or 8353126. OLE color: 8353126.

HSL color Cylindrical-coordinate representation of color #66757F: hue angle of 204º 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 #66757F is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 117 127 -
CMYK 0.20 0.08 0 0.50
HSL 204º 0.11% 0.45% -
HSV(B) 204º 0.2% 0.5% -
XYZ 15.67 17.08 22.55 -
YUV 113.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 102 117 127 0.20 0.08 0 0.50 204 0.11 0.45
Hex 66 75 7F 14 8 0 32 CC B 2D
Octal 146 165 177 24 10 0 62 314 13 55
Binary 1100110 1110101 1111111 10100 1000 0 110010 11001100 1011 101101

Color Harmonies of #66757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66757F

Black with #66757F

Text Example


Text Example

White with #66757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66757F; }

 p { color: rgb(102,117,127); }

 H1.HeaderClassName
 {
   color: #66757F;
 }
 .AnyTagClassName
 {
   color: #66757F;
 }
</style>

background-color css

<style>
 a { background-color: #66757F; }

 a { background-color: rgb(102,117,127); }

 div.DivClassName
 {
   background-color: #66757F;
 }
 .BgClassName
 {
   background-color: #66757F;
 }
</style>

border-color css

<style>
 span { border-color: #66757F; }

 span { border-color: rgb(102,117,127); }

 td.TdClassName
 {
   border-color: #66757F;
 }
 .TagClassName
 {
   border-color: #66757F;
 }
</style>