COLOR #76A5A7

HEX: #76A5A7
RGB: (118,165,167)

Renk bilgisi

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

RGB renk modeli

#76A5A7 color RGB value is (118,165,167).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 165 of 255 = 65%
B 167 of 255 = 65%

118
165
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 165 + 167 = 450 (100%)
R 118 of 450 ~ 26.22%
G 165 of 450 ~ 36.67%
B 167 of 450 ~ 37.11%

%26.22
%36.67
%37.11

CMYK RENK MODELİ

#76A5A7 rengi CMYK tonu (29,1,0,35).

  • camgöbeği tonu 29.34%
  • eflatun tonu 1.20%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(29,1,0,35)
C29M1Y0K35 
(29%,1%,0%,35%)
(0.29/0.01/0.00/0.35)	

CMYK yüzdeleri

%29.34
%1.2
%0
%34.51

Codes

Color #76A5A7 in popluar color models

76A5A7
RGB118165167
HSL182°21.78%55.88%
HSB/HSV182°29.34%65.49%
CMYK29.34%1.20%0.00%
34.51%

Color #76A5A7 in popluar number systems.

HEX76A5A7
Decimal118165167
Binary11101101010010110100111
Octal166245247

Shades and tints

Shades of #76A5A7

#76A5A7
(118,165,167)
#6C9698
(108,150,152)
#628789
(98,135,137)
#58787A
(88,120,122)
#4E696B
(78,105,107)
#445A5C
(68,90,92)
#3A4B4D
(58,75,77)
#303C3E
(48,60,62)
#262D2F
(38,45,47)
#1C1E20
(28,30,32)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #76A5A7

#76A5A7
(118,165,167)
#82ADAF
(130,173,175)
#8EB5B7
(142,181,183)
#9ABDBF
(154,189,191)
#A6C5C7
(166,197,199)
#B2CDCF
(178,205,207)
#BED5D7
(190,213,215)
#CADDDF
(202,221,223)
#D6E5E7
(214,229,231)
#E2EDEF
(226,237,239)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A5A7; }

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

This text font color is #76A5A7.


Background Color

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

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

This div background color is #76A5A7.


Border color

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

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

This div border color is #76A5A7.


Opacity

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

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

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

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

This text has shadow with #76A5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A5A7 on black background.


Color preview on white background

This text has color #76A5A7 on white background.



Black color preview on #76A5A7 background

This text has black color on #76A5A7 background.


White color preview on #76A5A7 background

This text has white color on #76A5A7 background.