COLOR #76968C

HEX: #76968C
RGB: (118,150,140)

Renk bilgisi

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

RGB renk modeli

#76968C color RGB value is (118,150,140).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 150 of 255 = 59%
B 140 of 255 = 55%

118
150
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 150 + 140 = 408 (100%)
R 118 of 408 ~ 28.92%
G 150 of 408 ~ 36.76%
B 140 of 408 ~ 34.31%

%28.92
%36.76
%34.31

CMYK RENK MODELİ

#76968C rengi CMYK tonu (21,0,7,41).

  • camgöbeği tonu 21.33%
  • eflatun tonu 0.00%
  • sarı tonu 6.67%
  • ana renk tonu 41.18%
CMYK:
(21,0,7,41)
C21M0Y7K41 
(21%,0%,7%,41%)
(0.21/0.00/0.07/0.41)	

CMYK yüzdeleri

%21.33
%0
%6.67
%41.18

Codes

Color #76968C in popluar color models

76968C
RGB118150140
HSL161°13.22%52.55%
HSB/HSV161°21.33%58.82%
CMYK21.33%0.00%6.67%
41.18%

Color #76968C in popluar number systems.

HEX76968C
Decimal118150140
Binary11101101001011010001100
Octal166226214

Shades and tints

Shades of #76968C

#76968C
(118,150,140)
#6C8980
(108,137,128)
#627C74
(98,124,116)
#586F68
(88,111,104)
#4E625C
(78,98,92)
#445550
(68,85,80)
#3A4844
(58,72,68)
#303B38
(48,59,56)
#262E2C
(38,46,44)
#1C2120
(28,33,32)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #76968C

#76968C
(118,150,140)
#829F96
(130,159,150)
#8EA8A0
(142,168,160)
#9AB1AA
(154,177,170)
#A6BAB4
(166,186,180)
#B2C3BE
(178,195,190)
#BECCC8
(190,204,200)
#CAD5D2
(202,213,210)
#D6DEDC
(214,222,220)
#E2E7E6
(226,231,230)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76968C color. Also use rgb(118,150,140) instead hex code.

Text Font Color

.myTextColor { color: #76968C; }

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

This text font color is #76968C.


Background Color

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

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

This div background color is #76968C.


Border color

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

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

This div border color is #76968C.


Opacity

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

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

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

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

This text has shadow with #76968C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76968C on black background.


Color preview on white background

This text has color #76968C on white background.



Black color preview on #76968C background

This text has black color on #76968C background.


White color preview on #76968C background

This text has white color on #76968C background.