COLOR #76C0A7

HEX: #76C0A7
RGB: (118,192,167)

Renk bilgisi

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

RGB renk modeli

#76C0A7 color RGB value is (118,192,167).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 192 of 255 = 75%
B 167 of 255 = 65%

118
192
167

R + G + B ~ 62%. #76C0A7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 192 + 167 = 477 (100%)
R 118 of 477 ~ 24.74%
G 192 of 477 ~ 40.25%
B 167 of 477 ~ 35.01%

%24.74
%40.25
%35.01

CMYK RENK MODELİ

#76C0A7 rengi CMYK tonu (39,0,13,25).

  • camgöbeği tonu 38.54%
  • eflatun tonu 0.00%
  • sarı tonu 13.02%
  • ana renk tonu 24.71%
CMYK:
(39,0,13,25)
C39M0Y13K25 
(39%,0%,13%,25%)
(0.39/0.00/0.13/0.25)	

CMYK yüzdeleri

%38.54
%0
%13.02
%24.71

Codes

Color #76C0A7 in popluar color models

76C0A7
RGB118192167
HSL160°37.00%60.78%
HSB/HSV160°38.54%75.29%
CMYK38.54%0.00%13.02%
24.71%

Color #76C0A7 in popluar number systems.

HEX76C0A7
Decimal118192167
Binary11101101100000010100111
Octal166300247

Shades and tints

Shades of #76C0A7

#76C0A7
(118,192,167)
#6CAF98
(108,175,152)
#629E89
(98,158,137)
#588D7A
(88,141,122)
#4E7C6B
(78,124,107)
#446B5C
(68,107,92)
#3A5A4D
(58,90,77)
#30493E
(48,73,62)
#26382F
(38,56,47)
#1C2720
(28,39,32)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #76C0A7

#76C0A7
(118,192,167)
#82C5AF
(130,197,175)
#8ECAB7
(142,202,183)
#9ACFBF
(154,207,191)
#A6D4C7
(166,212,199)
#B2D9CF
(178,217,207)
#BEDED7
(190,222,215)
#CAE3DF
(202,227,223)
#D6E8E7
(214,232,231)
#E2EDEF
(226,237,239)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C0A7; }

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

This text font color is #76C0A7.


Background Color

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

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

This div background color is #76C0A7.


Border color

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

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

This div border color is #76C0A7.


Opacity

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

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

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

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

This text has shadow with #76C0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C0A7 on black background.


Color preview on white background

This text has color #76C0A7 on white background.



Black color preview on #76C0A7 background

This text has black color on #76C0A7 background.


White color preview on #76C0A7 background

This text has white color on #76C0A7 background.