COLOR #776E6D

HEX: #776E6D
RGB: (119,110,109)

Renk bilgisi

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

RGB renk modeli

#776E6D color RGB value is (119,110,109).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 110 of 255 = 43%
B 109 of 255 = 43%

119
110
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 110 + 109 = 338 (100%)
R 119 of 338 ~ 35.21%
G 110 of 338 ~ 32.54%
B 109 of 338 ~ 32.25%

%35.21
%32.54
%32.25

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%7.56
%8.4
%53.33

Codes

Color #776E6D in popluar color models

776E6D
RGB119110109
HSL4.39%44.71%
HSB/HSV8.40%46.67%
CMYK0.00%7.56%8.40%
53.33%

Color #776E6D in popluar number systems.

HEX776E6D
Decimal119110109
Binary111011111011101101101
Octal167156155

Shades and tints

Shades of #776E6D

#776E6D
(119,110,109)
#6D6464
(109,100,100)
#635A5B
(99,90,91)
#595052
(89,80,82)
#4F4649
(79,70,73)
#453C40
(69,60,64)
#3B3237
(59,50,55)
#31282E
(49,40,46)
#271E25
(39,30,37)
#1D141C
(29,20,28)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #776E6D

#776E6D
(119,110,109)
#837B7A
(131,123,122)
#8F8887
(143,136,135)
#9B9594
(155,149,148)
#A7A2A1
(167,162,161)
#B3AFAE
(179,175,174)
#BFBCBB
(191,188,187)
#CBC9C8
(203,201,200)
#D7D6D5
(215,214,213)
#E3E3E2
(227,227,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776E6D; }

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

This text font color is #776E6D.


Background Color

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

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

This div background color is #776E6D.


Border color

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

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

This div border color is #776E6D.


Opacity

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

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

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

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

This text has shadow with #776E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E6D on black background.


Color preview on white background

This text has color #776E6D on white background.



Black color preview on #776E6D background

This text has black color on #776E6D background.


White color preview on #776E6D background

This text has white color on #776E6D background.