COLOR #776F5E

HEX: #776F5E
RGB: (119,111,94)

Renk bilgisi

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

RGB renk modeli

#776F5E color RGB value is (119,111,94).

  • kırmız ton 119;
  • yeşil ton 111;
  • mavi ton 94.
RGB:
(119,111,94)
(47%,44%,37%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 111 of 255 = 44%
B 94 of 255 = 37%

119
111
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 111 + 94 = 324 (100%)
R 119 of 324 ~ 36.73%
G 111 of 324 ~ 34.26%
B 94 of 324 ~ 29.01%

%36.73
%34.26
%29.01

CMYK RENK MODELİ

#776F5E rengi CMYK tonu (0,7,21,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.72%
  • sarı tonu 21.01%
  • ana renk tonu 53.33%
CMYK:
(0,7,21,53)
C0M7Y21K53 
(0%,7%,21%,53%)
(0.00/0.07/0.21/0.53)	

CMYK yüzdeleri

%0
%6.72
%21.01
%53.33

Codes

Color #776F5E in popluar color models

776F5E
RGB11911194
HSL41°11.74%41.76%
HSB/HSV41°21.01%46.67%
CMYK0.00%6.72%21.01%
53.33%

Color #776F5E in popluar number systems.

HEX776F5E
Decimal11911194
Binary111011111011111011110
Octal167157136

Shades and tints

Shades of #776F5E

#776F5E
(119,111,94)
#6D6556
(109,101,86)
#635B4E
(99,91,78)
#595146
(89,81,70)
#4F473E
(79,71,62)
#453D36
(69,61,54)
#3B332E
(59,51,46)
#312926
(49,41,38)
#271F1E
(39,31,30)
#1D1516
(29,21,22)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #776F5E

#776F5E
(119,111,94)
#837C6C
(131,124,108)
#8F897A
(143,137,122)
#9B9688
(155,150,136)
#A7A396
(167,163,150)
#B3B0A4
(179,176,164)
#BFBDB2
(191,189,178)
#CBCAC0
(203,202,192)
#D7D7CE
(215,215,206)
#E3E4DC
(227,228,220)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776F5E color. Also use rgb(119,111,94) instead hex code.

Text Font Color

.myTextColor { color: #776F5E; }

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

This text font color is #776F5E.


Background Color

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

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

This div background color is #776F5E.


Border color

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

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

This div border color is #776F5E.


Opacity

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

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

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

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

This text has shadow with #776F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F5E on black background.


Color preview on white background

This text has color #776F5E on white background.



Black color preview on #776F5E background

This text has black color on #776F5E background.


White color preview on #776F5E background

This text has white color on #776F5E background.