COLOR #776476

HEX: #776476
RGB: (119,100,118)

Renk bilgisi

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

RGB renk modeli

#776476 color RGB value is (119,100,118).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 100 of 255 = 39%
B 118 of 255 = 46%

119
100
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 100 + 118 = 337 (100%)
R 119 of 337 ~ 35.31%
G 100 of 337 ~ 29.67%
B 118 of 337 ~ 35.01%

%35.31
%29.67
%35.01

CMYK RENK MODELİ

#776476 rengi CMYK tonu (0,16,1,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.97%
  • sarı tonu 0.84%
  • ana renk tonu 53.33%
CMYK:
(0,16,1,53)
C0M16Y1K53 
(0%,16%,1%,53%)
(0.00/0.16/0.01/0.53)	

CMYK yüzdeleri

%0
%15.97
%0.84
%53.33

Codes

Color #776476 in popluar color models

776476
RGB119100118
HSL303°8.68%42.94%
HSB/HSV303°15.97%46.67%
CMYK0.00%15.97%0.84%
53.33%

Color #776476 in popluar number systems.

HEX776476
Decimal119100118
Binary111011111001001110110
Octal167144166

Shades and tints

Shades of #776476

#776476
(119,100,118)
#6D5B6C
(109,91,108)
#635262
(99,82,98)
#594958
(89,73,88)
#4F404E
(79,64,78)
#453744
(69,55,68)
#3B2E3A
(59,46,58)
#312530
(49,37,48)
#271C26
(39,28,38)
#1D131C
(29,19,28)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #776476

#776476
(119,100,118)
#837282
(131,114,130)
#8F808E
(143,128,142)
#9B8E9A
(155,142,154)
#A79CA6
(167,156,166)
#B3AAB2
(179,170,178)
#BFB8BE
(191,184,190)
#CBC6CA
(203,198,202)
#D7D4D6
(215,212,214)
#E3E2E2
(227,226,226)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776476; }

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

This text font color is #776476.


Background Color

.myBgColor { background-color: #776476; }

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

This div background color is #776476.


Border color

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

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

This div border color is #776476.


Opacity

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

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

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

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

This text has shadow with #776476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776476 on black background.


Color preview on white background

This text has color #776476 on white background.



Black color preview on #776476 background

This text has black color on #776476 background.


White color preview on #776476 background

This text has white color on #776476 background.