COLOR #775E2D

HEX: #775E2D
RGB: (119,94,45)

Color info

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

RGB color model

#775E2D color RGB value is (119,94,45).

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

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 45 of 255 = 18%

119
94
45

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

Portions of RGB colors in percentages

R + G + B =
119 + 94 + 45 = 258 (100%)
R 119 of 258 ~ 46.12%
G 94 of 258 ~ 36.43%
B 45 of 258 ~ 17.44%

%46.12
%36.43
%17.44

CMYK color model

#775E2D color CMYK value is (0,21,62,53).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 62.18%
  • key color value is 53.33%
CMYK:
(0,21,62,53)
C0M21Y62K53 
(0%,21%,62%,53%)
(0.00/0.21/0.62/0.53)	

CMYK percentages

%0
%21.01
%62.18
%53.33

Codes

Color #775E2D in popluar color models

775E2D
RGB1199445
HSL40°45.12%32.16%
HSB/HSV40°62.18%46.67%
CMYK0.00%21.01%62.18%
53.33%

Color #775E2D in popluar number systems.

HEX775E2D
Decimal1199445
Binary11101111011110101101
Octal16713655

Shades and tints

Shades of #775E2D

#775E2D
(119,94,45)
#6D5629
(109,86,41)
#634E25
(99,78,37)
#594621
(89,70,33)
#4F3E1D
(79,62,29)
#453619
(69,54,25)
#3B2E15
(59,46,21)
#312611
(49,38,17)
#271E0D
(39,30,13)
#1D1609
(29,22,9)
#130E05
(19,14,5)
#000000
(0,0,0)

Tints of #775E2D

#775E2D
(119,94,45)
#836C40
(131,108,64)
#8F7A53
(143,122,83)
#9B8866
(155,136,102)
#A79679
(167,150,121)
#B3A48C
(179,164,140)
#BFB29F
(191,178,159)
#CBC0B2
(203,192,178)
#D7CEC5
(215,206,197)
#E3DCD8
(227,220,216)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775E2D; }

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

This text font color is #775E2D.


Background Color

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

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

This div background color is #775E2D.


Border color

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

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

This div border color is #775E2D.


Opacity

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

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

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

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

This text has shadow with #775E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775E2D on black background.


Color preview on white background

This text has color #775E2D on white background.



Black color preview on #775E2D background

This text has black color on #775E2D background.


White color preview on #775E2D background

This text has white color on #775E2D background.