COLOR #76A47F

HEX: #76A47F
RGB: (118,164,127)

Renk bilgisi

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

RGB renk modeli

#76A47F color RGB value is (118,164,127).

  • kırmız ton 118;
  • yeşil ton 164;
  • mavi ton 127.
RGB:
(118,164,127)
(46%,64%,50%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 164 of 255 = 64%
B 127 of 255 = 50%

118
164
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 164 + 127 = 409 (100%)
R 118 of 409 ~ 28.85%
G 164 of 409 ~ 40.1%
B 127 of 409 ~ 31.05%

%28.85
%40.1
%31.05

CMYK RENK MODELİ

#76A47F rengi CMYK tonu (28,0,23,36).

  • camgöbeği tonu 28.05%
  • eflatun tonu 0.00%
  • sarı tonu 22.56%
  • ana renk tonu 35.69%
CMYK:
(28,0,23,36)
C28M0Y23K36 
(28%,0%,23%,36%)
(0.28/0.00/0.23/0.36)	

CMYK yüzdeleri

%28.05
%0
%22.56
%35.69

Codes

Color #76A47F in popluar color models

76A47F
RGB118164127
HSL132°20.18%55.29%
HSB/HSV132°28.05%64.31%
CMYK28.05%0.00%22.56%
35.69%

Color #76A47F in popluar number systems.

HEX76A47F
Decimal118164127
Binary1110110101001001111111
Octal166244177

Shades and tints

Shades of #76A47F

#76A47F
(118,164,127)
#6C9674
(108,150,116)
#628869
(98,136,105)
#587A5E
(88,122,94)
#4E6C53
(78,108,83)
#445E48
(68,94,72)
#3A503D
(58,80,61)
#304232
(48,66,50)
#263427
(38,52,39)
#1C261C
(28,38,28)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #76A47F

#76A47F
(118,164,127)
#82AC8A
(130,172,138)
#8EB495
(142,180,149)
#9ABCA0
(154,188,160)
#A6C4AB
(166,196,171)
#B2CCB6
(178,204,182)
#BED4C1
(190,212,193)
#CADCCC
(202,220,204)
#D6E4D7
(214,228,215)
#E2ECE2
(226,236,226)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A47F color. Also use rgb(118,164,127) instead hex code.

Text Font Color

.myTextColor { color: #76A47F; }

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

This text font color is #76A47F.


Background Color

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

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

This div background color is #76A47F.


Border color

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

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

This div border color is #76A47F.


Opacity

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

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

Text with #76A47F 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 #76A47F;}

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

This text has shadow with #76A47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A47F on black background.


Color preview on white background

This text has color #76A47F on white background.



Black color preview on #76A47F background

This text has black color on #76A47F background.


White color preview on #76A47F background

This text has white color on #76A47F background.