COLOR #76B47E

HEX: #76B47E
RGB: (118,180,126)

Renk bilgisi

#76B47E contains mainly green and blue colors. #76B47E ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#76B47E color RGB value is (118,180,126).

  • kırmız ton 118;
  • yeşil ton 180;
  • mavi ton 126.
RGB:
(118,180,126)
(46%,71%,49%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 180 of 255 = 71%
B 126 of 255 = 49%

118
180
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 180 + 126 = 424 (100%)
R 118 of 424 ~ 27.83%
G 180 of 424 ~ 42.45%
B 126 of 424 ~ 29.72%

%27.83
%42.45
%29.72

CMYK RENK MODELİ

#76B47E rengi CMYK tonu (34,0,30,29).

  • camgöbeği tonu 34.44%
  • eflatun tonu 0.00%
  • sarı tonu 30.00%
  • ana renk tonu 29.41%
CMYK:
(34,0,30,29)
C34M0Y30K29 
(34%,0%,30%,29%)
(0.34/0.00/0.30/0.29)	

CMYK yüzdeleri

%34.44
%0
%30
%29.41

Codes

Color #76B47E in popluar color models

76B47E
RGB118180126
HSL128°29.25%58.43%
HSB/HSV128°34.44%70.59%
CMYK34.44%0.00%30.00%
29.41%

Color #76B47E in popluar number systems.

HEX76B47E
Decimal118180126
Binary1110110101101001111110
Octal166264176

Shades and tints

Shades of #76B47E

#76B47E
(118,180,126)
#6CA473
(108,164,115)
#629468
(98,148,104)
#58845D
(88,132,93)
#4E7452
(78,116,82)
#446447
(68,100,71)
#3A543C
(58,84,60)
#304431
(48,68,49)
#263426
(38,52,38)
#1C241B
(28,36,27)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #76B47E

#76B47E
(118,180,126)
#82BA89
(130,186,137)
#8EC094
(142,192,148)
#9AC69F
(154,198,159)
#A6CCAA
(166,204,170)
#B2D2B5
(178,210,181)
#BED8C0
(190,216,192)
#CADECB
(202,222,203)
#D6E4D6
(214,228,214)
#E2EAE1
(226,234,225)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B47E color. Also use rgb(118,180,126) instead hex code.

Text Font Color

.myTextColor { color: #76B47E; }

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

This text font color is #76B47E.


Background Color

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

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

This div background color is #76B47E.


Border color

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

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

This div border color is #76B47E.


Opacity

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

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

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

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

This text has shadow with #76B47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B47E on black background.


Color preview on white background

This text has color #76B47E on white background.



Black color preview on #76B47E background

This text has black color on #76B47E background.


White color preview on #76B47E background

This text has white color on #76B47E background.