COLOR #775C57

HEX: #775C57
RGB: (119,92,87)

Color info

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

RGB color model

#775C57 color RGB value is (119,92,87).

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

RGB channels and saturation

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

119
92
87

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 87 = 298 (100%)
R 119 of 298 ~ 39.93%
G 92 of 298 ~ 30.87%
B 87 of 298 ~ 29.19%

%39.93
%30.87
%29.19

CMYK color model

#775C57 color CMYK value is (0,23,27,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(0,23,27,53)
C0M23Y27K53 
(0%,23%,27%,53%)
(0.00/0.23/0.27/0.53)	

CMYK percentages

%0
%22.69
%26.89
%53.33

Codes

Color #775C57 in popluar color models

775C57
RGB1199287
HSL15.53%40.39%
HSB/HSV26.89%46.67%
CMYK0.00%22.69%26.89%
53.33%

Color #775C57 in popluar number systems.

HEX775C57
Decimal1199287
Binary111011110111001010111
Octal167134127

Shades and tints

Shades of #775C57

#775C57
(119,92,87)
#6D5450
(109,84,80)
#634C49
(99,76,73)
#594442
(89,68,66)
#4F3C3B
(79,60,59)
#453434
(69,52,52)
#3B2C2D
(59,44,45)
#312426
(49,36,38)
#271C1F
(39,28,31)
#1D1418
(29,20,24)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #775C57

#775C57
(119,92,87)
#836A66
(131,106,102)
#8F7875
(143,120,117)
#9B8684
(155,134,132)
#A79493
(167,148,147)
#B3A2A2
(179,162,162)
#BFB0B1
(191,176,177)
#CBBEC0
(203,190,192)
#D7CCCF
(215,204,207)
#E3DADE
(227,218,222)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C57; }

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

This text font color is #775C57.


Background Color

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

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

This div background color is #775C57.


Border color

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

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

This div border color is #775C57.


Opacity

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

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

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

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

This text has shadow with #775C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C57 on black background.


Color preview on white background

This text has color #775C57 on white background.



Black color preview on #775C57 background

This text has black color on #775C57 background.


White color preview on #775C57 background

This text has white color on #775C57 background.