COLOR #76878D

HEX: #76878D
RGB: (118,135,141)

Renk bilgisi

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

RGB renk modeli

#76878D color RGB value is (118,135,141).

  • kırmız ton 118;
  • yeşil ton 135;
  • mavi ton 141.
RGB:
(118,135,141)
(46%,53%,55%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 135 of 255 = 53%
B 141 of 255 = 55%

118
135
141

R + G + B ~ 51%. #76878D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 135 + 141 = 394 (100%)
R 118 of 394 ~ 29.95%
G 135 of 394 ~ 34.26%
B 141 of 394 ~ 35.79%

%29.95
%34.26
%35.79

CMYK RENK MODELİ

#76878D rengi CMYK tonu (16,4,0,45).

  • camgöbeği tonu 16.31%
  • eflatun tonu 4.26%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(16,4,0,45)
C16M4Y0K45 
(16%,4%,0%,45%)
(0.16/0.04/0.00/0.45)	

CMYK yüzdeleri

%16.31
%4.26
%0
%44.71

Codes

Color #76878D in popluar color models

76878D
RGB118135141
HSL196°9.16%50.78%
HSB/HSV196°16.31%55.29%
CMYK16.31%4.26%0.00%
44.71%

Color #76878D in popluar number systems.

HEX76878D
Decimal118135141
Binary11101101000011110001101
Octal166207215

Shades and tints

Shades of #76878D

#76878D
(118,135,141)
#6C7B81
(108,123,129)
#626F75
(98,111,117)
#586369
(88,99,105)
#4E575D
(78,87,93)
#444B51
(68,75,81)
#3A3F45
(58,63,69)
#303339
(48,51,57)
#26272D
(38,39,45)
#1C1B21
(28,27,33)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #76878D

#76878D
(118,135,141)
#829197
(130,145,151)
#8E9BA1
(142,155,161)
#9AA5AB
(154,165,171)
#A6AFB5
(166,175,181)
#B2B9BF
(178,185,191)
#BEC3C9
(190,195,201)
#CACDD3
(202,205,211)
#D6D7DD
(214,215,221)
#E2E1E7
(226,225,231)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76878D color. Also use rgb(118,135,141) instead hex code.

Text Font Color

.myTextColor { color: #76878D; }

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

This text font color is #76878D.


Background Color

.myBgColor { background-color: #76878D; }

<div style="background-color:#76878D">Inner text</div>

This div background color is #76878D.


Border color

.myBorderColor { border: 1px solid #76878D; }

<div style="border:3px solid #76878D">Div</div>

This div border color is #76878D.


Opacity

.myOpacity80 { color: #76878D; opacity: 0.8; }

<p style="color:#76878D;opacity:0.8;">80%</p>

Text with #76878D 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 #76878D;}

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

This text has shadow with #76878D color.

.textShadow {text-shadow: 3px 3px 1px #76878D, 3px 3px 1px red;}

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

This text has shadow with #76878D primary color and red secondary color.


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

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

This text has shadow with #76878D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76878D on black background.


Color preview on white background

This text has color #76878D on white background.



Black color preview on #76878D background

This text has black color on #76878D background.


White color preview on #76878D background

This text has white color on #76878D background.