COLOR #76A087

HEX: #76A087
RGB: (118,160,135)

Renk bilgisi

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

RGB renk modeli

#76A087 color RGB value is (118,160,135).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 160 of 255 = 63%
B 135 of 255 = 53%

118
160
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 160 + 135 = 413 (100%)
R 118 of 413 ~ 28.57%
G 160 of 413 ~ 38.74%
B 135 of 413 ~ 32.69%

%28.57
%38.74
%32.69

CMYK RENK MODELİ

#76A087 rengi CMYK tonu (26,0,16,37).

  • camgöbeği tonu 26.25%
  • eflatun tonu 0.00%
  • sarı tonu 15.63%
  • ana renk tonu 37.25%
CMYK:
(26,0,16,37)
C26M0Y16K37 
(26%,0%,16%,37%)
(0.26/0.00/0.16/0.37)	

CMYK yüzdeleri

%26.25
%0
%15.63
%37.25

Codes

Color #76A087 in popluar color models

76A087
RGB118160135
HSL144°18.10%54.51%
HSB/HSV144°26.25%62.75%
CMYK26.25%0.00%15.63%
37.25%

Color #76A087 in popluar number systems.

HEX76A087
Decimal118160135
Binary11101101010000010000111
Octal166240207

Shades and tints

Shades of #76A087

#76A087
(118,160,135)
#6C927B
(108,146,123)
#62846F
(98,132,111)
#587663
(88,118,99)
#4E6857
(78,104,87)
#445A4B
(68,90,75)
#3A4C3F
(58,76,63)
#303E33
(48,62,51)
#263027
(38,48,39)
#1C221B
(28,34,27)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #76A087

#76A087
(118,160,135)
#82A891
(130,168,145)
#8EB09B
(142,176,155)
#9AB8A5
(154,184,165)
#A6C0AF
(166,192,175)
#B2C8B9
(178,200,185)
#BED0C3
(190,208,195)
#CAD8CD
(202,216,205)
#D6E0D7
(214,224,215)
#E2E8E1
(226,232,225)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A087; }

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

This text font color is #76A087.


Background Color

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

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

This div background color is #76A087.


Border color

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

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

This div border color is #76A087.


Opacity

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

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

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

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

This text has shadow with #76A087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A087 on black background.


Color preview on white background

This text has color #76A087 on white background.



Black color preview on #76A087 background

This text has black color on #76A087 background.


White color preview on #76A087 background

This text has white color on #76A087 background.