COLOR #807477

HEX: #807477
RGB: (128,116,119)

Renk bilgisi

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

RGB renk modeli

#807477 color RGB value is (128,116,119).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 116 of 255 = 45%
B 119 of 255 = 47%

128
116
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 116 + 119 = 363 (100%)
R 128 of 363 ~ 35.26%
G 116 of 363 ~ 31.96%
B 119 of 363 ~ 32.78%

%35.26
%31.96
%32.78

CMYK RENK MODELİ

#807477 rengi CMYK tonu (0,9,7,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.38%
  • sarı tonu 7.03%
  • ana renk tonu 49.80%
CMYK:
(0,9,7,50)
C0M9Y7K50 
(0%,9%,7%,50%)
(0.00/0.09/0.07/0.50)	

CMYK yüzdeleri

%0
%9.38
%7.03
%49.8

Codes

Color #807477 in popluar color models

807477
RGB128116119
HSL345°4.92%47.84%
HSB/HSV345°9.38%50.20%
CMYK0.00%9.38%7.03%
49.80%

Color #807477 in popluar number systems.

HEX807477
Decimal128116119
Binary1000000011101001110111
Octal200164167

Shades and tints

Shades of #807477

#807477
(128,116,119)
#756A6D
(117,106,109)
#6A6063
(106,96,99)
#5F5659
(95,86,89)
#544C4F
(84,76,79)
#494245
(73,66,69)
#3E383B
(62,56,59)
#332E31
(51,46,49)
#282427
(40,36,39)
#1D1A1D
(29,26,29)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #807477

#807477
(128,116,119)
#8B8083
(139,128,131)
#968C8F
(150,140,143)
#A1989B
(161,152,155)
#ACA4A7
(172,164,167)
#B7B0B3
(183,176,179)
#C2BCBF
(194,188,191)
#CDC8CB
(205,200,203)
#D8D4D7
(216,212,215)
#E3E0E3
(227,224,227)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807477; }

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

This text font color is #807477.


Background Color

.myBgColor { background-color: #807477; }

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

This div background color is #807477.


Border color

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

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

This div border color is #807477.


Opacity

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

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

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

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

This text has shadow with #807477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807477 on black background.


Color preview on white background

This text has color #807477 on white background.



Black color preview on #807477 background

This text has black color on #807477 background.


White color preview on #807477 background

This text has white color on #807477 background.