COLOR #767D80

HEX: #767D80
RGB: (118,125,128)

Renk bilgisi

#767D80 contains red, green and blue colors in about the same proportion. #767D80 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#767D80 color RGB value is (118,125,128).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 125 of 255 = 49%
B 128 of 255 = 50%

118
125
128

R + G + B ~ 48%. #767D80 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 125 + 128 = 371 (100%)
R 118 of 371 ~ 31.81%
G 125 of 371 ~ 33.69%
B 128 of 371 ~ 34.5%

%31.81
%33.69
%34.5

CMYK RENK MODELİ

#767D80 rengi CMYK tonu (8,2,0,50).

  • camgöbeği tonu 7.81%
  • eflatun tonu 2.34%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(8,2,0,50)
C8M2Y0K50 
(8%,2%,0%,50%)
(0.08/0.02/0.00/0.50)	

CMYK yüzdeleri

%7.81
%2.34
%0
%49.8

Codes

Color #767D80 in popluar color models

767D80
RGB118125128
HSL198°4.07%48.24%
HSB/HSV198°7.81%50.20%
CMYK7.81%2.34%0.00%
49.80%

Color #767D80 in popluar number systems.

HEX767D80
Decimal118125128
Binary1110110111110110000000
Octal166175200

Shades and tints

Shades of #767D80

#767D80
(118,125,128)
#6C7275
(108,114,117)
#62676A
(98,103,106)
#585C5F
(88,92,95)
#4E5154
(78,81,84)
#444649
(68,70,73)
#3A3B3E
(58,59,62)
#303033
(48,48,51)
#262528
(38,37,40)
#1C1A1D
(28,26,29)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #767D80

#767D80
(118,125,128)
#82888B
(130,136,139)
#8E9396
(142,147,150)
#9A9EA1
(154,158,161)
#A6A9AC
(166,169,172)
#B2B4B7
(178,180,183)
#BEBFC2
(190,191,194)
#CACACD
(202,202,205)
#D6D5D8
(214,213,216)
#E2E0E3
(226,224,227)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767D80 color. Also use rgb(118,125,128) instead hex code.

Text Font Color

.myTextColor { color: #767D80; }

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

This text font color is #767D80.


Background Color

.myBgColor { background-color: #767D80; }

<div style="background-color:#767D80">Inner text</div>

This div background color is #767D80.


Border color

.myBorderColor { border: 1px solid #767D80; }

<div style="border:3px solid #767D80">Div</div>

This div border color is #767D80.


Opacity

.myOpacity80 { color: #767D80; opacity: 0.8; }

<p style="color:#767D80;opacity:0.8;">80%</p>

Text with #767D80 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 #767D80;}

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

This text has shadow with #767D80 color.

.textShadow {text-shadow: 3px 3px 1px #767D80, 3px 3px 1px red;}

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

This text has shadow with #767D80 primary color and red secondary color.


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

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

This text has shadow with #767D80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767D80 on black background.


Color preview on white background

This text has color #767D80 on white background.



Black color preview on #767D80 background

This text has black color on #767D80 background.


White color preview on #767D80 background

This text has white color on #767D80 background.