COLOR #776B67

HEX: #776B67
RGB: (119,107,103)

Renk bilgisi

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

RGB renk modeli

#776B67 color RGB value is (119,107,103).

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

RGB bağlantıları ve doygunluk

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

119
107
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 107 + 103 = 329 (100%)
R 119 of 329 ~ 36.17%
G 107 of 329 ~ 32.52%
B 103 of 329 ~ 31.31%

%36.17
%32.52
%31.31

CMYK RENK MODELİ

#776B67 rengi CMYK tonu (0,10,13,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.08%
  • sarı tonu 13.45%
  • ana renk tonu 53.33%
CMYK:
(0,10,13,53)
C0M10Y13K53 
(0%,10%,13%,53%)
(0.00/0.10/0.13/0.53)	

CMYK yüzdeleri

%0
%10.08
%13.45
%53.33

Codes

Color #776B67 in popluar color models

776B67
RGB119107103
HSL15°7.21%43.53%
HSB/HSV15°13.45%46.67%
CMYK0.00%10.08%13.45%
53.33%

Color #776B67 in popluar number systems.

HEX776B67
Decimal119107103
Binary111011111010111100111
Octal167153147

Shades and tints

Shades of #776B67

#776B67
(119,107,103)
#6D625E
(109,98,94)
#635955
(99,89,85)
#59504C
(89,80,76)
#4F4743
(79,71,67)
#453E3A
(69,62,58)
#3B3531
(59,53,49)
#312C28
(49,44,40)
#27231F
(39,35,31)
#1D1A16
(29,26,22)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #776B67

#776B67
(119,107,103)
#837874
(131,120,116)
#8F8581
(143,133,129)
#9B928E
(155,146,142)
#A79F9B
(167,159,155)
#B3ACA8
(179,172,168)
#BFB9B5
(191,185,181)
#CBC6C2
(203,198,194)
#D7D3CF
(215,211,207)
#E3E0DC
(227,224,220)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776B67; }

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

This text font color is #776B67.


Background Color

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

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

This div background color is #776B67.


Border color

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

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

This div border color is #776B67.


Opacity

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

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

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

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

This text has shadow with #776B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B67 on black background.


Color preview on white background

This text has color #776B67 on white background.



Black color preview on #776B67 background

This text has black color on #776B67 background.


White color preview on #776B67 background

This text has white color on #776B67 background.