Color Hex Logo

#769790 Color Hex

#769790
(118,151,144)
0 Favorites   0 Comments

Color spaces of #769790

RGB 118151144
HSL0.460.140.53
HSV167°22°59°
CMYK 0.220.000.05   0.41
XYZ23.571927.998430.5474
Yxy27.99840.28710.3410
Hunter Lab52.9135-13.08052.8109
CIE-Lab59.8873-12.9613-0.0885

#769790 color RGB value is (118,151,144).

#769790 hex color red value is 118, green value is 151 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #769790 hue: 0.46 , saturation: 0.14 and the lightness value of 769790 is 0.53.

The process color (four color CMYK) of #769790 color hex is 0.22, 0.00, 0.05, 0.41. Web safe color of #769790 is #669999. Color #769790 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010111 10010000
Octal 166 227 220
Decimal 118 151 144
Hex 76 97 90

RGB Percentages of Color #769790

%28.57
%36.56
%34.87

CMYK Percentages of Color #769790

%22
%0
%5
%41

Triadic Colors of #769790

#769790 #907697 #979076

Analogous Colors of #769790

#769790 #768e97 #769780

Monochromatic Colors of #769790

#769790

Complementary Color

#769790 #97767d

#769790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769790 Color CSS Codes

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

#769790 Text Font Color

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

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


#769790 Background Color

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

This div background color is #769790


#769790 Border Color

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

This div border color is #769790


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,151,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #769790; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #769790;
  -webkit-box-shadow: 1px 1px 3px 2px #769790;
  box-shadow:         1px 1px 3px 2px #769790; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769790


Comments

No comments written yet.

Please login to write comment.