COLOR #775547

HEX: #775547
RGB: (119,85,71)

Renk bilgisi

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

RGB renk modeli

#775547 color RGB value is (119,85,71).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 85 of 255 = 33%
B 71 of 255 = 28%

119
85
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 85 + 71 = 275 (100%)
R 119 of 275 ~ 43.27%
G 85 of 275 ~ 30.91%
B 71 of 275 ~ 25.82%

%43.27
%30.91
%25.82

CMYK RENK MODELİ

#775547 rengi CMYK tonu (0,29,40,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.57%
  • sarı tonu 40.34%
  • ana renk tonu 53.33%
CMYK:
(0,29,40,53)
C0M29Y40K53 
(0%,29%,40%,53%)
(0.00/0.29/0.40/0.53)	

CMYK yüzdeleri

%0
%28.57
%40.34
%53.33

Codes

Color #775547 in popluar color models

775547
RGB1198571
HSL18°25.26%37.25%
HSB/HSV18°40.34%46.67%
CMYK0.00%28.57%40.34%
53.33%

Color #775547 in popluar number systems.

HEX775547
Decimal1198571
Binary111011110101011000111
Octal167125107

Shades and tints

Shades of #775547

#775547
(119,85,71)
#6D4E41
(109,78,65)
#63473B
(99,71,59)
#594035
(89,64,53)
#4F392F
(79,57,47)
#453229
(69,50,41)
#3B2B23
(59,43,35)
#31241D
(49,36,29)
#271D17
(39,29,23)
#1D1611
(29,22,17)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #775547

#775547
(119,85,71)
#836457
(131,100,87)
#8F7367
(143,115,103)
#9B8277
(155,130,119)
#A79187
(167,145,135)
#B3A097
(179,160,151)
#BFAFA7
(191,175,167)
#CBBEB7
(203,190,183)
#D7CDC7
(215,205,199)
#E3DCD7
(227,220,215)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775547; }

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

This text font color is #775547.


Background Color

.myBgColor { background-color: #775547; }

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

This div background color is #775547.


Border color

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

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

This div border color is #775547.


Opacity

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

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

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

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

This text has shadow with #775547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775547 on black background.


Color preview on white background

This text has color #775547 on white background.



Black color preview on #775547 background

This text has black color on #775547 background.


White color preview on #775547 background

This text has white color on #775547 background.