COLOR #776155

HEX: #776155
RGB: (119,97,85)

Renk bilgisi

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

RGB renk modeli

#776155 color RGB value is (119,97,85).

  • kırmız ton 119;
  • yeşil ton 97;
  • mavi ton 85.
RGB:
(119,97,85)
(47%,38%,33%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 97 of 255 = 38%
B 85 of 255 = 33%

119
97
85

R + G + B ~ 39%. #776155 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 97 + 85 = 301 (100%)
R 119 of 301 ~ 39.53%
G 97 of 301 ~ 32.23%
B 85 of 301 ~ 28.24%

%39.53
%32.23
%28.24

CMYK RENK MODELİ

#776155 rengi CMYK tonu (0,18,29,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.49%
  • sarı tonu 28.57%
  • ana renk tonu 53.33%
CMYK:
(0,18,29,53)
C0M18Y29K53 
(0%,18%,29%,53%)
(0.00/0.18/0.29/0.53)	

CMYK yüzdeleri

%0
%18.49
%28.57
%53.33

Codes

Color #776155 in popluar color models

776155
RGB1199785
HSL21°16.67%40.00%
HSB/HSV21°28.57%46.67%
CMYK0.00%18.49%28.57%
53.33%

Color #776155 in popluar number systems.

HEX776155
Decimal1199785
Binary111011111000011010101
Octal167141125

Shades and tints

Shades of #776155

#776155
(119,97,85)
#6D594E
(109,89,78)
#635147
(99,81,71)
#594940
(89,73,64)
#4F4139
(79,65,57)
#453932
(69,57,50)
#3B312B
(59,49,43)
#312924
(49,41,36)
#27211D
(39,33,29)
#1D1916
(29,25,22)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #776155

#776155
(119,97,85)
#836F64
(131,111,100)
#8F7D73
(143,125,115)
#9B8B82
(155,139,130)
#A79991
(167,153,145)
#B3A7A0
(179,167,160)
#BFB5AF
(191,181,175)
#CBC3BE
(203,195,190)
#D7D1CD
(215,209,205)
#E3DFDC
(227,223,220)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776155 color. Also use rgb(119,97,85) instead hex code.

Text Font Color

.myTextColor { color: #776155; }

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

This text font color is #776155.


Background Color

.myBgColor { background-color: #776155; }

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

This div background color is #776155.


Border color

.myBorderColor { border: 1px solid #776155; }

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

This div border color is #776155.


Opacity

.myOpacity80 { color: #776155; opacity: 0.8; }

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

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

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

This text has shadow with #776155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776155 on black background.


Color preview on white background

This text has color #776155 on white background.



Black color preview on #776155 background

This text has black color on #776155 background.


White color preview on #776155 background

This text has white color on #776155 background.