COLOR #775E2B

HEX: #775E2B
RGB: (119,94,43)

Color info

#775E2B contains mainly red and green colors. Web safe color of #775E2B is #666633 (or #663).

RGB color model

#775E2B color RGB value is (119,94,43).

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

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 43 of 255 = 17%

119
94
43

R + G + B ~ 34%. #775E2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 94 + 43 = 256 (100%)
R 119 of 256 ~ 46.48%
G 94 of 256 ~ 36.72%
B 43 of 256 ~ 16.8%

%46.48
%36.72
%16.8

CMYK color model

#775E2B color CMYK value is (0,21,64,53).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 63.87%
  • key color value is 53.33%
CMYK:
(0,21,64,53)
C0M21Y64K53 
(0%,21%,64%,53%)
(0.00/0.21/0.64/0.53)	

CMYK percentages

%0
%21.01
%63.87
%53.33

Codes

Color #775E2B in popluar color models

775E2B
RGB1199443
HSL40°46.91%31.76%
HSB/HSV40°63.87%46.67%
CMYK0.00%21.01%63.87%
53.33%

Color #775E2B in popluar number systems.

HEX775E2B
Decimal1199443
Binary11101111011110101011
Octal16713653

Shades and tints

Shades of #775E2B

#775E2B
(119,94,43)
#6D5628
(109,86,40)
#634E25
(99,78,37)
#594622
(89,70,34)
#4F3E1F
(79,62,31)
#45361C
(69,54,28)
#3B2E19
(59,46,25)
#312616
(49,38,22)
#271E13
(39,30,19)
#1D1610
(29,22,16)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #775E2B

#775E2B
(119,94,43)
#836C3E
(131,108,62)
#8F7A51
(143,122,81)
#9B8864
(155,136,100)
#A79677
(167,150,119)
#B3A48A
(179,164,138)
#BFB29D
(191,178,157)
#CBC0B0
(203,192,176)
#D7CEC3
(215,206,195)
#E3DCD6
(227,220,214)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775E2B; }

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

This text font color is #775E2B.


Background Color

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

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

This div background color is #775E2B.


Border color

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

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

This div border color is #775E2B.


Opacity

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

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

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

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

This text has shadow with #775E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775E2B on black background.


Color preview on white background

This text has color #775E2B on white background.



Black color preview on #775E2B background

This text has black color on #775E2B background.


White color preview on #775E2B background

This text has white color on #775E2B background.