COLOR #776E5B

HEX: #776E5B
RGB: (119,110,91)

Renk bilgisi

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

RGB renk modeli

#776E5B color RGB value is (119,110,91).

  • kırmız ton 119;
  • yeşil ton 110;
  • mavi ton 91.
RGB:
(119,110,91)
(47%,43%,36%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 110 of 255 = 43%
B 91 of 255 = 36%

119
110
91

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 110 + 91 = 320 (100%)
R 119 of 320 ~ 37.19%
G 110 of 320 ~ 34.38%
B 91 of 320 ~ 28.44%

%37.19
%34.38
%28.44

CMYK RENK MODELİ

#776E5B rengi CMYK tonu (0,8,24,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.56%
  • sarı tonu 23.53%
  • ana renk tonu 53.33%
CMYK:
(0,8,24,53)
C0M8Y24K53 
(0%,8%,24%,53%)
(0.00/0.08/0.24/0.53)	

CMYK yüzdeleri

%0
%7.56
%23.53
%53.33

Codes

Color #776E5B in popluar color models

776E5B
RGB11911091
HSL41°13.33%41.18%
HSB/HSV41°23.53%46.67%
CMYK0.00%7.56%23.53%
53.33%

Color #776E5B in popluar number systems.

HEX776E5B
Decimal11911091
Binary111011111011101011011
Octal167156133

Shades and tints

Shades of #776E5B

#776E5B
(119,110,91)
#6D6453
(109,100,83)
#635A4B
(99,90,75)
#595043
(89,80,67)
#4F463B
(79,70,59)
#453C33
(69,60,51)
#3B322B
(59,50,43)
#312823
(49,40,35)
#271E1B
(39,30,27)
#1D1413
(29,20,19)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #776E5B

#776E5B
(119,110,91)
#837B69
(131,123,105)
#8F8877
(143,136,119)
#9B9585
(155,149,133)
#A7A293
(167,162,147)
#B3AFA1
(179,175,161)
#BFBCAF
(191,188,175)
#CBC9BD
(203,201,189)
#D7D6CB
(215,214,203)
#E3E3D9
(227,227,217)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776E5B color. Also use rgb(119,110,91) instead hex code.

Text Font Color

.myTextColor { color: #776E5B; }

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

This text font color is #776E5B.


Background Color

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

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

This div background color is #776E5B.


Border color

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

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

This div border color is #776E5B.


Opacity

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

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

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

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

This text has shadow with #776E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E5B on black background.


Color preview on white background

This text has color #776E5B on white background.



Black color preview on #776E5B background

This text has black color on #776E5B background.


White color preview on #776E5B background

This text has white color on #776E5B background.