COLOR #776733

HEX: #776733
RGB: (119,103,51)

Renk bilgisi

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

RGB renk modeli

#776733 color RGB value is (119,103,51).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 103 of 255 = 40%
B 51 of 255 = 20%

119
103
51

R + G + B ~ 36%. #776733 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 103 + 51 = 273 (100%)
R 119 of 273 ~ 43.59%
G 103 of 273 ~ 37.73%
B 51 of 273 ~ 18.68%

%43.59
%37.73
%18.68

CMYK RENK MODELİ

#776733 rengi CMYK tonu (0,13,57,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.45%
  • sarı tonu 57.14%
  • ana renk tonu 53.33%
CMYK:
(0,13,57,53)
C0M13Y57K53 
(0%,13%,57%,53%)
(0.00/0.13/0.57/0.53)	

CMYK yüzdeleri

%0
%13.45
%57.14
%53.33

Codes

Color #776733 in popluar color models

776733
RGB11910351
HSL46°40.00%33.33%
HSB/HSV46°57.14%46.67%
CMYK0.00%13.45%57.14%
53.33%

Color #776733 in popluar number systems.

HEX776733
Decimal11910351
Binary11101111100111110011
Octal16714763

Shades and tints

Shades of #776733

#776733
(119,103,51)
#6D5E2F
(109,94,47)
#63552B
(99,85,43)
#594C27
(89,76,39)
#4F4323
(79,67,35)
#453A1F
(69,58,31)
#3B311B
(59,49,27)
#312817
(49,40,23)
#271F13
(39,31,19)
#1D160F
(29,22,15)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #776733

#776733
(119,103,51)
#837445
(131,116,69)
#8F8157
(143,129,87)
#9B8E69
(155,142,105)
#A79B7B
(167,155,123)
#B3A88D
(179,168,141)
#BFB59F
(191,181,159)
#CBC2B1
(203,194,177)
#D7CFC3
(215,207,195)
#E3DCD5
(227,220,213)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776733; }

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

This text font color is #776733.


Background Color

.myBgColor { background-color: #776733; }

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

This div background color is #776733.


Border color

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

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

This div border color is #776733.


Opacity

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

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

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

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

This text has shadow with #776733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776733 on black background.


Color preview on white background

This text has color #776733 on white background.



Black color preview on #776733 background

This text has black color on #776733 background.


White color preview on #776733 background

This text has white color on #776733 background.