COLOR #776B65

HEX: #776B65
RGB: (119,107,101)

Renk bilgisi

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

RGB renk modeli

#776B65 color RGB value is (119,107,101).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 107 of 255 = 42%
B 101 of 255 = 40%

119
107
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 107 + 101 = 327 (100%)
R 119 of 327 ~ 36.39%
G 107 of 327 ~ 32.72%
B 101 of 327 ~ 30.89%

%36.39
%32.72
%30.89

CMYK RENK MODELİ

#776B65 rengi CMYK tonu (0,10,15,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.08%
  • sarı tonu 15.13%
  • ana renk tonu 53.33%
CMYK:
(0,10,15,53)
C0M10Y15K53 
(0%,10%,15%,53%)
(0.00/0.10/0.15/0.53)	

CMYK yüzdeleri

%0
%10.08
%15.13
%53.33

Codes

Color #776B65 in popluar color models

776B65
RGB119107101
HSL20°8.18%43.14%
HSB/HSV20°15.13%46.67%
CMYK0.00%10.08%15.13%
53.33%

Color #776B65 in popluar number systems.

HEX776B65
Decimal119107101
Binary111011111010111100101
Octal167153145

Shades and tints

Shades of #776B65

#776B65
(119,107,101)
#6D625C
(109,98,92)
#635953
(99,89,83)
#59504A
(89,80,74)
#4F4741
(79,71,65)
#453E38
(69,62,56)
#3B352F
(59,53,47)
#312C26
(49,44,38)
#27231D
(39,35,29)
#1D1A14
(29,26,20)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #776B65

#776B65
(119,107,101)
#837873
(131,120,115)
#8F8581
(143,133,129)
#9B928F
(155,146,143)
#A79F9D
(167,159,157)
#B3ACAB
(179,172,171)
#BFB9B9
(191,185,185)
#CBC6C7
(203,198,199)
#D7D3D5
(215,211,213)
#E3E0E3
(227,224,227)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776B65; }

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

This text font color is #776B65.


Background Color

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

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

This div background color is #776B65.


Border color

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

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

This div border color is #776B65.


Opacity

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

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

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

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

This text has shadow with #776B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B65 on black background.


Color preview on white background

This text has color #776B65 on white background.



Black color preview on #776B65 background

This text has black color on #776B65 background.


White color preview on #776B65 background

This text has white color on #776B65 background.