COLOR #776D6A

HEX: #776D6A
RGB: (119,109,106)

Renk bilgisi

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

RGB renk modeli

#776D6A color RGB value is (119,109,106).

  • kırmız ton 119;
  • yeşil ton 109;
  • mavi ton 106.
RGB:
(119,109,106)
(47%,43%,42%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 109 of 255 = 43%
B 106 of 255 = 42%

119
109
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 109 + 106 = 334 (100%)
R 119 of 334 ~ 35.63%
G 109 of 334 ~ 32.63%
B 106 of 334 ~ 31.74%

%35.63
%32.63
%31.74

CMYK RENK MODELİ

#776D6A rengi CMYK tonu (0,8,11,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.40%
  • sarı tonu 10.92%
  • ana renk tonu 53.33%
CMYK:
(0,8,11,53)
C0M8Y11K53 
(0%,8%,11%,53%)
(0.00/0.08/0.11/0.53)	

CMYK yüzdeleri

%0
%8.4
%10.92
%53.33

Codes

Color #776D6A in popluar color models

776D6A
RGB119109106
HSL14°5.78%44.12%
HSB/HSV14°10.92%46.67%
CMYK0.00%8.40%10.92%
53.33%

Color #776D6A in popluar number systems.

HEX776D6A
Decimal119109106
Binary111011111011011101010
Octal167155152

Shades and tints

Shades of #776D6A

#776D6A
(119,109,106)
#6D6461
(109,100,97)
#635B58
(99,91,88)
#59524F
(89,82,79)
#4F4946
(79,73,70)
#45403D
(69,64,61)
#3B3734
(59,55,52)
#312E2B
(49,46,43)
#272522
(39,37,34)
#1D1C19
(29,28,25)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #776D6A

#776D6A
(119,109,106)
#837A77
(131,122,119)
#8F8784
(143,135,132)
#9B9491
(155,148,145)
#A7A19E
(167,161,158)
#B3AEAB
(179,174,171)
#BFBBB8
(191,187,184)
#CBC8C5
(203,200,197)
#D7D5D2
(215,213,210)
#E3E2DF
(227,226,223)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776D6A color. Also use rgb(119,109,106) instead hex code.

Text Font Color

.myTextColor { color: #776D6A; }

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

This text font color is #776D6A.


Background Color

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

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

This div background color is #776D6A.


Border color

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

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

This div border color is #776D6A.


Opacity

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

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

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

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

This text has shadow with #776D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D6A on black background.


Color preview on white background

This text has color #776D6A on white background.



Black color preview on #776D6A background

This text has black color on #776D6A background.


White color preview on #776D6A background

This text has white color on #776D6A background.