#65778A

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

Shades of Lynch #65778A

Tints of Lynch #65778A

Color information

#65778A (or 0x65778A) is unknown color: approx Lynch. HEX triplet: 65, 77 and 8A. RGB value is (101,119,138). Sum of RGB (Red+Green+Blue) = 101+119+138=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #65778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65778A is #9A8875. Grayscale: #737373. Windows color (decimal): -10127478 or 9074533. OLE color: 9074533.

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

Color convert

RGB101119138-
CMYK0.270.1400.46
HSL210.81º15.48%46.86%-
HSV(B)210.81º26.81%54.12%-
XYZ16.5517.826.61-
YUV115.78140.54117.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=28.21%
G=33.24%
B=38.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011191380.270.1400.46210.8115.4846.86
Hex65778A1BE02Ed3f2f
Octal14516721233160563231757
Binary11001011110111100010101101111100101110110100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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