COLOR #776F1D

HEX: #776F1D
RGB: (119,111,29)

Renk bilgisi

#776F1D contains mainly red and green colors. #776F1D ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#776F1D color RGB value is (119,111,29).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 111 of 255 = 44%
B 29 of 255 = 11%

119
111
29

R + G + B ~ 34%. #776F1D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 111 + 29 = 259 (100%)
R 119 of 259 ~ 45.95%
G 111 of 259 ~ 42.86%
B 29 of 259 ~ 11.2%

%45.95
%42.86
%11.2

CMYK RENK MODELİ

#776F1D rengi CMYK tonu (0,7,76,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.72%
  • sarı tonu 75.63%
  • ana renk tonu 53.33%
CMYK:
(0,7,76,53)
C0M7Y76K53 
(0%,7%,76%,53%)
(0.00/0.07/0.76/0.53)	

CMYK yüzdeleri

%0
%6.72
%75.63
%53.33

Codes

Color #776F1D in popluar color models

776F1D
RGB11911129
HSL55°60.81%29.02%
HSB/HSV55°75.63%46.67%
CMYK0.00%6.72%75.63%
53.33%

Color #776F1D in popluar number systems.

HEX776F1D
Decimal11911129
Binary1110111110111111101
Octal16715735

Shades and tints

Shades of #776F1D

#776F1D
(119,111,29)
#6D651B
(109,101,27)
#635B19
(99,91,25)
#595117
(89,81,23)
#4F4715
(79,71,21)
#453D13
(69,61,19)
#3B3311
(59,51,17)
#31290F
(49,41,15)
#271F0D
(39,31,13)
#1D150B
(29,21,11)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #776F1D

#776F1D
(119,111,29)
#837C31
(131,124,49)
#8F8945
(143,137,69)
#9B9659
(155,150,89)
#A7A36D
(167,163,109)
#B3B081
(179,176,129)
#BFBD95
(191,189,149)
#CBCAA9
(203,202,169)
#D7D7BD
(215,215,189)
#E3E4D1
(227,228,209)
#EFF1E5
(239,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F1D; }

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

This text font color is #776F1D.


Background Color

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

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

This div background color is #776F1D.


Border color

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

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

This div border color is #776F1D.


Opacity

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

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

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

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

This text has shadow with #776F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F1D on black background.


Color preview on white background

This text has color #776F1D on white background.



Black color preview on #776F1D background

This text has black color on #776F1D background.


White color preview on #776F1D background

This text has white color on #776F1D background.