COLOR #767477

HEX: #767477
RGB: (118,116,119)

Renk bilgisi

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

RGB renk modeli

#767477 color RGB value is (118,116,119).

  • kırmız ton 118;
  • yeşil ton 116;
  • mavi ton 119.
RGB:
(118,116,119)
(46%,45%,47%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 116 of 255 = 45%
B 119 of 255 = 47%

118
116
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 116 + 119 = 353 (100%)
R 118 of 353 ~ 33.43%
G 116 of 353 ~ 32.86%
B 119 of 353 ~ 33.71%

%33.43
%32.86
%33.71

CMYK RENK MODELİ

#767477 rengi CMYK tonu (1,3,0,53).

  • camgöbeği tonu 0.84%
  • eflatun tonu 2.52%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(1,3,0,53)
C1M3Y0K53 
(1%,3%,0%,53%)
(0.01/0.03/0.00/0.53)	

CMYK yüzdeleri

%0.84
%2.52
%0
%53.33

Codes

Color #767477 in popluar color models

767477
RGB118116119
HSL280°1.28%46.08%
HSB/HSV280°2.52%46.67%
CMYK0.84%2.52%0.00%
53.33%

Color #767477 in popluar number systems.

HEX767477
Decimal118116119
Binary111011011101001110111
Octal166164167

Shades and tints

Shades of #767477

#767477
(118,116,119)
#6C6A6D
(108,106,109)
#626063
(98,96,99)
#585659
(88,86,89)
#4E4C4F
(78,76,79)
#444245
(68,66,69)
#3A383B
(58,56,59)
#302E31
(48,46,49)
#262427
(38,36,39)
#1C1A1D
(28,26,29)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #767477

#767477
(118,116,119)
#828083
(130,128,131)
#8E8C8F
(142,140,143)
#9A989B
(154,152,155)
#A6A4A7
(166,164,167)
#B2B0B3
(178,176,179)
#BEBCBF
(190,188,191)
#CAC8CB
(202,200,203)
#D6D4D7
(214,212,215)
#E2E0E3
(226,224,227)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767477 color. Also use rgb(118,116,119) instead hex code.

Text Font Color

.myTextColor { color: #767477; }

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

This text font color is #767477.


Background Color

.myBgColor { background-color: #767477; }

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

This div background color is #767477.


Border color

.myBorderColor { border: 1px solid #767477; }

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

This div border color is #767477.


Opacity

.myOpacity80 { color: #767477; opacity: 0.8; }

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

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

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

This text has shadow with #767477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767477 on black background.


Color preview on white background

This text has color #767477 on white background.



Black color preview on #767477 background

This text has black color on #767477 background.


White color preview on #767477 background

This text has white color on #767477 background.