COLOR #76B07D

HEX: #76B07D
RGB: (118,176,125)

Renk bilgisi

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

RGB renk modeli

#76B07D color RGB value is (118,176,125).

  • kırmız ton 118;
  • yeşil ton 176;
  • mavi ton 125.
RGB:
(118,176,125)
(46%,69%,49%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 176 of 255 = 69%
B 125 of 255 = 49%

118
176
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 176 + 125 = 419 (100%)
R 118 of 419 ~ 28.16%
G 176 of 419 ~ 42%
B 125 of 419 ~ 29.83%

%28.16
%42
%29.83

CMYK RENK MODELİ

#76B07D rengi CMYK tonu (33,0,29,31).

  • camgöbeği tonu 32.95%
  • eflatun tonu 0.00%
  • sarı tonu 28.98%
  • ana renk tonu 30.98%
CMYK:
(33,0,29,31)
C33M0Y29K31 
(33%,0%,29%,31%)
(0.33/0.00/0.29/0.31)	

CMYK yüzdeleri

%32.95
%0
%28.98
%30.98

Codes

Color #76B07D in popluar color models

76B07D
RGB118176125
HSL127°26.85%57.65%
HSB/HSV127°32.95%69.02%
CMYK32.95%0.00%28.98%
30.98%

Color #76B07D in popluar number systems.

HEX76B07D
Decimal118176125
Binary1110110101100001111101
Octal166260175

Shades and tints

Shades of #76B07D

#76B07D
(118,176,125)
#6CA072
(108,160,114)
#629067
(98,144,103)
#58805C
(88,128,92)
#4E7051
(78,112,81)
#446046
(68,96,70)
#3A503B
(58,80,59)
#304030
(48,64,48)
#263025
(38,48,37)
#1C201A
(28,32,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #76B07D

#76B07D
(118,176,125)
#82B788
(130,183,136)
#8EBE93
(142,190,147)
#9AC59E
(154,197,158)
#A6CCA9
(166,204,169)
#B2D3B4
(178,211,180)
#BEDABF
(190,218,191)
#CAE1CA
(202,225,202)
#D6E8D5
(214,232,213)
#E2EFE0
(226,239,224)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B07D color. Also use rgb(118,176,125) instead hex code.

Text Font Color

.myTextColor { color: #76B07D; }

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

This text font color is #76B07D.


Background Color

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

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

This div background color is #76B07D.


Border color

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

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

This div border color is #76B07D.


Opacity

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

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

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

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

This text has shadow with #76B07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B07D on black background.


Color preview on white background

This text has color #76B07D on white background.



Black color preview on #76B07D background

This text has black color on #76B07D background.


White color preview on #76B07D background

This text has white color on #76B07D background.