COLOR #775D57

HEX: #775D57
RGB: (119,93,87)

Color info

#775D57 contains red, green and blue colors in about the same proportion. Web safe color of #775D57 is #666666 (or #666).

RGB color model

#775D57 color RGB value is (119,93,87).

  • red value is 119;
  • green value is 93;
  • blue value is 87.
RGB:
(119,93,87)
(47%,36%,34%)

RGB channels and saturation

R 119 of 255 = 47%
G 93 of 255 = 36%
B 87 of 255 = 34%

119
93
87

R + G + B ~ 39%. #775D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 93 + 87 = 299 (100%)
R 119 of 299 ~ 39.8%
G 93 of 299 ~ 31.1%
B 87 of 299 ~ 29.1%

%39.8
%31.1
%29.1

CMYK color model

#775D57 color CMYK value is (0,22,27,53).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(0,22,27,53)
C0M22Y27K53 
(0%,22%,27%,53%)
(0.00/0.22/0.27/0.53)	

CMYK percentages

%0
%21.85
%26.89
%53.33

Codes

Color #775D57 in popluar color models

775D57
RGB1199387
HSL11°15.53%40.39%
HSB/HSV11°26.89%46.67%
CMYK0.00%21.85%26.89%
53.33%

Color #775D57 in popluar number systems.

HEX775D57
Decimal1199387
Binary111011110111011010111
Octal167135127

Shades and tints

Shades of #775D57

#775D57
(119,93,87)
#6D5550
(109,85,80)
#634D49
(99,77,73)
#594542
(89,69,66)
#4F3D3B
(79,61,59)
#453534
(69,53,52)
#3B2D2D
(59,45,45)
#312526
(49,37,38)
#271D1F
(39,29,31)
#1D1518
(29,21,24)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #775D57

#775D57
(119,93,87)
#836B66
(131,107,102)
#8F7975
(143,121,117)
#9B8784
(155,135,132)
#A79593
(167,149,147)
#B3A3A2
(179,163,162)
#BFB1B1
(191,177,177)
#CBBFC0
(203,191,192)
#D7CDCF
(215,205,207)
#E3DBDE
(227,219,222)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775D57 color. Also use rgb(119,93,87) instead hex code.

Text Font Color

.myTextColor { color: #775D57; }

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

This text font color is #775D57.


Background Color

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

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

This div background color is #775D57.


Border color

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

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

This div border color is #775D57.


Opacity

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

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

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

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

This text has shadow with #775D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775D57 on black background.


Color preview on white background

This text has color #775D57 on white background.



Black color preview on #775D57 background

This text has black color on #775D57 background.


White color preview on #775D57 background

This text has white color on #775D57 background.