COLOR #76A886

HEX: #76A886
RGB: (118,168,134)

Renk bilgisi

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

RGB renk modeli

#76A886 color RGB value is (118,168,134).

  • kırmız ton 118;
  • yeşil ton 168;
  • mavi ton 134.
RGB:
(118,168,134)
(46%,66%,53%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 168 of 255 = 66%
B 134 of 255 = 53%

118
168
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 168 + 134 = 420 (100%)
R 118 of 420 ~ 28.1%
G 168 of 420 ~ 40%
B 134 of 420 ~ 31.9%

%28.1
%40
%31.9

CMYK RENK MODELİ

#76A886 rengi CMYK tonu (30,0,20,34).

  • camgöbeği tonu 29.76%
  • eflatun tonu 0.00%
  • sarı tonu 20.24%
  • ana renk tonu 34.12%
CMYK:
(30,0,20,34)
C30M0Y20K34 
(30%,0%,20%,34%)
(0.30/0.00/0.20/0.34)	

CMYK yüzdeleri

%29.76
%0
%20.24
%34.12

Codes

Color #76A886 in popluar color models

76A886
RGB118168134
HSL139°22.32%56.08%
HSB/HSV139°29.76%65.88%
CMYK29.76%0.00%20.24%
34.12%

Color #76A886 in popluar number systems.

HEX76A886
Decimal118168134
Binary11101101010100010000110
Octal166250206

Shades and tints

Shades of #76A886

#76A886
(118,168,134)
#6C997A
(108,153,122)
#628A6E
(98,138,110)
#587B62
(88,123,98)
#4E6C56
(78,108,86)
#445D4A
(68,93,74)
#3A4E3E
(58,78,62)
#303F32
(48,63,50)
#263026
(38,48,38)
#1C211A
(28,33,26)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #76A886

#76A886
(118,168,134)
#82AF91
(130,175,145)
#8EB69C
(142,182,156)
#9ABDA7
(154,189,167)
#A6C4B2
(166,196,178)
#B2CBBD
(178,203,189)
#BED2C8
(190,210,200)
#CAD9D3
(202,217,211)
#D6E0DE
(214,224,222)
#E2E7E9
(226,231,233)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A886 color. Also use rgb(118,168,134) instead hex code.

Text Font Color

.myTextColor { color: #76A886; }

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

This text font color is #76A886.


Background Color

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

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

This div background color is #76A886.


Border color

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

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

This div border color is #76A886.


Opacity

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

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

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

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

This text has shadow with #76A886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A886 on black background.


Color preview on white background

This text has color #76A886 on white background.



Black color preview on #76A886 background

This text has black color on #76A886 background.


White color preview on #76A886 background

This text has white color on #76A886 background.