COLOR #776F6B

HEX: #776F6B
RGB: (119,111,107)

Renk bilgisi

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

RGB renk modeli

#776F6B color RGB value is (119,111,107).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 111 of 255 = 44%
B 107 of 255 = 42%

119
111
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 111 + 107 = 337 (100%)
R 119 of 337 ~ 35.31%
G 111 of 337 ~ 32.94%
B 107 of 337 ~ 31.75%

%35.31
%32.94
%31.75

CMYK RENK MODELİ

#776F6B rengi CMYK tonu (0,7,10,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.72%
  • sarı tonu 10.08%
  • ana renk tonu 53.33%
CMYK:
(0,7,10,53)
C0M7Y10K53 
(0%,7%,10%,53%)
(0.00/0.07/0.10/0.53)	

CMYK yüzdeleri

%0
%6.72
%10.08
%53.33

Codes

Color #776F6B in popluar color models

776F6B
RGB119111107
HSL20°5.31%44.31%
HSB/HSV20°10.08%46.67%
CMYK0.00%6.72%10.08%
53.33%

Color #776F6B in popluar number systems.

HEX776F6B
Decimal119111107
Binary111011111011111101011
Octal167157153

Shades and tints

Shades of #776F6B

#776F6B
(119,111,107)
#6D6562
(109,101,98)
#635B59
(99,91,89)
#595150
(89,81,80)
#4F4747
(79,71,71)
#453D3E
(69,61,62)
#3B3335
(59,51,53)
#31292C
(49,41,44)
#271F23
(39,31,35)
#1D151A
(29,21,26)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #776F6B

#776F6B
(119,111,107)
#837C78
(131,124,120)
#8F8985
(143,137,133)
#9B9692
(155,150,146)
#A7A39F
(167,163,159)
#B3B0AC
(179,176,172)
#BFBDB9
(191,189,185)
#CBCAC6
(203,202,198)
#D7D7D3
(215,215,211)
#E3E4E0
(227,228,224)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F6B; }

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

This text font color is #776F6B.


Background Color

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

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

This div background color is #776F6B.


Border color

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

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

This div border color is #776F6B.


Opacity

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

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

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

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

This text has shadow with #776F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F6B on black background.


Color preview on white background

This text has color #776F6B on white background.



Black color preview on #776F6B background

This text has black color on #776F6B background.


White color preview on #776F6B background

This text has white color on #776F6B background.