COLOR #775E2A

HEX: #775E2A RGB: (119,94,42)

Color info

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

RGB color model

#775E2A color RGB value is (119,94,42).

RGB: (119,94,42) (47%, 37%, 16%)

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 42 of 255 = 16%

119
94
42

R + G + B ~ 33%. #775E2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 94 + 42 = 255 (100%)
R 119 of 255 ~ 46.67%
G 94 of 255 ~ 36.86%
B 42 of 255 ~ 16.47'%

%46.67
%36.86
%16.47

CMYK color model

#775E2A color CMYK value is (0,21,65,53).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 64.71%
  • key color value is 53.33%

CMYK: (0,21,65,53)
C0M21Y65K53 (0%, 21%, 65%, 53%)
(0.00 / 0.21 / 0.65 / 0.53)

CMYK percentages

%0
%21.01
%64.71
%53.33

Codes

Color #775E2A in popluar color models

77 5E 2A
RGB 119 94 42
HSL 41° 47.83% 31.57%
HSB/HSV 41° 64.71% 46.67%
CMYK 0.00% 21.01% 64.71%
53.33%

Color #775E2A in popluar number systems.

HEX 77 5E 2A
Decimal 119 94 42
Binary 1110111 1011110 101010
Octal 167 136 52

Shades and tints

Shades of #775E2A

#775E2A
(119,94,42)
#6D5627
(109,86,39)
#634E24
(99,78,36)
#594621
(89,70,33)
#4F3E1E
(79,62,30)
#45361B
(69,54,27)
#3B2E18
(59,46,24)
#312615
(49,38,21)
#271E12
(39,30,18)
#1D160F
(29,22,15)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #775E2A

#775E2A
(119,94,42)
#836C3D
(131,108,61)
#8F7A50
(143,122,80)
#9B8863
(155,136,99)
#A79676
(167,150,118)
#B3A489
(179,164,137)
#BFB29C
(191,178,156)
#CBC0AF
(203,192,175)
#D7CEC2
(215,206,194)
#E3DCD5
(227,220,213)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775E2A; }

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

This text font color is #775E2A.

Background Color

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

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

This div background color is #775E2A.

Border color

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

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

This div border color is #775E2A.

Opacity

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

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

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

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

This text has shadow with #775E2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775E2A.

Preview

Color preview on black background

This text has color #775E2A on black background.


Color preview on white background

This text has color #775E2A on white background.


Black color preview on #775E2A background

This text has black color on #775E2A background.


White color preview on #775E2A background

This text has white color on #775E2A background.


Related colors

Complementary color

Complementary color for #hex is #88A1D5.


I love getcolorcode.com

Triadic colors

1 #2A775E and #5E2A77 with #775E2A are triadic colors.

2 #2A5E77 and #5E772A with #775E2A are triadic colors.