COLOR #76967F

HEX: #76967F
RGB: (118,150,127)

Renk bilgisi

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

RGB renk modeli

#76967F color RGB value is (118,150,127).

  • kırmız ton 118;
  • yeşil ton 150;
  • mavi ton 127.
RGB:
(118,150,127)
(46%,59%,50%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 150 of 255 = 59%
B 127 of 255 = 50%

118
150
127

R + G + B ~ 52%. #76967F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 150 + 127 = 395 (100%)
R 118 of 395 ~ 29.87%
G 150 of 395 ~ 37.97%
B 127 of 395 ~ 32.15%

%29.87
%37.97
%32.15

CMYK RENK MODELİ

#76967F rengi CMYK tonu (21,0,15,41).

  • camgöbeği tonu 21.33%
  • eflatun tonu 0.00%
  • sarı tonu 15.33%
  • ana renk tonu 41.18%
CMYK:
(21,0,15,41)
C21M0Y15K41 
(21%,0%,15%,41%)
(0.21/0.00/0.15/0.41)	

CMYK yüzdeleri

%21.33
%0
%15.33
%41.18

Codes

Color #76967F in popluar color models

76967F
RGB118150127
HSL137°13.22%52.55%
HSB/HSV137°21.33%58.82%
CMYK21.33%0.00%15.33%
41.18%

Color #76967F in popluar number systems.

HEX76967F
Decimal118150127
Binary1110110100101101111111
Octal166226177

Shades and tints

Shades of #76967F

#76967F
(118,150,127)
#6C8974
(108,137,116)
#627C69
(98,124,105)
#586F5E
(88,111,94)
#4E6253
(78,98,83)
#445548
(68,85,72)
#3A483D
(58,72,61)
#303B32
(48,59,50)
#262E27
(38,46,39)
#1C211C
(28,33,28)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #76967F

#76967F
(118,150,127)
#829F8A
(130,159,138)
#8EA895
(142,168,149)
#9AB1A0
(154,177,160)
#A6BAAB
(166,186,171)
#B2C3B6
(178,195,182)
#BECCC1
(190,204,193)
#CAD5CC
(202,213,204)
#D6DED7
(214,222,215)
#E2E7E2
(226,231,226)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76967F color. Also use rgb(118,150,127) instead hex code.

Text Font Color

.myTextColor { color: #76967F; }

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

This text font color is #76967F.


Background Color

.myBgColor { background-color: #76967F; }

<div style="background-color:#76967F">Inner text</div>

This div background color is #76967F.


Border color

.myBorderColor { border: 1px solid #76967F; }

<div style="border:3px solid #76967F">Div</div>

This div border color is #76967F.


Opacity

.myOpacity80 { color: #76967F; opacity: 0.8; }

<p style="color:#76967F;opacity:0.8;">80%</p>

Text with #76967F 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 #76967F;}

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

This text has shadow with #76967F color.

.textShadow {text-shadow: 3px 3px 1px #76967F, 3px 3px 1px red;}

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

This text has shadow with #76967F primary color and red secondary color.


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

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

This text has shadow with #76967F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76967F on black background.


Color preview on white background

This text has color #76967F on white background.



Black color preview on #76967F background

This text has black color on #76967F background.


White color preview on #76967F background

This text has white color on #76967F background.