COLOR #76A77E

HEX: #76A77E
RGB: (118,167,126)

Renk bilgisi

#76A77E contains red, green and blue colors in about the same proportion. #76A77E ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#76A77E color RGB value is (118,167,126).

  • kırmız ton 118;
  • yeşil ton 167;
  • mavi ton 126.
RGB:
(118,167,126)
(46%,65%,49%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 167 of 255 = 65%
B 126 of 255 = 49%

118
167
126

R + G + B ~ 53%. #76A77E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 167 + 126 = 411 (100%)
R 118 of 411 ~ 28.71%
G 167 of 411 ~ 40.63%
B 126 of 411 ~ 30.66%

%28.71
%40.63
%30.66

CMYK RENK MODELİ

#76A77E rengi CMYK tonu (29,0,25,35).

  • camgöbeği tonu 29.34%
  • eflatun tonu 0.00%
  • sarı tonu 24.55%
  • ana renk tonu 34.51%
CMYK:
(29,0,25,35)
C29M0Y25K35 
(29%,0%,25%,35%)
(0.29/0.00/0.25/0.35)	

CMYK yüzdeleri

%29.34
%0
%24.55
%34.51

Codes

Color #76A77E in popluar color models

76A77E
RGB118167126
HSL130°21.78%55.88%
HSB/HSV130°29.34%65.49%
CMYK29.34%0.00%24.55%
34.51%

Color #76A77E in popluar number systems.

HEX76A77E
Decimal118167126
Binary1110110101001111111110
Octal166247176

Shades and tints

Shades of #76A77E

#76A77E
(118,167,126)
#6C9873
(108,152,115)
#628968
(98,137,104)
#587A5D
(88,122,93)
#4E6B52
(78,107,82)
#445C47
(68,92,71)
#3A4D3C
(58,77,60)
#303E31
(48,62,49)
#262F26
(38,47,38)
#1C201B
(28,32,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #76A77E

#76A77E
(118,167,126)
#82AF89
(130,175,137)
#8EB794
(142,183,148)
#9ABF9F
(154,191,159)
#A6C7AA
(166,199,170)
#B2CFB5
(178,207,181)
#BED7C0
(190,215,192)
#CADFCB
(202,223,203)
#D6E7D6
(214,231,214)
#E2EFE1
(226,239,225)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A77E color. Also use rgb(118,167,126) instead hex code.

Text Font Color

.myTextColor { color: #76A77E; }

<p style="color:#76A77E">This sample text font color is #76A77E.</p>

This text font color is #76A77E.


Background Color

.myBgColor { background-color: #76A77E; }

<div style="background-color:#76A77E">Inner text</div>

This div background color is #76A77E.


Border color

.myBorderColor { border: 1px solid #76A77E; }

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

This div border color is #76A77E.


Opacity

.myOpacity80 { color: #76A77E; opacity: 0.8; }

<p style="color:#76A77E;opacity:0.8;">80%</p>

Text with #76A77E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #76A77E;}

<p style="text-shadow: 3px 3px 1px #76A77E">Text here.</p>

This text has shadow with #76A77E color.

.textShadow {text-shadow: 3px 3px 1px #76A77E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #76A77E, 5px 5px 20px red">Text here.</p>

This text has shadow with #76A77E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A77E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#76A77E, Direction=45, Strength=4)">Text</p>

This text has shadow with #76A77E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #76A77E;
  -webkit-box-shadow:	1px 1px 3px 2px #76A77E;
  box-shadow:		1px 1px 3px 2px #76A77E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A77E;
-webkit-box-shadow: 1px 1px 3px 2px #76A77E;
box-shadow:1px 1px 3px 2px #76A77E;">
Div content here</div>
This div box has shadow with color #76A77E.

Preview

Color preview on black background

This text has color #76A77E on black background.


Color preview on white background

This text has color #76A77E on white background.



Black color preview on #76A77E background

This text has black color on #76A77E background.


White color preview on #76A77E background

This text has white color on #76A77E background.