Color Hex Logo

#76a08d Color Hex

#76A08D
(118,160,141)
0 Favorites   0 Comments

Color spaces of #76a08d

RGB 118160141
HSL0.420.180.55
HSV153°26°63°
CMYK 0.260.000.12   0.37
XYZ24.849730.916329.8570
Yxy30.91630.29020.3611
Hunter Lab55.6024-17.52957.0846
CIE-Lab62.4369-18.37425.3013

#76a08d color RGB value is (118,160,141).

#76a08d hex color red value is 118, green value is 160 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #76a08d hue: 0.42 , saturation: 0.18 and the lightness value of 76a08d is 0.55.

The process color (four color CMYK) of #76a08d color hex is 0.26, 0.00, 0.12, 0.37. Web safe color of #76a08d is #669999. Color #76a08d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10100000 10001101
Octal 166 240 215
Decimal 118 160 141
Hex 76 A0 8D

RGB Percentages of Color #76a08d

%28.16
%38.19
%33.65

CMYK Percentages of Color #76a08d

%26
%0
%12
%37

Triadic Colors of #76a08d

#76a08d #8d76a0 #a08d76

Analogous Colors of #76a08d

#76a08d #769ea0 #76a078

Monochromatic Colors of #76a08d

#76a08d

Complementary Color

#76a08d #a07689

#76a08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76a08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76a08d Color CSS Codes

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

#76a08d Text Font Color

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

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


#76a08d Background Color

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

This div background color is #76a08d


#76a08d Border Color

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

This div border color is #76a08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76a08d


Comments

No comments written yet.

Please login to write comment.