COLOR #775949

HEX: #775949
RGB: (119,89,73)

Color info

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

RGB color model

#775949 color RGB value is (119,89,73).

  • red value is 119;
  • green value is 89;
  • blue value is 73.
RGB:
(119,89,73)
(47%,35%,29%)

RGB channels and saturation

R 119 of 255 = 47%
G 89 of 255 = 35%
B 73 of 255 = 29%

119
89
73

R + G + B ~ 37%. #775949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 89 + 73 = 281 (100%)
R 119 of 281 ~ 42.35%
G 89 of 281 ~ 31.67%
B 73 of 281 ~ 25.98%

%42.35
%31.67
%25.98

CMYK color model

#775949 color CMYK value is (0,25,39,53).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 38.66%
  • key color value is 53.33%
CMYK:
(0,25,39,53)
C0M25Y39K53 
(0%,25%,39%,53%)
(0.00/0.25/0.39/0.53)	

CMYK percentages

%0
%25.21
%38.66
%53.33

Codes

Color #775949 in popluar color models

775949
RGB1198973
HSL21°23.96%37.65%
HSB/HSV21°38.66%46.67%
CMYK0.00%25.21%38.66%
53.33%

Color #775949 in popluar number systems.

HEX775949
Decimal1198973
Binary111011110110011001001
Octal167131111

Shades and tints

Shades of #775949

#775949
(119,89,73)
#6D5143
(109,81,67)
#63493D
(99,73,61)
#594137
(89,65,55)
#4F3931
(79,57,49)
#45312B
(69,49,43)
#3B2925
(59,41,37)
#31211F
(49,33,31)
#271919
(39,25,25)
#1D1113
(29,17,19)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #775949

#775949
(119,89,73)
#836859
(131,104,89)
#8F7769
(143,119,105)
#9B8679
(155,134,121)
#A79589
(167,149,137)
#B3A499
(179,164,153)
#BFB3A9
(191,179,169)
#CBC2B9
(203,194,185)
#D7D1C9
(215,209,201)
#E3E0D9
(227,224,217)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775949 color. Also use rgb(119,89,73) instead hex code.

Text Font Color

.myTextColor { color: #775949; }

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

This text font color is #775949.


Background Color

.myBgColor { background-color: #775949; }

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

This div background color is #775949.


Border color

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

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

This div border color is #775949.


Opacity

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

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

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

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

This text has shadow with #775949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775949 on black background.


Color preview on white background

This text has color #775949 on white background.



Black color preview on #775949 background

This text has black color on #775949 background.


White color preview on #775949 background

This text has white color on #775949 background.