COLOR #775B39

HEX: #775B39
RGB: (119,91,57)

Color info

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

RGB color model

#775B39 color RGB value is (119,91,57).

  • red value is 119;
  • green value is 91;
  • blue value is 57.
RGB:
(119,91,57)
(47%,36%,22%)

RGB channels and saturation

R 119 of 255 = 47%
G 91 of 255 = 36%
B 57 of 255 = 22%

119
91
57

R + G + B ~ 35%. #775B39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 91 + 57 = 267 (100%)
R 119 of 267 ~ 44.57%
G 91 of 267 ~ 34.08%
B 57 of 267 ~ 21.35%

%44.57
%34.08
%21.35

CMYK color model

#775B39 color CMYK value is (0,24,52,53).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 52.10%
  • key color value is 53.33%
CMYK:
(0,24,52,53)
C0M24Y52K53 
(0%,24%,52%,53%)
(0.00/0.24/0.52/0.53)	

CMYK percentages

%0
%23.53
%52.1
%53.33

Codes

Color #775B39 in popluar color models

775B39
RGB1199157
HSL33°35.23%34.51%
HSB/HSV33°52.10%46.67%
CMYK0.00%23.53%52.10%
53.33%

Color #775B39 in popluar number systems.

HEX775B39
Decimal1199157
Binary11101111011011111001
Octal16713371

Shades and tints

Shades of #775B39

#775B39
(119,91,57)
#6D5334
(109,83,52)
#634B2F
(99,75,47)
#59432A
(89,67,42)
#4F3B25
(79,59,37)
#453320
(69,51,32)
#3B2B1B
(59,43,27)
#312316
(49,35,22)
#271B11
(39,27,17)
#1D130C
(29,19,12)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #775B39

#775B39
(119,91,57)
#83694B
(131,105,75)
#8F775D
(143,119,93)
#9B856F
(155,133,111)
#A79381
(167,147,129)
#B3A193
(179,161,147)
#BFAFA5
(191,175,165)
#CBBDB7
(203,189,183)
#D7CBC9
(215,203,201)
#E3D9DB
(227,217,219)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775B39 color. Also use rgb(119,91,57) instead hex code.

Text Font Color

.myTextColor { color: #775B39; }

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

This text font color is #775B39.


Background Color

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

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

This div background color is #775B39.


Border color

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

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

This div border color is #775B39.


Opacity

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

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

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

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

This text has shadow with #775B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775B39 on black background.


Color preview on white background

This text has color #775B39 on white background.



Black color preview on #775B39 background

This text has black color on #775B39 background.


White color preview on #775B39 background

This text has white color on #775B39 background.