COLOR #776150

HEX: #776150
RGB: (119,97,80)

Renk bilgisi

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

RGB renk modeli

#776150 color RGB value is (119,97,80).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 97 of 255 = 38%
B 80 of 255 = 31%

119
97
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 97 + 80 = 296 (100%)
R 119 of 296 ~ 40.2%
G 97 of 296 ~ 32.77%
B 80 of 296 ~ 27.03%

%40.2
%32.77
%27.03

CMYK RENK MODELİ

#776150 rengi CMYK tonu (0,18,33,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.49%
  • sarı tonu 32.77%
  • ana renk tonu 53.33%
CMYK:
(0,18,33,53)
C0M18Y33K53 
(0%,18%,33%,53%)
(0.00/0.18/0.33/0.53)	

CMYK yüzdeleri

%0
%18.49
%32.77
%53.33

Codes

Color #776150 in popluar color models

776150
RGB1199780
HSL26°19.60%39.02%
HSB/HSV26°32.77%46.67%
CMYK0.00%18.49%32.77%
53.33%

Color #776150 in popluar number systems.

HEX776150
Decimal1199780
Binary111011111000011010000
Octal167141120

Shades and tints

Shades of #776150

#776150
(119,97,80)
#6D5949
(109,89,73)
#635142
(99,81,66)
#59493B
(89,73,59)
#4F4134
(79,65,52)
#45392D
(69,57,45)
#3B3126
(59,49,38)
#31291F
(49,41,31)
#272118
(39,33,24)
#1D1911
(29,25,17)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #776150

#776150
(119,97,80)
#836F5F
(131,111,95)
#8F7D6E
(143,125,110)
#9B8B7D
(155,139,125)
#A7998C
(167,153,140)
#B3A79B
(179,167,155)
#BFB5AA
(191,181,170)
#CBC3B9
(203,195,185)
#D7D1C8
(215,209,200)
#E3DFD7
(227,223,215)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776150; }

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

This text font color is #776150.


Background Color

.myBgColor { background-color: #776150; }

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

This div background color is #776150.


Border color

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

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

This div border color is #776150.


Opacity

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

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

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

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

This text has shadow with #776150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776150 on black background.


Color preview on white background

This text has color #776150 on white background.



Black color preview on #776150 background

This text has black color on #776150 background.


White color preview on #776150 background

This text has white color on #776150 background.