#64778A

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

Shades of Lynch #64778A

Tints of Lynch #64778A

Color information

#64778A (or 0x64778A) is unknown color: approx Lynch. HEX triplet: 64, 77 and 8A. RGB value is (100,119,138). Sum of RGB (Red+Green+Blue) = 100+119+138=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #64778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64778A is #9B8875. Grayscale: #737373. Windows color (decimal): -10193014 or 9074532. OLE color: 9074532.

HSL color Cylindrical-coordinate representation of color #64778A: hue angle of 210º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64778A is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB100119138-
CMYK0.280.1400.46
HSL210º15.97%46.67%-
HSV(B)210º27.54%54.12%-
XYZ16.4417.7426.6-
YUV115.48140.71116.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=28.01%
G=33.33%
B=38.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001191380.280.1400.4621015.9746.67
Hex64778A1CE02Ed2102f
Octal14416721234160563222057
Binary110010011101111000101011100111001011101101001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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