#767E84

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

Shades of Lynch #767E84

Tints of Lynch #767E84

Color information

#767E84 (or 0x767E84) is unknown color: approx Lynch. HEX triplet: 76, 7E and 84. RGB value is (118,126,132). Sum of RGB (Red+Green+Blue) = 118+126+132=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #767E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E84 is #89817B. Grayscale: #7C7C7C. Windows color (decimal): -9011580 or 8683126. OLE color: 8683126.

HSL color Cylindrical-coordinate representation of color #767E84: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767E84 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB118126132-
CMYK0.110.0500.48
HSL205.71º5.6%49.02%-
HSV(B)205.71º10.61%51.76%-
XYZ19.120.4424.77-
YUV124.29132.35123.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=31.38%
G=33.51%
B=35.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181261320.110.0500.48205.715.649.02
Hex767E84B5030ce631
Octal166176204135060316661
Binary11101101111110100001001011101011000011001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,126,132); }

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

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

 a { background-color: rgb(118,126,132); }

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

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

 span { border-color: rgb(118,126,132); }

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