COLOR #76A688

HEX: #76A688
RGB: (118,166,136)

Renk bilgisi

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

RGB renk modeli

#76A688 color RGB value is (118,166,136).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 166 of 255 = 65%
B 136 of 255 = 53%

118
166
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 166 + 136 = 420 (100%)
R 118 of 420 ~ 28.1%
G 166 of 420 ~ 39.52%
B 136 of 420 ~ 32.38%

%28.1
%39.52
%32.38

CMYK RENK MODELİ

#76A688 rengi CMYK tonu (29,0,18,35).

  • camgöbeği tonu 28.92%
  • eflatun tonu 0.00%
  • sarı tonu 18.07%
  • ana renk tonu 34.90%
CMYK:
(29,0,18,35)
C29M0Y18K35 
(29%,0%,18%,35%)
(0.29/0.00/0.18/0.35)	

CMYK yüzdeleri

%28.92
%0
%18.07
%34.9

Codes

Color #76A688 in popluar color models

76A688
RGB118166136
HSL143°21.24%55.69%
HSB/HSV143°28.92%65.10%
CMYK28.92%0.00%18.07%
34.90%

Color #76A688 in popluar number systems.

HEX76A688
Decimal118166136
Binary11101101010011010001000
Octal166246210

Shades and tints

Shades of #76A688

#76A688
(118,166,136)
#6C977C
(108,151,124)
#628870
(98,136,112)
#587964
(88,121,100)
#4E6A58
(78,106,88)
#445B4C
(68,91,76)
#3A4C40
(58,76,64)
#303D34
(48,61,52)
#262E28
(38,46,40)
#1C1F1C
(28,31,28)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #76A688

#76A688
(118,166,136)
#82AE92
(130,174,146)
#8EB69C
(142,182,156)
#9ABEA6
(154,190,166)
#A6C6B0
(166,198,176)
#B2CEBA
(178,206,186)
#BED6C4
(190,214,196)
#CADECE
(202,222,206)
#D6E6D8
(214,230,216)
#E2EEE2
(226,238,226)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A688 color. Also use rgb(118,166,136) instead hex code.

Text Font Color

.myTextColor { color: #76A688; }

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

This text font color is #76A688.


Background Color

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

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

This div background color is #76A688.


Border color

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

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

This div border color is #76A688.


Opacity

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

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

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

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

This text has shadow with #76A688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A688 on black background.


Color preview on white background

This text has color #76A688 on white background.



Black color preview on #76A688 background

This text has black color on #76A688 background.


White color preview on #76A688 background

This text has white color on #76A688 background.