#64778C

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

Shades of Lynch #64778C

Tints of Lynch #64778C

Color information

#64778C (or 0x64778C) is unknown color: approx Lynch. HEX triplet: 64, 77 and 8C. RGB value is (100,119,140). Sum of RGB (Red+Green+Blue) = 100+119+140=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #64778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64778C is #9B8873. Grayscale: #737373. Windows color (decimal): -10193012 or 9205604. OLE color: 9205604.

HSL color Cylindrical-coordinate representation of color #64778C: hue angle of 211.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64778C is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100119140-
CMYK0.290.1500.45
HSL211.5º16.67%47.06%-
HSV(B)211.5º28.57%54.9%-
XYZ16.5917.827.37-
YUV115.71141.71116.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=27.86%
G=33.15%
B=39.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001191400.290.1500.45211.516.6747.06
Hex64778C1DF02Dd4112f
Octal14416721435170553242157
Binary110010011101111000110011101111101011011101010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64778C; }

 p { color: rgb(100,119,140); }

 H1.HeaderClassName
 {
   color: #64778C;
 }
 .AnyTagClassName
 {
   color: #64778C;
 }
</style>
background-color css

<style>
 a { background-color: #64778C; }

 a { background-color: rgb(100,119,140); }

 div.DivClassName
 {
   background-color: #64778C;
 }
 .BgClassName
 {
   background-color: #64778C;
 }
</style>
border-color css

<style>
 span { border-color: #64778C; }

 span { border-color: rgb(100,119,140); }

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