#767C80

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

Shades of Lynch #767C80

Tints of Lynch #767C80

Color information

#767C80 (or 0x767C80) is unknown color: approx Lynch. HEX triplet: 76, 7C and 80. RGB value is (118,124,128). Sum of RGB (Red+Green+Blue) = 118+124+128=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 128 - color contains mainly: blue. Hex color #767C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767C80 is #89837F. Grayscale: #7A7A7A. Windows color (decimal): -9012096 or 8420470. OLE color: 8420470.

HSL color Cylindrical-coordinate representation of color #767C80: hue angle of 204º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #767C80 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB118124128-
CMYK0.080.0300.50
HSL204º4.07%48.24%-
HSV(B)204º7.81%50.2%-
XYZ18.5819.8323.27-
YUV122.66131.01124.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 124 (48.83% from 255) = 33.51%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=31.89%
G=33.51%
B=34.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181241280.080.0300.502044.0748.24
Hex767C8083032cc430
Octal166174200103062314460
Binary1110110111110010000000100011011001011001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767C80; }

 p { color: rgb(118,124,128); }

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

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

 a { background-color: rgb(118,124,128); }

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

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

 span { border-color: rgb(118,124,128); }

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