Color Hex Logo

#76c088 Color Hex

#76C088
(118,192,136)
0 Favorites   0 Comments

Color spaces of #76c088

RGB 118192136
HSL0.370.370.61
HSV135°39°75°
CMYK 0.390.000.29   0.25
XYZ30.764843.328430.0343
Yxy43.32840.29550.4161
Hunter Lab65.8243-31.765719.0242
CIE-Lab71.7773-35.049321.1487

#76c088 color RGB value is (118,192,136).

#76c088 hex color red value is 118, green value is 192 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #76c088 hue: 0.37 , saturation: 0.37 and the lightness value of 76c088 is 0.61.

The process color (four color CMYK) of #76c088 color hex is 0.39, 0.00, 0.29, 0.25. Web safe color of #76c088 is #66cc99. Color #76c088 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11000000 10001000
Octal 166 300 210
Decimal 118 192 136
Hex 76 C0 88

RGB Percentages of Color #76c088

%26.46
%43.05
%30.49

CMYK Percentages of Color #76c088

%39
%0
%29
%25

Triadic Colors of #76c088

#76c088 #8876c0 #c08876

Analogous Colors of #76c088

#76c088 #76c0ad #89c076

Monochromatic Colors of #76c088

#76c088

Complementary Color

#76c088 #c076ae

#76c088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76c088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76c088 Color CSS Codes

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

#76c088 Text Font Color

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

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


#76c088 Background Color

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

This div background color is #76c088


#76c088 Border Color

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

This div border color is #76c088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76c088


Comments

No comments written yet.

Please login to write comment.