COLOR #76808F

HEX: #76808F
RGB: (118,128,143)

Renk bilgisi

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

RGB renk modeli

#76808F color RGB value is (118,128,143).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 128 of 255 = 50%
B 143 of 255 = 56%

118
128
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 128 + 143 = 389 (100%)
R 118 of 389 ~ 30.33%
G 128 of 389 ~ 32.9%
B 143 of 389 ~ 36.76%

%30.33
%32.9
%36.76

CMYK RENK MODELİ

#76808F rengi CMYK tonu (17,10,0,44).

  • camgöbeği tonu 17.48%
  • eflatun tonu 10.49%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(17,10,0,44)
C17M10Y0K44 
(17%,10%,0%,44%)
(0.17/0.10/0.00/0.44)	

CMYK yüzdeleri

%17.48
%10.49
%0
%43.92

Codes

Color #76808F in popluar color models

76808F
RGB118128143
HSL216°10.04%51.18%
HSB/HSV216°17.48%56.08%
CMYK17.48%10.49%0.00%
43.92%

Color #76808F in popluar number systems.

HEX76808F
Decimal118128143
Binary11101101000000010001111
Octal166200217

Shades and tints

Shades of #76808F

#76808F
(118,128,143)
#6C7582
(108,117,130)
#626A75
(98,106,117)
#585F68
(88,95,104)
#4E545B
(78,84,91)
#44494E
(68,73,78)
#3A3E41
(58,62,65)
#303334
(48,51,52)
#262827
(38,40,39)
#1C1D1A
(28,29,26)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #76808F

#76808F
(118,128,143)
#828B99
(130,139,153)
#8E96A3
(142,150,163)
#9AA1AD
(154,161,173)
#A6ACB7
(166,172,183)
#B2B7C1
(178,183,193)
#BEC2CB
(190,194,203)
#CACDD5
(202,205,213)
#D6D8DF
(214,216,223)
#E2E3E9
(226,227,233)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76808F; }

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

This text font color is #76808F.


Background Color

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

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

This div background color is #76808F.


Border color

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

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

This div border color is #76808F.


Opacity

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

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

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

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

This text has shadow with #76808F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76808F on black background.


Color preview on white background

This text has color #76808F on white background.



Black color preview on #76808F background

This text has black color on #76808F background.


White color preview on #76808F background

This text has white color on #76808F background.