COLOR #76A084

HEX: #76A084
RGB: (118,160,132)

Renk bilgisi

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

RGB renk modeli

#76A084 color RGB value is (118,160,132).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 160 of 255 = 63%
B 132 of 255 = 52%

118
160
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 160 + 132 = 410 (100%)
R 118 of 410 ~ 28.78%
G 160 of 410 ~ 39.02%
B 132 of 410 ~ 32.2%

%28.78
%39.02
%32.2

CMYK RENK MODELİ

#76A084 rengi CMYK tonu (26,0,18,37).

  • camgöbeği tonu 26.25%
  • eflatun tonu 0.00%
  • sarı tonu 17.50%
  • ana renk tonu 37.25%
CMYK:
(26,0,18,37)
C26M0Y18K37 
(26%,0%,18%,37%)
(0.26/0.00/0.18/0.37)	

CMYK yüzdeleri

%26.25
%0
%17.5
%37.25

Codes

Color #76A084 in popluar color models

76A084
RGB118160132
HSL140°18.10%54.51%
HSB/HSV140°26.25%62.75%
CMYK26.25%0.00%17.50%
37.25%

Color #76A084 in popluar number systems.

HEX76A084
Decimal118160132
Binary11101101010000010000100
Octal166240204

Shades and tints

Shades of #76A084

#76A084
(118,160,132)
#6C9278
(108,146,120)
#62846C
(98,132,108)
#587660
(88,118,96)
#4E6854
(78,104,84)
#445A48
(68,90,72)
#3A4C3C
(58,76,60)
#303E30
(48,62,48)
#263024
(38,48,36)
#1C2218
(28,34,24)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #76A084

#76A084
(118,160,132)
#82A88F
(130,168,143)
#8EB09A
(142,176,154)
#9AB8A5
(154,184,165)
#A6C0B0
(166,192,176)
#B2C8BB
(178,200,187)
#BED0C6
(190,208,198)
#CAD8D1
(202,216,209)
#D6E0DC
(214,224,220)
#E2E8E7
(226,232,231)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A084; }

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

This text font color is #76A084.


Background Color

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

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

This div background color is #76A084.


Border color

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

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

This div border color is #76A084.


Opacity

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

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

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

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

This text has shadow with #76A084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A084 on black background.


Color preview on white background

This text has color #76A084 on white background.



Black color preview on #76A084 background

This text has black color on #76A084 background.


White color preview on #76A084 background

This text has white color on #76A084 background.