COLOR #76808D

HEX: #76808D
RGB: (118,128,141)

Renk bilgisi

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

RGB renk modeli

#76808D color RGB value is (118,128,141).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 128 of 255 = 50%
B 141 of 255 = 55%

118
128
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 128 + 141 = 387 (100%)
R 118 of 387 ~ 30.49%
G 128 of 387 ~ 33.07%
B 141 of 387 ~ 36.43%

%30.49
%33.07
%36.43

CMYK RENK MODELİ

#76808D rengi CMYK tonu (16,9,0,45).

  • camgöbeği tonu 16.31%
  • eflatun tonu 9.22%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(16,9,0,45)
C16M9Y0K45 
(16%,9%,0%,45%)
(0.16/0.09/0.00/0.45)	

CMYK yüzdeleri

%16.31
%9.22
%0
%44.71

Codes

Color #76808D in popluar color models

76808D
RGB118128141
HSL214°9.16%50.78%
HSB/HSV214°16.31%55.29%
CMYK16.31%9.22%0.00%
44.71%

Color #76808D in popluar number systems.

HEX76808D
Decimal118128141
Binary11101101000000010001101
Octal166200215

Shades and tints

Shades of #76808D

#76808D
(118,128,141)
#6C7581
(108,117,129)
#626A75
(98,106,117)
#585F69
(88,95,105)
#4E545D
(78,84,93)
#444951
(68,73,81)
#3A3E45
(58,62,69)
#303339
(48,51,57)
#26282D
(38,40,45)
#1C1D21
(28,29,33)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #76808D

#76808D
(118,128,141)
#828B97
(130,139,151)
#8E96A1
(142,150,161)
#9AA1AB
(154,161,171)
#A6ACB5
(166,172,181)
#B2B7BF
(178,183,191)
#BEC2C9
(190,194,201)
#CACDD3
(202,205,211)
#D6D8DD
(214,216,221)
#E2E3E7
(226,227,231)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76808D; }

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

This text font color is #76808D.


Background Color

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

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

This div background color is #76808D.


Border color

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

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

This div border color is #76808D.


Opacity

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

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

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

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

This text has shadow with #76808D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76808D on black background.


Color preview on white background

This text has color #76808D on white background.



Black color preview on #76808D background

This text has black color on #76808D background.


White color preview on #76808D background

This text has white color on #76808D background.