COLOR #76A59A

HEX: #76A59A
RGB: (118,165,154)

Renk bilgisi

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

RGB renk modeli

#76A59A color RGB value is (118,165,154).

  • kırmız ton 118;
  • yeşil ton 165;
  • mavi ton 154.
RGB:
(118,165,154)
(46%,65%,60%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 165 of 255 = 65%
B 154 of 255 = 60%

118
165
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 165 + 154 = 437 (100%)
R 118 of 437 ~ 27%
G 165 of 437 ~ 37.76%
B 154 of 437 ~ 35.24%

%27
%37.76
%35.24

CMYK RENK MODELİ

#76A59A rengi CMYK tonu (28,0,7,35).

  • camgöbeği tonu 28.48%
  • eflatun tonu 0.00%
  • sarı tonu 6.67%
  • ana renk tonu 35.29%
CMYK:
(28,0,7,35)
C28M0Y7K35 
(28%,0%,7%,35%)
(0.28/0.00/0.07/0.35)	

CMYK yüzdeleri

%28.48
%0
%6.67
%35.29

Codes

Color #76A59A in popluar color models

76A59A
RGB118165154
HSL166°20.70%55.49%
HSB/HSV166°28.48%64.71%
CMYK28.48%0.00%6.67%
35.29%

Color #76A59A in popluar number systems.

HEX76A59A
Decimal118165154
Binary11101101010010110011010
Octal166245232

Shades and tints

Shades of #76A59A

#76A59A
(118,165,154)
#6C968C
(108,150,140)
#62877E
(98,135,126)
#587870
(88,120,112)
#4E6962
(78,105,98)
#445A54
(68,90,84)
#3A4B46
(58,75,70)
#303C38
(48,60,56)
#262D2A
(38,45,42)
#1C1E1C
(28,30,28)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #76A59A

#76A59A
(118,165,154)
#82ADA3
(130,173,163)
#8EB5AC
(142,181,172)
#9ABDB5
(154,189,181)
#A6C5BE
(166,197,190)
#B2CDC7
(178,205,199)
#BED5D0
(190,213,208)
#CADDD9
(202,221,217)
#D6E5E2
(214,229,226)
#E2EDEB
(226,237,235)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A59A color. Also use rgb(118,165,154) instead hex code.

Text Font Color

.myTextColor { color: #76A59A; }

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

This text font color is #76A59A.


Background Color

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

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

This div background color is #76A59A.


Border color

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

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

This div border color is #76A59A.


Opacity

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

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

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

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

This text has shadow with #76A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A59A on black background.


Color preview on white background

This text has color #76A59A on white background.



Black color preview on #76A59A background

This text has black color on #76A59A background.


White color preview on #76A59A background

This text has white color on #76A59A background.