COLOR #76878B

HEX: #76878B
RGB: (118,135,139)

Renk bilgisi

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

RGB renk modeli

#76878B color RGB value is (118,135,139).

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

RGB bağlantıları ve doygunluk

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

118
135
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 135 + 139 = 392 (100%)
R 118 of 392 ~ 30.1%
G 135 of 392 ~ 34.44%
B 139 of 392 ~ 35.46%

%30.1
%34.44
%35.46

CMYK RENK MODELİ

#76878B rengi CMYK tonu (15,3,0,45).

  • camgöbeği tonu 15.11%
  • eflatun tonu 2.88%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(15,3,0,45)
C15M3Y0K45 
(15%,3%,0%,45%)
(0.15/0.03/0.00/0.45)	

CMYK yüzdeleri

%15.11
%2.88
%0
%45.49

Codes

Color #76878B in popluar color models

76878B
RGB118135139
HSL191°8.30%50.39%
HSB/HSV191°15.11%54.51%
CMYK15.11%2.88%0.00%
45.49%

Color #76878B in popluar number systems.

HEX76878B
Decimal118135139
Binary11101101000011110001011
Octal166207213

Shades and tints

Shades of #76878B

#76878B
(118,135,139)
#6C7B7F
(108,123,127)
#626F73
(98,111,115)
#586367
(88,99,103)
#4E575B
(78,87,91)
#444B4F
(68,75,79)
#3A3F43
(58,63,67)
#303337
(48,51,55)
#26272B
(38,39,43)
#1C1B1F
(28,27,31)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #76878B

#76878B
(118,135,139)
#829195
(130,145,149)
#8E9B9F
(142,155,159)
#9AA5A9
(154,165,169)
#A6AFB3
(166,175,179)
#B2B9BD
(178,185,189)
#BEC3C7
(190,195,199)
#CACDD1
(202,205,209)
#D6D7DB
(214,215,219)
#E2E1E5
(226,225,229)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76878B; }

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

This text font color is #76878B.


Background Color

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

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

This div background color is #76878B.


Border color

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

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

This div border color is #76878B.


Opacity

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

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

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

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

This text has shadow with #76878B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76878B on black background.


Color preview on white background

This text has color #76878B on white background.



Black color preview on #76878B background

This text has black color on #76878B background.


White color preview on #76878B background

This text has white color on #76878B background.