COLOR #76A08D

HEX: #76A08D
RGB: (118,160,141)

Renk bilgisi

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

RGB renk modeli

#76A08D color RGB value is (118,160,141).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 160 of 255 = 63%
B 141 of 255 = 55%

118
160
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 160 + 141 = 419 (100%)
R 118 of 419 ~ 28.16%
G 160 of 419 ~ 38.19%
B 141 of 419 ~ 33.65%

%28.16
%38.19
%33.65

CMYK RENK MODELİ

#76A08D rengi CMYK tonu (26,0,12,37).

  • camgöbeği tonu 26.25%
  • eflatun tonu 0.00%
  • sarı tonu 11.88%
  • ana renk tonu 37.25%
CMYK:
(26,0,12,37)
C26M0Y12K37 
(26%,0%,12%,37%)
(0.26/0.00/0.12/0.37)	

CMYK yüzdeleri

%26.25
%0
%11.88
%37.25

Codes

Color #76A08D in popluar color models

76A08D
RGB118160141
HSL153°18.10%54.51%
HSB/HSV153°26.25%62.75%
CMYK26.25%0.00%11.88%
37.25%

Color #76A08D in popluar number systems.

HEX76A08D
Decimal118160141
Binary11101101010000010001101
Octal166240215

Shades and tints

Shades of #76A08D

#76A08D
(118,160,141)
#6C9281
(108,146,129)
#628475
(98,132,117)
#587669
(88,118,105)
#4E685D
(78,104,93)
#445A51
(68,90,81)
#3A4C45
(58,76,69)
#303E39
(48,62,57)
#26302D
(38,48,45)
#1C2221
(28,34,33)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #76A08D

#76A08D
(118,160,141)
#82A897
(130,168,151)
#8EB0A1
(142,176,161)
#9AB8AB
(154,184,171)
#A6C0B5
(166,192,181)
#B2C8BF
(178,200,191)
#BED0C9
(190,208,201)
#CAD8D3
(202,216,211)
#D6E0DD
(214,224,221)
#E2E8E7
(226,232,231)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A08D; }

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

This text font color is #76A08D.


Background Color

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

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

This div background color is #76A08D.


Border color

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

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

This div border color is #76A08D.


Opacity

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

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

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

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

This text has shadow with #76A08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A08D on black background.


Color preview on white background

This text has color #76A08D on white background.



Black color preview on #76A08D background

This text has black color on #76A08D background.


White color preview on #76A08D background

This text has white color on #76A08D background.