COLOR #776A6B

HEX: #776A6B
RGB: (119,106,107)

Renk bilgisi

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

RGB renk modeli

#776A6B color RGB value is (119,106,107).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 106 of 255 = 42%
B 107 of 255 = 42%

119
106
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 106 + 107 = 332 (100%)
R 119 of 332 ~ 35.84%
G 106 of 332 ~ 31.93%
B 107 of 332 ~ 32.23%

%35.84
%31.93
%32.23

CMYK RENK MODELİ

#776A6B rengi CMYK tonu (0,11,10,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.92%
  • sarı tonu 10.08%
  • ana renk tonu 53.33%
CMYK:
(0,11,10,53)
C0M11Y10K53 
(0%,11%,10%,53%)
(0.00/0.11/0.10/0.53)	

CMYK yüzdeleri

%0
%10.92
%10.08
%53.33

Codes

Color #776A6B in popluar color models

776A6B
RGB119106107
HSL355°5.78%44.12%
HSB/HSV355°10.92%46.67%
CMYK0.00%10.92%10.08%
53.33%

Color #776A6B in popluar number systems.

HEX776A6B
Decimal119106107
Binary111011111010101101011
Octal167152153

Shades and tints

Shades of #776A6B

#776A6B
(119,106,107)
#6D6162
(109,97,98)
#635859
(99,88,89)
#594F50
(89,79,80)
#4F4647
(79,70,71)
#453D3E
(69,61,62)
#3B3435
(59,52,53)
#312B2C
(49,43,44)
#272223
(39,34,35)
#1D191A
(29,25,26)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #776A6B

#776A6B
(119,106,107)
#837778
(131,119,120)
#8F8485
(143,132,133)
#9B9192
(155,145,146)
#A79E9F
(167,158,159)
#B3ABAC
(179,171,172)
#BFB8B9
(191,184,185)
#CBC5C6
(203,197,198)
#D7D2D3
(215,210,211)
#E3DFE0
(227,223,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776A6B; }

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

This text font color is #776A6B.


Background Color

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

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

This div background color is #776A6B.


Border color

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

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

This div border color is #776A6B.


Opacity

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

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

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

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

This text has shadow with #776A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A6B on black background.


Color preview on white background

This text has color #776A6B on white background.



Black color preview on #776A6B background

This text has black color on #776A6B background.


White color preview on #776A6B background

This text has white color on #776A6B background.