Color Hex Logo

#769c8c Color Hex

#769C8C
(118,156,140)
0 Favorites   0 Comments

Color spaces of #769c8c

RGB 118156140
HSL0.430.160.54
HSV155°24°61°
CMYK 0.240.000.10   0.39
XYZ24.093329.521929.2394
Yxy29.52190.29080.3563
Hunter Lab54.3341-15.93256.1274
CIE-Lab61.2395-16.49044.1389

#769c8c color RGB value is (118,156,140).

#769c8c hex color red value is 118, green value is 156 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #769c8c hue: 0.43 , saturation: 0.16 and the lightness value of 769c8c is 0.54.

The process color (four color CMYK) of #769c8c color hex is 0.24, 0.00, 0.10, 0.39. Web safe color of #769c8c is #669999. Color #769c8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011100 10001100
Octal 166 234 214
Decimal 118 156 140
Hex 76 9C 8C

RGB Percentages of Color #769c8c

%28.50
%37.68
%33.82

CMYK Percentages of Color #769c8c

%24
%0
%10
%39

Triadic Colors of #769c8c

#769c8c #8c769c #9c8c76

Analogous Colors of #769c8c

#769c8c #76999c #769c79

Monochromatic Colors of #769c8c

#769c8c

Complementary Color

#769c8c #9c7686

#769c8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769c8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#769c8c Color CSS Codes

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

#769c8c Text Font Color

<p style="color:#769c8c">Text here</p>

This sample text font color is #769c8c
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.


#769c8c Background Color

<div style="background-color:#769c8c">
Div content here</div>

This div background color is #769c8c


#769c8c Border Color

<div style="border:3px solid #769c8c">
Div here</div>

This div border color is #769c8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769c8c


Comments

No comments written yet.

Please login to write comment.