#647785

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

Shades of Lynch #647785

Tints of Lynch #647785

Color information

#647785 (or 0x647785) is unknown color: approx Lynch. HEX triplet: 64, 77 and 85. RGB value is (100,119,133). Sum of RGB (Red+Green+Blue) = 100+119+133=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #647785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647785 is #9B887A. Grayscale: #727272. Windows color (decimal): -10193019 or 8746852. OLE color: 8746852.

HSL color Cylindrical-coordinate representation of color #647785: hue angle of 205.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647785 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100119133-
CMYK0.250.1100.48
HSL205.45º14.16%45.69%-
HSV(B)205.45º24.81%52.16%-
XYZ16.0917.624.74-
YUV114.92138.21117.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=28.41%
G=33.81%
B=37.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001191330.250.1100.48205.4514.1645.69
Hex64778519B030cde2e
Octal14416720531130603151656
Binary11001001110111100001011100110110110000110011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647785; }

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

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

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

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

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

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

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

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