COLOR #76AAA5

HEX: #76AAA5
RGB: (118,170,165)

Renk bilgisi

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

RGB renk modeli

#76AAA5 color RGB value is (118,170,165).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 170 of 255 = 67%
B 165 of 255 = 65%

118
170
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 170 + 165 = 453 (100%)
R 118 of 453 ~ 26.05%
G 170 of 453 ~ 37.53%
B 165 of 453 ~ 36.42%

%26.05
%37.53
%36.42

CMYK RENK MODELİ

#76AAA5 rengi CMYK tonu (31,0,3,33).

  • camgöbeği tonu 30.59%
  • eflatun tonu 0.00%
  • sarı tonu 2.94%
  • ana renk tonu 33.33%
CMYK:
(31,0,3,33)
C31M0Y3K33 
(31%,0%,3%,33%)
(0.31/0.00/0.03/0.33)	

CMYK yüzdeleri

%30.59
%0
%2.94
%33.33

Codes

Color #76AAA5 in popluar color models

76AAA5
RGB118170165
HSL174°23.42%56.47%
HSB/HSV174°30.59%66.67%
CMYK30.59%0.00%2.94%
33.33%

Color #76AAA5 in popluar number systems.

HEX76AAA5
Decimal118170165
Binary11101101010101010100101
Octal166252245

Shades and tints

Shades of #76AAA5

#76AAA5
(118,170,165)
#6C9B96
(108,155,150)
#628C87
(98,140,135)
#587D78
(88,125,120)
#4E6E69
(78,110,105)
#445F5A
(68,95,90)
#3A504B
(58,80,75)
#30413C
(48,65,60)
#26322D
(38,50,45)
#1C231E
(28,35,30)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #76AAA5

#76AAA5
(118,170,165)
#82B1AD
(130,177,173)
#8EB8B5
(142,184,181)
#9ABFBD
(154,191,189)
#A6C6C5
(166,198,197)
#B2CDCD
(178,205,205)
#BED4D5
(190,212,213)
#CADBDD
(202,219,221)
#D6E2E5
(214,226,229)
#E2E9ED
(226,233,237)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AAA5; }

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

This text font color is #76AAA5.


Background Color

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

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

This div background color is #76AAA5.


Border color

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

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

This div border color is #76AAA5.


Opacity

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

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

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

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

This text has shadow with #76AAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AAA5 on black background.


Color preview on white background

This text has color #76AAA5 on white background.



Black color preview on #76AAA5 background

This text has black color on #76AAA5 background.


White color preview on #76AAA5 background

This text has white color on #76AAA5 background.