Color Hex Logo

#769886 Color Hex

#769886
(118,152,134)
0 Favorites   0 Comments

Color spaces of #769886

RGB 118152134
HSL0.410.140.53
HSV148°22°60°
CMYK 0.220.000.12   0.40
XYZ23.002528.029326.7521
Yxy28.02930.29570.3603
Hunter Lab52.9427-15.09527.1005
CIE-Lab59.9152-15.63165.6234

#769886 color RGB value is (118,152,134).

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

The process color (four color CMYK) of #769886 color hex is 0.22, 0.00, 0.12, 0.40. Web safe color of #769886 is #669999. Color #769886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011000 10000110
Octal 166 230 206
Decimal 118 152 134
Hex 76 98 86

RGB Percentages of Color #769886

%29.21
%37.62
%33.17

CMYK Percentages of Color #769886

%22
%0
%12
%40

Triadic Colors of #769886

#769886 #867698 #988676

Analogous Colors of #769886

#769886 #769897 #779876

Monochromatic Colors of #769886

#769886

Complementary Color

#769886 #987688

#769886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769886 Color CSS Codes

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

#769886 Text Font Color

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

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


#769886 Background Color

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

This div background color is #769886


#769886 Border Color

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

This div border color is #769886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769886


Comments

No comments written yet.

Please login to write comment.