COLOR #76A0A5

HEX: #76A0A5
RGB: (118,160,165)

Renk bilgisi

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

RGB renk modeli

#76A0A5 color RGB value is (118,160,165).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 160 of 255 = 63%
B 165 of 255 = 65%

118
160
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 160 + 165 = 443 (100%)
R 118 of 443 ~ 26.64%
G 160 of 443 ~ 36.12%
B 165 of 443 ~ 37.25%

%26.64
%36.12
%37.25

CMYK RENK MODELİ

#76A0A5 rengi CMYK tonu (28,3,0,35).

  • camgöbeği tonu 28.48%
  • eflatun tonu 3.03%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(28,3,0,35)
C28M3Y0K35 
(28%,3%,0%,35%)
(0.28/0.03/0.00/0.35)	

CMYK yüzdeleri

%28.48
%3.03
%0
%35.29

Codes

Color #76A0A5 in popluar color models

76A0A5
RGB118160165
HSL186°20.70%55.49%
HSB/HSV186°28.48%64.71%
CMYK28.48%3.03%0.00%
35.29%

Color #76A0A5 in popluar number systems.

HEX76A0A5
Decimal118160165
Binary11101101010000010100101
Octal166240245

Shades and tints

Shades of #76A0A5

#76A0A5
(118,160,165)
#6C9296
(108,146,150)
#628487
(98,132,135)
#587678
(88,118,120)
#4E6869
(78,104,105)
#445A5A
(68,90,90)
#3A4C4B
(58,76,75)
#303E3C
(48,62,60)
#26302D
(38,48,45)
#1C221E
(28,34,30)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #76A0A5

#76A0A5
(118,160,165)
#82A8AD
(130,168,173)
#8EB0B5
(142,176,181)
#9AB8BD
(154,184,189)
#A6C0C5
(166,192,197)
#B2C8CD
(178,200,205)
#BED0D5
(190,208,213)
#CAD8DD
(202,216,221)
#D6E0E5
(214,224,229)
#E2E8ED
(226,232,237)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A0A5; }

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

This text font color is #76A0A5.


Background Color

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

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

This div background color is #76A0A5.


Border color

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

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

This div border color is #76A0A5.


Opacity

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

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

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

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

This text has shadow with #76A0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A0A5 on black background.


Color preview on white background

This text has color #76A0A5 on white background.



Black color preview on #76A0A5 background

This text has black color on #76A0A5 background.


White color preview on #76A0A5 background

This text has white color on #76A0A5 background.