COLOR #776473

HEX: #776473
RGB: (119,100,115)

Renk bilgisi

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

RGB renk modeli

#776473 color RGB value is (119,100,115).

  • kırmız ton 119;
  • yeşil ton 100;
  • mavi ton 115.
RGB:
(119,100,115)
(47%,39%,45%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 100 of 255 = 39%
B 115 of 255 = 45%

119
100
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 100 + 115 = 334 (100%)
R 119 of 334 ~ 35.63%
G 100 of 334 ~ 29.94%
B 115 of 334 ~ 34.43%

%35.63
%29.94
%34.43

CMYK RENK MODELİ

#776473 rengi CMYK tonu (0,16,3,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.97%
  • sarı tonu 3.36%
  • ana renk tonu 53.33%
CMYK:
(0,16,3,53)
C0M16Y3K53 
(0%,16%,3%,53%)
(0.00/0.16/0.03/0.53)	

CMYK yüzdeleri

%0
%15.97
%3.36
%53.33

Codes

Color #776473 in popluar color models

776473
RGB119100115
HSL313°8.68%42.94%
HSB/HSV313°15.97%46.67%
CMYK0.00%15.97%3.36%
53.33%

Color #776473 in popluar number systems.

HEX776473
Decimal119100115
Binary111011111001001110011
Octal167144163

Shades and tints

Shades of #776473

#776473
(119,100,115)
#6D5B69
(109,91,105)
#63525F
(99,82,95)
#594955
(89,73,85)
#4F404B
(79,64,75)
#453741
(69,55,65)
#3B2E37
(59,46,55)
#31252D
(49,37,45)
#271C23
(39,28,35)
#1D1319
(29,19,25)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #776473

#776473
(119,100,115)
#83727F
(131,114,127)
#8F808B
(143,128,139)
#9B8E97
(155,142,151)
#A79CA3
(167,156,163)
#B3AAAF
(179,170,175)
#BFB8BB
(191,184,187)
#CBC6C7
(203,198,199)
#D7D4D3
(215,212,211)
#E3E2DF
(227,226,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776473 color. Also use rgb(119,100,115) instead hex code.

Text Font Color

.myTextColor { color: #776473; }

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

This text font color is #776473.


Background Color

.myBgColor { background-color: #776473; }

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

This div background color is #776473.


Border color

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

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

This div border color is #776473.


Opacity

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

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

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

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

This text has shadow with #776473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776473 on black background.


Color preview on white background

This text has color #776473 on white background.



Black color preview on #776473 background

This text has black color on #776473 background.


White color preview on #776473 background

This text has white color on #776473 background.