COLOR #776F65

HEX: #776F65
RGB: (119,111,101)

Renk bilgisi

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

RGB renk modeli

#776F65 color RGB value is (119,111,101).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 111 of 255 = 44%
B 101 of 255 = 40%

119
111
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 111 + 101 = 331 (100%)
R 119 of 331 ~ 35.95%
G 111 of 331 ~ 33.53%
B 101 of 331 ~ 30.51%

%35.95
%33.53
%30.51

CMYK RENK MODELİ

#776F65 rengi CMYK tonu (0,7,15,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.72%
  • sarı tonu 15.13%
  • ana renk tonu 53.33%
CMYK:
(0,7,15,53)
C0M7Y15K53 
(0%,7%,15%,53%)
(0.00/0.07/0.15/0.53)	

CMYK yüzdeleri

%0
%6.72
%15.13
%53.33

Codes

Color #776F65 in popluar color models

776F65
RGB119111101
HSL33°8.18%43.14%
HSB/HSV33°15.13%46.67%
CMYK0.00%6.72%15.13%
53.33%

Color #776F65 in popluar number systems.

HEX776F65
Decimal119111101
Binary111011111011111100101
Octal167157145

Shades and tints

Shades of #776F65

#776F65
(119,111,101)
#6D655C
(109,101,92)
#635B53
(99,91,83)
#59514A
(89,81,74)
#4F4741
(79,71,65)
#453D38
(69,61,56)
#3B332F
(59,51,47)
#312926
(49,41,38)
#271F1D
(39,31,29)
#1D1514
(29,21,20)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #776F65

#776F65
(119,111,101)
#837C73
(131,124,115)
#8F8981
(143,137,129)
#9B968F
(155,150,143)
#A7A39D
(167,163,157)
#B3B0AB
(179,176,171)
#BFBDB9
(191,189,185)
#CBCAC7
(203,202,199)
#D7D7D5
(215,215,213)
#E3E4E3
(227,228,227)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F65; }

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

This text font color is #776F65.


Background Color

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

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

This div background color is #776F65.


Border color

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

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

This div border color is #776F65.


Opacity

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

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

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

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

This text has shadow with #776F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F65 on black background.


Color preview on white background

This text has color #776F65 on white background.



Black color preview on #776F65 background

This text has black color on #776F65 background.


White color preview on #776F65 background

This text has white color on #776F65 background.