COLOR #77704D

HEX: #77704D
RGB: (119,112,77)

Renk bilgisi

#77704D contains red, green and blue colors in about the same proportion. #77704D ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#77704D color RGB value is (119,112,77).

  • kırmız ton 119;
  • yeşil ton 112;
  • mavi ton 77.
RGB:
(119,112,77)
(47%,44%,30%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 112 of 255 = 44%
B 77 of 255 = 30%

119
112
77

R + G + B ~ 40%. #77704D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 112 + 77 = 308 (100%)
R 119 of 308 ~ 38.64%
G 112 of 308 ~ 36.36%
B 77 of 308 ~ 25%

%38.64
%36.36
%25

CMYK RENK MODELİ

#77704D rengi CMYK tonu (0,6,35,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.88%
  • sarı tonu 35.29%
  • ana renk tonu 53.33%
CMYK:
(0,6,35,53)
C0M6Y35K53 
(0%,6%,35%,53%)
(0.00/0.06/0.35/0.53)	

CMYK yüzdeleri

%0
%5.88
%35.29
%53.33

Codes

Color #77704D in popluar color models

77704D
RGB11911277
HSL50°21.43%38.43%
HSB/HSV50°35.29%46.67%
CMYK0.00%5.88%35.29%
53.33%

Color #77704D in popluar number systems.

HEX77704D
Decimal11911277
Binary111011111100001001101
Octal167160115

Shades and tints

Shades of #77704D

#77704D
(119,112,77)
#6D6646
(109,102,70)
#635C3F
(99,92,63)
#595238
(89,82,56)
#4F4831
(79,72,49)
#453E2A
(69,62,42)
#3B3423
(59,52,35)
#312A1C
(49,42,28)
#272015
(39,32,21)
#1D160E
(29,22,14)
#130C07
(19,12,7)
#000000
(0,0,0)

Tints of #77704D

#77704D
(119,112,77)
#837D5D
(131,125,93)
#8F8A6D
(143,138,109)
#9B977D
(155,151,125)
#A7A48D
(167,164,141)
#B3B19D
(179,177,157)
#BFBEAD
(191,190,173)
#CBCBBD
(203,203,189)
#D7D8CD
(215,216,205)
#E3E5DD
(227,229,221)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77704D color. Also use rgb(119,112,77) instead hex code.

Text Font Color

.myTextColor { color: #77704D; }

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

This text font color is #77704D.


Background Color

.myBgColor { background-color: #77704D; }

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

This div background color is #77704D.


Border color

.myBorderColor { border: 1px solid #77704D; }

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

This div border color is #77704D.


Opacity

.myOpacity80 { color: #77704D; opacity: 0.8; }

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

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

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

This text has shadow with #77704D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77704D on black background.


Color preview on white background

This text has color #77704D on white background.



Black color preview on #77704D background

This text has black color on #77704D background.


White color preview on #77704D background

This text has white color on #77704D background.