#65768A

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

Shades of Lynch #65768A

Tints of Lynch #65768A

Color information

#65768A (or 0x65768A) is unknown color: approx Lynch. HEX triplet: 65, 76 and 8A. RGB value is (101,118,138). Sum of RGB (Red+Green+Blue) = 101+118+138=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 118 (46.48% from 255 or 33.05% 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 #65768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65768A is #9A8975. Grayscale: #737373. Windows color (decimal): -10127734 or 9074277. OLE color: 9074277.

HSL color Cylindrical-coordinate representation of color #65768A: hue angle of 212.43º 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 #65768A is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB101118138-
CMYK0.270.1400.46
HSL212.43º15.48%46.86%-
HSV(B)212.43º26.81%54.12%-
XYZ16.4317.5626.57-
YUV115.2140.87117.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=28.29%
G=33.05%
B=38.66%

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
Decimal1011181380.270.1400.46212.4315.4846.86
Hex65768A1BE02Ed4f2f
Octal14516621233160563241757
Binary11001011110110100010101101111100101110110101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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