COLOR #776F60

HEX: #776F60
RGB: (119,111,96)

Renk bilgisi

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

RGB renk modeli

#776F60 color RGB value is (119,111,96).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 111 of 255 = 44%
B 96 of 255 = 38%

119
111
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 111 + 96 = 326 (100%)
R 119 of 326 ~ 36.5%
G 111 of 326 ~ 34.05%
B 96 of 326 ~ 29.45%

%36.5
%34.05
%29.45

CMYK RENK MODELİ

#776F60 rengi CMYK tonu (0,7,19,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.72%
  • sarı tonu 19.33%
  • ana renk tonu 53.33%
CMYK:
(0,7,19,53)
C0M7Y19K53 
(0%,7%,19%,53%)
(0.00/0.07/0.19/0.53)	

CMYK yüzdeleri

%0
%6.72
%19.33
%53.33

Codes

Color #776F60 in popluar color models

776F60
RGB11911196
HSL39°10.70%42.16%
HSB/HSV39°19.33%46.67%
CMYK0.00%6.72%19.33%
53.33%

Color #776F60 in popluar number systems.

HEX776F60
Decimal11911196
Binary111011111011111100000
Octal167157140

Shades and tints

Shades of #776F60

#776F60
(119,111,96)
#6D6558
(109,101,88)
#635B50
(99,91,80)
#595148
(89,81,72)
#4F4740
(79,71,64)
#453D38
(69,61,56)
#3B3330
(59,51,48)
#312928
(49,41,40)
#271F20
(39,31,32)
#1D1518
(29,21,24)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #776F60

#776F60
(119,111,96)
#837C6E
(131,124,110)
#8F897C
(143,137,124)
#9B968A
(155,150,138)
#A7A398
(167,163,152)
#B3B0A6
(179,176,166)
#BFBDB4
(191,189,180)
#CBCAC2
(203,202,194)
#D7D7D0
(215,215,208)
#E3E4DE
(227,228,222)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F60; }

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

This text font color is #776F60.


Background Color

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

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

This div background color is #776F60.


Border color

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

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

This div border color is #776F60.


Opacity

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

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

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

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

This text has shadow with #776F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F60 on black background.


Color preview on white background

This text has color #776F60 on white background.



Black color preview on #776F60 background

This text has black color on #776F60 background.


White color preview on #776F60 background

This text has white color on #776F60 background.