COLOR #76987C

HEX: #76987C
RGB: (118,152,124)

Renk bilgisi

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

RGB renk modeli

#76987C color RGB value is (118,152,124).

  • kırmız ton 118;
  • yeşil ton 152;
  • mavi ton 124.
RGB:
(118,152,124)
(46%,60%,49%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 152 of 255 = 60%
B 124 of 255 = 49%

118
152
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 152 + 124 = 394 (100%)
R 118 of 394 ~ 29.95%
G 152 of 394 ~ 38.58%
B 124 of 394 ~ 31.47%

%29.95
%38.58
%31.47

CMYK RENK MODELİ

#76987C rengi CMYK tonu (22,0,18,40).

  • camgöbeği tonu 22.37%
  • eflatun tonu 0.00%
  • sarı tonu 18.42%
  • ana renk tonu 40.39%
CMYK:
(22,0,18,40)
C22M0Y18K40 
(22%,0%,18%,40%)
(0.22/0.00/0.18/0.40)	

CMYK yüzdeleri

%22.37
%0
%18.42
%40.39

Codes

Color #76987C in popluar color models

76987C
RGB118152124
HSL131°14.17%52.94%
HSB/HSV131°22.37%59.61%
CMYK22.37%0.00%18.42%
40.39%

Color #76987C in popluar number systems.

HEX76987C
Decimal118152124
Binary1110110100110001111100
Octal166230174

Shades and tints

Shades of #76987C

#76987C
(118,152,124)
#6C8B71
(108,139,113)
#627E66
(98,126,102)
#58715B
(88,113,91)
#4E6450
(78,100,80)
#445745
(68,87,69)
#3A4A3A
(58,74,58)
#303D2F
(48,61,47)
#263024
(38,48,36)
#1C2319
(28,35,25)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #76987C

#76987C
(118,152,124)
#82A187
(130,161,135)
#8EAA92
(142,170,146)
#9AB39D
(154,179,157)
#A6BCA8
(166,188,168)
#B2C5B3
(178,197,179)
#BECEBE
(190,206,190)
#CAD7C9
(202,215,201)
#D6E0D4
(214,224,212)
#E2E9DF
(226,233,223)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76987C color. Also use rgb(118,152,124) instead hex code.

Text Font Color

.myTextColor { color: #76987C; }

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

This text font color is #76987C.


Background Color

.myBgColor { background-color: #76987C; }

<div style="background-color:#76987C">Inner text</div>

This div background color is #76987C.


Border color

.myBorderColor { border: 1px solid #76987C; }

<div style="border:3px solid #76987C">Div</div>

This div border color is #76987C.


Opacity

.myOpacity80 { color: #76987C; opacity: 0.8; }

<p style="color:#76987C;opacity:0.8;">80%</p>

Text with #76987C 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 #76987C;}

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

This text has shadow with #76987C color.

.textShadow {text-shadow: 3px 3px 1px #76987C, 3px 3px 1px red;}

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

This text has shadow with #76987C primary color and red secondary color.


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

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

This text has shadow with #76987C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76987C on black background.


Color preview on white background

This text has color #76987C on white background.



Black color preview on #76987C background

This text has black color on #76987C background.


White color preview on #76987C background

This text has white color on #76987C background.