COLOR #76B7A5

HEX: #76B7A5
RGB: (118,183,165)

Renk bilgisi

#76B7A5 contains mainly green and blue colors. #76B7A5 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#76B7A5 color RGB value is (118,183,165).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 183 of 255 = 72%
B 165 of 255 = 65%

118
183
165

R + G + B ~ 61%. #76B7A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 183 + 165 = 466 (100%)
R 118 of 466 ~ 25.32%
G 183 of 466 ~ 39.27%
B 165 of 466 ~ 35.41%

%25.32
%39.27
%35.41

CMYK RENK MODELİ

#76B7A5 rengi CMYK tonu (36,0,10,28).

  • camgöbeği tonu 35.52%
  • eflatun tonu 0.00%
  • sarı tonu 9.84%
  • ana renk tonu 28.24%
CMYK:
(36,0,10,28)
C36M0Y10K28 
(36%,0%,10%,28%)
(0.36/0.00/0.10/0.28)	

CMYK yüzdeleri

%35.52
%0
%9.84
%28.24

Codes

Color #76B7A5 in popluar color models

76B7A5
RGB118183165
HSL163°31.10%59.02%
HSB/HSV163°35.52%71.76%
CMYK35.52%0.00%9.84%
28.24%

Color #76B7A5 in popluar number systems.

HEX76B7A5
Decimal118183165
Binary11101101011011110100101
Octal166267245

Shades and tints

Shades of #76B7A5

#76B7A5
(118,183,165)
#6CA796
(108,167,150)
#629787
(98,151,135)
#588778
(88,135,120)
#4E7769
(78,119,105)
#44675A
(68,103,90)
#3A574B
(58,87,75)
#30473C
(48,71,60)
#26372D
(38,55,45)
#1C271E
(28,39,30)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #76B7A5

#76B7A5
(118,183,165)
#82BDAD
(130,189,173)
#8EC3B5
(142,195,181)
#9AC9BD
(154,201,189)
#A6CFC5
(166,207,197)
#B2D5CD
(178,213,205)
#BEDBD5
(190,219,213)
#CAE1DD
(202,225,221)
#D6E7E5
(214,231,229)
#E2EDED
(226,237,237)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B7A5; }

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

This text font color is #76B7A5.


Background Color

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

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

This div background color is #76B7A5.


Border color

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

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

This div border color is #76B7A5.


Opacity

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

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

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

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

This text has shadow with #76B7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B7A5 on black background.


Color preview on white background

This text has color #76B7A5 on white background.



Black color preview on #76B7A5 background

This text has black color on #76B7A5 background.


White color preview on #76B7A5 background

This text has white color on #76B7A5 background.