Color Hex Logo

#769f78 Color Hex

#769F78
(118,159,120)
0 Favorites   0 Comments

Color spaces of #769f78

RGB 118159120
HSL0.340.180.54
HSV123°26°62°
CMYK 0.260.000.25   0.38
XYZ23.259530.003922.3347
Yxy30.00390.30770.3969
Hunter Lab54.7758-20.061114.1677
CIE-Lab61.6576-21.985815.9409

#769f78 color RGB value is (118,159,120).

#769f78 hex color red value is 118, green value is 159 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #769f78 hue: 0.34 , saturation: 0.18 and the lightness value of 769f78 is 0.54.

The process color (four color CMYK) of #769f78 color hex is 0.26, 0.00, 0.25, 0.38. Web safe color of #769f78 is #669966. Color #769f78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011111 01111000
Octal 166 237 170
Decimal 118 159 120
Hex 76 9F 78

RGB Percentages of Color #769f78

%29.72
%40.05
%30.23

CMYK Percentages of Color #769f78

%26
%0
%25
%38

Triadic Colors of #769f78

#769f78 #78769f #9f7876

Analogous Colors of #769f78

#769f78 #769f8d #899f76

Monochromatic Colors of #769f78

#769f78

Complementary Color

#769f78 #9f769d

#769f78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769f78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769f78 Color CSS Codes

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

#769f78 Text Font Color

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

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


#769f78 Background Color

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

This div background color is #769f78


#769f78 Border Color

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

This div border color is #769f78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769f78


Comments

No comments written yet.

Please login to write comment.