COLOR #776B53

HEX: #776B53
RGB: (119,107,83)

Renk bilgisi

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

RGB renk modeli

#776B53 color RGB value is (119,107,83).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 107 of 255 = 42%
B 83 of 255 = 33%

119
107
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 107 + 83 = 309 (100%)
R 119 of 309 ~ 38.51%
G 107 of 309 ~ 34.63%
B 83 of 309 ~ 26.86%

%38.51
%34.63
%26.86

CMYK RENK MODELİ

#776B53 rengi CMYK tonu (0,10,30,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.08%
  • sarı tonu 30.25%
  • ana renk tonu 53.33%
CMYK:
(0,10,30,53)
C0M10Y30K53 
(0%,10%,30%,53%)
(0.00/0.10/0.30/0.53)	

CMYK yüzdeleri

%0
%10.08
%30.25
%53.33

Codes

Color #776B53 in popluar color models

776B53
RGB11910783
HSL40°17.82%39.61%
HSB/HSV40°30.25%46.67%
CMYK0.00%10.08%30.25%
53.33%

Color #776B53 in popluar number systems.

HEX776B53
Decimal11910783
Binary111011111010111010011
Octal167153123

Shades and tints

Shades of #776B53

#776B53
(119,107,83)
#6D624C
(109,98,76)
#635945
(99,89,69)
#59503E
(89,80,62)
#4F4737
(79,71,55)
#453E30
(69,62,48)
#3B3529
(59,53,41)
#312C22
(49,44,34)
#27231B
(39,35,27)
#1D1A14
(29,26,20)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #776B53

#776B53
(119,107,83)
#837862
(131,120,98)
#8F8571
(143,133,113)
#9B9280
(155,146,128)
#A79F8F
(167,159,143)
#B3AC9E
(179,172,158)
#BFB9AD
(191,185,173)
#CBC6BC
(203,198,188)
#D7D3CB
(215,211,203)
#E3E0DA
(227,224,218)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776B53; }

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

This text font color is #776B53.


Background Color

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

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

This div background color is #776B53.


Border color

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

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

This div border color is #776B53.


Opacity

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

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

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

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

This text has shadow with #776B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B53 on black background.


Color preview on white background

This text has color #776B53 on white background.



Black color preview on #776B53 background

This text has black color on #776B53 background.


White color preview on #776B53 background

This text has white color on #776B53 background.