COLOR #776C5F

HEX: #776C5F
RGB: (119,108,95)

Renk bilgisi

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

RGB renk modeli

#776C5F color RGB value is (119,108,95).

  • kırmız ton 119;
  • yeşil ton 108;
  • mavi ton 95.
RGB:
(119,108,95)
(47%,42%,37%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 108 of 255 = 42%
B 95 of 255 = 37%

119
108
95

R + G + B ~ 42%. #776C5F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 108 + 95 = 322 (100%)
R 119 of 322 ~ 36.96%
G 108 of 322 ~ 33.54%
B 95 of 322 ~ 29.5%

%36.96
%33.54
%29.5

CMYK RENK MODELİ

#776C5F rengi CMYK tonu (0,9,20,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.24%
  • sarı tonu 20.17%
  • ana renk tonu 53.33%
CMYK:
(0,9,20,53)
C0M9Y20K53 
(0%,9%,20%,53%)
(0.00/0.09/0.20/0.53)	

CMYK yüzdeleri

%0
%9.24
%20.17
%53.33

Codes

Color #776C5F in popluar color models

776C5F
RGB11910895
HSL33°11.21%41.96%
HSB/HSV33°20.17%46.67%
CMYK0.00%9.24%20.17%
53.33%

Color #776C5F in popluar number systems.

HEX776C5F
Decimal11910895
Binary111011111011001011111
Octal167154137

Shades and tints

Shades of #776C5F

#776C5F
(119,108,95)
#6D6357
(109,99,87)
#635A4F
(99,90,79)
#595147
(89,81,71)
#4F483F
(79,72,63)
#453F37
(69,63,55)
#3B362F
(59,54,47)
#312D27
(49,45,39)
#27241F
(39,36,31)
#1D1B17
(29,27,23)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #776C5F

#776C5F
(119,108,95)
#83796D
(131,121,109)
#8F867B
(143,134,123)
#9B9389
(155,147,137)
#A7A097
(167,160,151)
#B3ADA5
(179,173,165)
#BFBAB3
(191,186,179)
#CBC7C1
(203,199,193)
#D7D4CF
(215,212,207)
#E3E1DD
(227,225,221)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776C5F color. Also use rgb(119,108,95) instead hex code.

Text Font Color

.myTextColor { color: #776C5F; }

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

This text font color is #776C5F.


Background Color

.myBgColor { background-color: #776C5F; }

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

This div background color is #776C5F.


Border color

.myBorderColor { border: 1px solid #776C5F; }

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

This div border color is #776C5F.


Opacity

.myOpacity80 { color: #776C5F; opacity: 0.8; }

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

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

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

This text has shadow with #776C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C5F on black background.


Color preview on white background

This text has color #776C5F on white background.



Black color preview on #776C5F background

This text has black color on #776C5F background.


White color preview on #776C5F background

This text has white color on #776C5F background.