COLOR #775E2F

HEX: #775E2F
RGB: (119,94,47)

Color info

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

RGB color model

#775E2F color RGB value is (119,94,47).

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

RGB channels and saturation

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

119
94
47

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

Portions of RGB colors in percentages

R + G + B =
119 + 94 + 47 = 260 (100%)
R 119 of 260 ~ 45.77%
G 94 of 260 ~ 36.15%
B 47 of 260 ~ 18.08%

%45.77
%36.15
%18.08

CMYK color model

#775E2F color CMYK value is (0,21,61,53).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 60.50%
  • key color value is 53.33%
CMYK:
(0,21,61,53)
C0M21Y61K53 
(0%,21%,61%,53%)
(0.00/0.21/0.61/0.53)	

CMYK percentages

%0
%21.01
%60.5
%53.33

Codes

Color #775E2F in popluar color models

775E2F
RGB1199447
HSL39°43.37%32.55%
HSB/HSV39°60.50%46.67%
CMYK0.00%21.01%60.50%
53.33%

Color #775E2F in popluar number systems.

HEX775E2F
Decimal1199447
Binary11101111011110101111
Octal16713657

Shades and tints

Shades of #775E2F

#775E2F
(119,94,47)
#6D562B
(109,86,43)
#634E27
(99,78,39)
#594623
(89,70,35)
#4F3E1F
(79,62,31)
#45361B
(69,54,27)
#3B2E17
(59,46,23)
#312613
(49,38,19)
#271E0F
(39,30,15)
#1D160B
(29,22,11)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #775E2F

#775E2F
(119,94,47)
#836C41
(131,108,65)
#8F7A53
(143,122,83)
#9B8865
(155,136,101)
#A79677
(167,150,119)
#B3A489
(179,164,137)
#BFB29B
(191,178,155)
#CBC0AD
(203,192,173)
#D7CEBF
(215,206,191)
#E3DCD1
(227,220,209)
#EFEAE3
(239,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775E2F; }

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

This text font color is #775E2F.


Background Color

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

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

This div background color is #775E2F.


Border color

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

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

This div border color is #775E2F.


Opacity

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

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

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

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

This text has shadow with #775E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775E2F on black background.


Color preview on white background

This text has color #775E2F on white background.



Black color preview on #775E2F background

This text has black color on #775E2F background.


White color preview on #775E2F background

This text has white color on #775E2F background.