COLOR #775944

HEX: #775944
RGB: (119,89,68)

Color info

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

RGB color model

#775944 color RGB value is (119,89,68).

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

RGB channels and saturation

R 119 of 255 = 47%
G 89 of 255 = 35%
B 68 of 255 = 27%

119
89
68

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

Portions of RGB colors in percentages

R + G + B =
119 + 89 + 68 = 276 (100%)
R 119 of 276 ~ 43.12%
G 89 of 276 ~ 32.25%
B 68 of 276 ~ 24.64%

%43.12
%32.25
%24.64

CMYK color model

#775944 color CMYK value is (0,25,43,53).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 42.86%
  • key color value is 53.33%
CMYK:
(0,25,43,53)
C0M25Y43K53 
(0%,25%,43%,53%)
(0.00/0.25/0.43/0.53)	

CMYK percentages

%0
%25.21
%42.86
%53.33

Codes

Color #775944 in popluar color models

775944
RGB1198968
HSL25°27.27%36.67%
HSB/HSV25°42.86%46.67%
CMYK0.00%25.21%42.86%
53.33%

Color #775944 in popluar number systems.

HEX775944
Decimal1198968
Binary111011110110011000100
Octal167131104

Shades and tints

Shades of #775944

#775944
(119,89,68)
#6D513E
(109,81,62)
#634938
(99,73,56)
#594132
(89,65,50)
#4F392C
(79,57,44)
#453126
(69,49,38)
#3B2920
(59,41,32)
#31211A
(49,33,26)
#271914
(39,25,20)
#1D110E
(29,17,14)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #775944

#775944
(119,89,68)
#836855
(131,104,85)
#8F7766
(143,119,102)
#9B8677
(155,134,119)
#A79588
(167,149,136)
#B3A499
(179,164,153)
#BFB3AA
(191,179,170)
#CBC2BB
(203,194,187)
#D7D1CC
(215,209,204)
#E3E0DD
(227,224,221)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775944; }

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

This text font color is #775944.


Background Color

.myBgColor { background-color: #775944; }

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

This div background color is #775944.


Border color

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

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

This div border color is #775944.


Opacity

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

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

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

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

This text has shadow with #775944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775944 on black background.


Color preview on white background

This text has color #775944 on white background.



Black color preview on #775944 background

This text has black color on #775944 background.


White color preview on #775944 background

This text has white color on #775944 background.