COLOR #76A9A4

HEX: #76A9A4
RGB: (118,169,164)

Renk bilgisi

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

RGB renk modeli

#76A9A4 color RGB value is (118,169,164).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 169 of 255 = 66%
B 164 of 255 = 64%

118
169
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 169 + 164 = 451 (100%)
R 118 of 451 ~ 26.16%
G 169 of 451 ~ 37.47%
B 164 of 451 ~ 36.36%

%26.16
%37.47
%36.36

CMYK RENK MODELİ

#76A9A4 rengi CMYK tonu (30,0,3,34).

  • camgöbeği tonu 30.18%
  • eflatun tonu 0.00%
  • sarı tonu 2.96%
  • ana renk tonu 33.73%
CMYK:
(30,0,3,34)
C30M0Y3K34 
(30%,0%,3%,34%)
(0.30/0.00/0.03/0.34)	

CMYK yüzdeleri

%30.18
%0
%2.96
%33.73

Codes

Color #76A9A4 in popluar color models

76A9A4
RGB118169164
HSL174°22.87%56.27%
HSB/HSV174°30.18%66.27%
CMYK30.18%0.00%2.96%
33.73%

Color #76A9A4 in popluar number systems.

HEX76A9A4
Decimal118169164
Binary11101101010100110100100
Octal166251244

Shades and tints

Shades of #76A9A4

#76A9A4
(118,169,164)
#6C9A96
(108,154,150)
#628B88
(98,139,136)
#587C7A
(88,124,122)
#4E6D6C
(78,109,108)
#445E5E
(68,94,94)
#3A4F50
(58,79,80)
#304042
(48,64,66)
#263134
(38,49,52)
#1C2226
(28,34,38)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #76A9A4

#76A9A4
(118,169,164)
#82B0AC
(130,176,172)
#8EB7B4
(142,183,180)
#9ABEBC
(154,190,188)
#A6C5C4
(166,197,196)
#B2CCCC
(178,204,204)
#BED3D4
(190,211,212)
#CADADC
(202,218,220)
#D6E1E4
(214,225,228)
#E2E8EC
(226,232,236)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A9A4; }

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

This text font color is #76A9A4.


Background Color

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

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

This div background color is #76A9A4.


Border color

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

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

This div border color is #76A9A4.


Opacity

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

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

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

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

This text has shadow with #76A9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A9A4 on black background.


Color preview on white background

This text has color #76A9A4 on white background.



Black color preview on #76A9A4 background

This text has black color on #76A9A4 background.


White color preview on #76A9A4 background

This text has white color on #76A9A4 background.