COLOR #775E40

HEX: #775E40
RGB: (119,94,64)

Color info

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

RGB color model

#775E40 color RGB value is (119,94,64).

  • red value is 119;
  • green value is 94;
  • blue value is 64.
RGB:
(119,94,64)
(47%,37%,25%)

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 64 of 255 = 25%

119
94
64

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

Portions of RGB colors in percentages

R + G + B =
119 + 94 + 64 = 277 (100%)
R 119 of 277 ~ 42.96%
G 94 of 277 ~ 33.94%
B 64 of 277 ~ 23.1%

%42.96
%33.94
%23.1

CMYK color model

#775E40 color CMYK value is (0,21,46,53).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 46.22%
  • key color value is 53.33%
CMYK:
(0,21,46,53)
C0M21Y46K53 
(0%,21%,46%,53%)
(0.00/0.21/0.46/0.53)	

CMYK percentages

%0
%21.01
%46.22
%53.33

Codes

Color #775E40 in popluar color models

775E40
RGB1199464
HSL33°30.05%35.88%
HSB/HSV33°46.22%46.67%
CMYK0.00%21.01%46.22%
53.33%

Color #775E40 in popluar number systems.

HEX775E40
Decimal1199464
Binary111011110111101000000
Octal167136100

Shades and tints

Shades of #775E40

#775E40
(119,94,64)
#6D563B
(109,86,59)
#634E36
(99,78,54)
#594631
(89,70,49)
#4F3E2C
(79,62,44)
#453627
(69,54,39)
#3B2E22
(59,46,34)
#31261D
(49,38,29)
#271E18
(39,30,24)
#1D1613
(29,22,19)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #775E40

#775E40
(119,94,64)
#836C51
(131,108,81)
#8F7A62
(143,122,98)
#9B8873
(155,136,115)
#A79684
(167,150,132)
#B3A495
(179,164,149)
#BFB2A6
(191,178,166)
#CBC0B7
(203,192,183)
#D7CEC8
(215,206,200)
#E3DCD9
(227,220,217)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775E40 color. Also use rgb(119,94,64) instead hex code.

Text Font Color

.myTextColor { color: #775E40; }

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

This text font color is #775E40.


Background Color

.myBgColor { background-color: #775E40; }

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

This div background color is #775E40.


Border color

.myBorderColor { border: 1px solid #775E40; }

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

This div border color is #775E40.


Opacity

.myOpacity80 { color: #775E40; opacity: 0.8; }

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

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

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

This text has shadow with #775E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775E40 on black background.


Color preview on white background

This text has color #775E40 on white background.



Black color preview on #775E40 background

This text has black color on #775E40 background.


White color preview on #775E40 background

This text has white color on #775E40 background.