#66788A

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

Shades of Lynch #66788A

Tints of Lynch #66788A

Color information

#66788A (or 0x66788A) is unknown color: approx Lynch. HEX triplet: 66, 78 and 8A. RGB value is (102,120,138). Sum of RGB (Red+Green+Blue) = 102+120+138=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #66788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66788A is #998775. Grayscale: #747474. Windows color (decimal): -10061686 or 9074790. OLE color: 9074790.

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

Color convert

RGB102120138-
CMYK0.260.1300.46
HSL210º15%47.06%-
HSV(B)210º26.09%54.12%-
XYZ16.7818.0926.65-
YUV116.67140.04117.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=28.33%
G=33.33%
B=38.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021201380.260.1300.462101547.06
Hex66788A1AD02Ed2f2f
Octal14617021232150563221757
Binary11001101111000100010101101011010101110110100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,120,138); }

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

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

 a { background-color: rgb(102,120,138); }

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

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

 span { border-color: rgb(102,120,138); }

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