Color Hex Logo

#768c89 Color Hex

#768C89
(118,140,137)
0 Favorites   0 Comments

Color spaces of #768c89

RGB 118140137
HSL0.480.090.51
HSV172°16°55°
CMYK 0.160.000.02   0.45
XYZ21.364724.413927.2532
Yxy24.41390.29250.3343
Hunter Lab49.4104-9.28621.8848
CIE-Lab56.4998-8.4882-1.0424

#768c89 color RGB value is (118,140,137).

#768c89 hex color red value is 118, green value is 140 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #768c89 hue: 0.48 , saturation: 0.09 and the lightness value of 768c89 is 0.51.

The process color (four color CMYK) of #768c89 color hex is 0.16, 0.00, 0.02, 0.45. Web safe color of #768c89 is #669999. Color #768c89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001100 10001001
Octal 166 214 211
Decimal 118 140 137
Hex 76 8C 89

RGB Percentages of Color #768c89

%29.87
%35.44
%34.68

CMYK Percentages of Color #768c89

%16
%0
%2
%45

Triadic Colors of #768c89

#768c89 #89768c #8c8976

Analogous Colors of #768c89

#768c89 #76848c #768c7e

Monochromatic Colors of #768c89

#768c89

Complementary Color

#768c89 #8c7679

#768c89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768c89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768c89 Color CSS Codes

.mybgcolor {background-color:#768c89; } 
.myforecolor {color:#768c89; }
.mybordercolor {border:3px solid #768c89; }

#768c89 Text Font Color

<p style="color:#768c89">Text here</p>

This sample text font color is #768c89
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#768c89 Background Color

<div style="background-color:#768c89">
Div content here</div>

This div background color is #768c89


#768c89 Border Color

<div style="border:3px solid #768c89">
Div here</div>

This div border color is #768c89


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,140,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #768c89; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #768c89;
  -webkit-box-shadow: 1px 1px 3px 2px #768c89;
  box-shadow:         1px 1px 3px 2px #768c89; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,140,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #768c89">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #768c89;
  -webkit-box-shadow: 1px 1px 3px 2px #768c89;
  box-shadow:         1px 1px 3px 2px #768c89;">
Div content here</div>

This div box has shadow with color #768c89


Comments

No comments written yet.

Please login to write comment.