COLOR #76B7A0

HEX: #76B7A0
RGB: (118,183,160)

Renk bilgisi

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

RGB renk modeli

#76B7A0 color RGB value is (118,183,160).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 183 of 255 = 72%
B 160 of 255 = 63%

118
183
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 183 + 160 = 461 (100%)
R 118 of 461 ~ 25.6%
G 183 of 461 ~ 39.7%
B 160 of 461 ~ 34.71%

%25.6
%39.7
%34.71

CMYK RENK MODELİ

#76B7A0 rengi CMYK tonu (36,0,13,28).

  • camgöbeği tonu 35.52%
  • eflatun tonu 0.00%
  • sarı tonu 12.57%
  • ana renk tonu 28.24%
CMYK:
(36,0,13,28)
C36M0Y13K28 
(36%,0%,13%,28%)
(0.36/0.00/0.13/0.28)	

CMYK yüzdeleri

%35.52
%0
%12.57
%28.24

Codes

Color #76B7A0 in popluar color models

76B7A0
RGB118183160
HSL159°31.10%59.02%
HSB/HSV159°35.52%71.76%
CMYK35.52%0.00%12.57%
28.24%

Color #76B7A0 in popluar number systems.

HEX76B7A0
Decimal118183160
Binary11101101011011110100000
Octal166267240

Shades and tints

Shades of #76B7A0

#76B7A0
(118,183,160)
#6CA792
(108,167,146)
#629784
(98,151,132)
#588776
(88,135,118)
#4E7768
(78,119,104)
#44675A
(68,103,90)
#3A574C
(58,87,76)
#30473E
(48,71,62)
#263730
(38,55,48)
#1C2722
(28,39,34)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #76B7A0

#76B7A0
(118,183,160)
#82BDA8
(130,189,168)
#8EC3B0
(142,195,176)
#9AC9B8
(154,201,184)
#A6CFC0
(166,207,192)
#B2D5C8
(178,213,200)
#BEDBD0
(190,219,208)
#CAE1D8
(202,225,216)
#D6E7E0
(214,231,224)
#E2EDE8
(226,237,232)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B7A0; }

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

This text font color is #76B7A0.


Background Color

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

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

This div background color is #76B7A0.


Border color

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

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

This div border color is #76B7A0.


Opacity

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

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

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

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

This text has shadow with #76B7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B7A0 on black background.


Color preview on white background

This text has color #76B7A0 on white background.



Black color preview on #76B7A0 background

This text has black color on #76B7A0 background.


White color preview on #76B7A0 background

This text has white color on #76B7A0 background.