COLOR #76B687

HEX: #76B687
RGB: (118,182,135)

Renk bilgisi

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

RGB renk modeli

#76B687 color RGB value is (118,182,135).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 182 of 255 = 71%
B 135 of 255 = 53%

118
182
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 182 + 135 = 435 (100%)
R 118 of 435 ~ 27.13%
G 182 of 435 ~ 41.84%
B 135 of 435 ~ 31.03%

%27.13
%41.84
%31.03

CMYK RENK MODELİ

#76B687 rengi CMYK tonu (35,0,26,29).

  • camgöbeği tonu 35.16%
  • eflatun tonu 0.00%
  • sarı tonu 25.82%
  • ana renk tonu 28.63%
CMYK:
(35,0,26,29)
C35M0Y26K29 
(35%,0%,26%,29%)
(0.35/0.00/0.26/0.29)	

CMYK yüzdeleri

%35.16
%0
%25.82
%28.63

Codes

Color #76B687 in popluar color models

76B687
RGB118182135
HSL136°30.48%58.82%
HSB/HSV136°35.16%71.37%
CMYK35.16%0.00%25.82%
28.63%

Color #76B687 in popluar number systems.

HEX76B687
Decimal118182135
Binary11101101011011010000111
Octal166266207

Shades and tints

Shades of #76B687

#76B687
(118,182,135)
#6CA67B
(108,166,123)
#62966F
(98,150,111)
#588663
(88,134,99)
#4E7657
(78,118,87)
#44664B
(68,102,75)
#3A563F
(58,86,63)
#304633
(48,70,51)
#263627
(38,54,39)
#1C261B
(28,38,27)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #76B687

#76B687
(118,182,135)
#82BC91
(130,188,145)
#8EC29B
(142,194,155)
#9AC8A5
(154,200,165)
#A6CEAF
(166,206,175)
#B2D4B9
(178,212,185)
#BEDAC3
(190,218,195)
#CAE0CD
(202,224,205)
#D6E6D7
(214,230,215)
#E2ECE1
(226,236,225)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B687; }

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

This text font color is #76B687.


Background Color

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

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

This div background color is #76B687.


Border color

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

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

This div border color is #76B687.


Opacity

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

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

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

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

This text has shadow with #76B687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B687 on black background.


Color preview on white background

This text has color #76B687 on white background.



Black color preview on #76B687 background

This text has black color on #76B687 background.


White color preview on #76B687 background

This text has white color on #76B687 background.