COLOR #775047

HEX: #775047
RGB: (119,80,71)

Color info

#775047 contains red, green and blue colors in about the same proportion. Web safe color of #775047 is #666633 (or #663).

RGB color model

#775047 color RGB value is (119,80,71).

  • red value is 119;
  • green value is 80;
  • blue value is 71.
RGB:
(119,80,71)
(47%,31%,28%)

RGB channels and saturation

R 119 of 255 = 47%
G 80 of 255 = 31%
B 71 of 255 = 28%

119
80
71

R + G + B ~ 35%. #775047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 80 + 71 = 270 (100%)
R 119 of 270 ~ 44.07%
G 80 of 270 ~ 29.63%
B 71 of 270 ~ 26.3%

%44.07
%29.63
%26.3

CMYK color model

#775047 color CMYK value is (0,33,40,53).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 40.34%
  • key color value is 53.33%
CMYK:
(0,33,40,53)
C0M33Y40K53 
(0%,33%,40%,53%)
(0.00/0.33/0.40/0.53)	

CMYK percentages

%0
%32.77
%40.34
%53.33

Codes

Color #775047 in popluar color models

775047
RGB1198071
HSL11°25.26%37.25%
HSB/HSV11°40.34%46.67%
CMYK0.00%32.77%40.34%
53.33%

Color #775047 in popluar number systems.

HEX775047
Decimal1198071
Binary111011110100001000111
Octal167120107

Shades and tints

Shades of #775047

#775047
(119,80,71)
#6D4941
(109,73,65)
#63423B
(99,66,59)
#593B35
(89,59,53)
#4F342F
(79,52,47)
#452D29
(69,45,41)
#3B2623
(59,38,35)
#311F1D
(49,31,29)
#271817
(39,24,23)
#1D1111
(29,17,17)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #775047

#775047
(119,80,71)
#835F57
(131,95,87)
#8F6E67
(143,110,103)
#9B7D77
(155,125,119)
#A78C87
(167,140,135)
#B39B97
(179,155,151)
#BFAAA7
(191,170,167)
#CBB9B7
(203,185,183)
#D7C8C7
(215,200,199)
#E3D7D7
(227,215,215)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775047; }

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

This text font color is #775047.


Background Color

.myBgColor { background-color: #775047; }

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

This div background color is #775047.


Border color

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

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

This div border color is #775047.


Opacity

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

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

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

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

This text has shadow with #775047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775047 on black background.


Color preview on white background

This text has color #775047 on white background.



Black color preview on #775047 background

This text has black color on #775047 background.


White color preview on #775047 background

This text has white color on #775047 background.