COLOR #76A5AA

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

118
165
170

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

Yüzdelerle RGB renk parçaları

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

%26.05
%36.42
%37.53

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%30.59
%2.94
%0
%33.33

Codes

Color #76A5AA in popluar color models

76A5AA
RGB118165170
HSL186°23.42%56.47%
HSB/HSV186°30.59%66.67%
CMYK30.59%2.94%0.00%
33.33%

Color #76A5AA in popluar number systems.

HEX76A5AA
Decimal118165170
Binary11101101010010110101010
Octal166245252

Shades and tints

Shades of #76A5AA

#76A5AA
(118,165,170)
#6C969B
(108,150,155)
#62878C
(98,135,140)
#58787D
(88,120,125)
#4E696E
(78,105,110)
#445A5F
(68,90,95)
#3A4B50
(58,75,80)
#303C41
(48,60,65)
#262D32
(38,45,50)
#1C1E23
(28,30,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #76A5AA

#76A5AA
(118,165,170)
#82ADB1
(130,173,177)
#8EB5B8
(142,181,184)
#9ABDBF
(154,189,191)
#A6C5C6
(166,197,198)
#B2CDCD
(178,205,205)
#BED5D4
(190,213,212)
#CADDDB
(202,221,219)
#D6E5E2
(214,229,226)
#E2EDE9
(226,237,233)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A5AA; }

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

This text font color is #76A5AA.


Background Color

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

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

This div background color is #76A5AA.


Border color

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

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

This div border color is #76A5AA.


Opacity

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

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

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

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

This text has shadow with #76A5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A5AA on black background.


Color preview on white background

This text has color #76A5AA on white background.



Black color preview on #76A5AA background

This text has black color on #76A5AA background.


White color preview on #76A5AA background

This text has white color on #76A5AA background.