Color Hex Logo

#76aaaa Color Hex

#76AAAA
(118,170,170)
0 Favorites   0 Comments

Color spaces of #76aaaa

RGB 118170170
HSL0.500.230.56
HSV180°31°67°
CMYK 0.310.000.00   0.33
XYZ29.101635.503343.3492
Yxy35.50330.26960.3289
Hunter Lab59.5846-17.0924-1.4256
CIE-Lab66.1387-17.0462-5.5125

#76aaaa color RGB value is (118,170,170).

#76aaaa hex color red value is 118, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #76aaaa hue: 0.50 , saturation: 0.23 and the lightness value of 76aaaa is 0.56.

The process color (four color CMYK) of #76aaaa color hex is 0.31, 0.00, 0.00, 0.33. Web safe color of #76aaaa is #669999. Color #76aaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101010 10101010
Octal 166 252 252
Decimal 118 170 170
Hex 76 AA AA

RGB Percentages of Color #76aaaa

%25.76
%37.12
%37.12

CMYK Percentages of Color #76aaaa

%31
%0
%0
%33

Triadic Colors of #76aaaa

#76aaaa #aa76aa #aaaa76

Analogous Colors of #76aaaa

#76aaaa #7690aa #76aa90

Monochromatic Colors of #76aaaa

#76aaaa

Complementary Color

#76aaaa #aa7676

#76aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aaaa Color CSS Codes

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

#76aaaa Text Font Color

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

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


#76aaaa Background Color

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

This div background color is #76aaaa


#76aaaa Border Color

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

This div border color is #76aaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aaaa


Comments

No comments written yet.

Please login to write comment.