COLOR #775D5E

HEX: #775D5E
RGB: (119,93,94)

Color info

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

RGB color model

#775D5E color RGB value is (119,93,94).

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

RGB channels and saturation

R 119 of 255 = 47%
G 93 of 255 = 36%
B 94 of 255 = 37%

119
93
94

R + G + B ~ 40%. #775D5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 93 + 94 = 306 (100%)
R 119 of 306 ~ 38.89%
G 93 of 306 ~ 30.39%
B 94 of 306 ~ 30.72%

%38.89
%30.39
%30.72

CMYK color model

#775D5E color CMYK value is (0,22,21,53).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 21.01%
  • key color value is 53.33%
CMYK:
(0,22,21,53)
C0M22Y21K53 
(0%,22%,21%,53%)
(0.00/0.22/0.21/0.53)	

CMYK percentages

%0
%21.85
%21.01
%53.33

Codes

Color #775D5E in popluar color models

775D5E
RGB1199394
HSL358°12.26%41.57%
HSB/HSV358°21.85%46.67%
CMYK0.00%21.85%21.01%
53.33%

Color #775D5E in popluar number systems.

HEX775D5E
Decimal1199394
Binary111011110111011011110
Octal167135136

Shades and tints

Shades of #775D5E

#775D5E
(119,93,94)
#6D5556
(109,85,86)
#634D4E
(99,77,78)
#594546
(89,69,70)
#4F3D3E
(79,61,62)
#453536
(69,53,54)
#3B2D2E
(59,45,46)
#312526
(49,37,38)
#271D1E
(39,29,30)
#1D1516
(29,21,22)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #775D5E

#775D5E
(119,93,94)
#836B6C
(131,107,108)
#8F797A
(143,121,122)
#9B8788
(155,135,136)
#A79596
(167,149,150)
#B3A3A4
(179,163,164)
#BFB1B2
(191,177,178)
#CBBFC0
(203,191,192)
#D7CDCE
(215,205,206)
#E3DBDC
(227,219,220)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775D5E; }

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

This text font color is #775D5E.


Background Color

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

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

This div background color is #775D5E.


Border color

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

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

This div border color is #775D5E.


Opacity

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

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

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

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

This text has shadow with #775D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775D5E on black background.


Color preview on white background

This text has color #775D5E on white background.



Black color preview on #775D5E background

This text has black color on #775D5E background.


White color preview on #775D5E background

This text has white color on #775D5E background.