COLOR #775D5B

HEX: #775D5B
RGB: (119,93,91)

Color info

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

RGB color model

#775D5B color RGB value is (119,93,91).

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

RGB channels and saturation

R 119 of 255 = 47%
G 93 of 255 = 36%
B 91 of 255 = 36%

119
93
91

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

Portions of RGB colors in percentages

R + G + B =
119 + 93 + 91 = 303 (100%)
R 119 of 303 ~ 39.27%
G 93 of 303 ~ 30.69%
B 91 of 303 ~ 30.03%

%39.27
%30.69
%30.03

CMYK color model

#775D5B color CMYK value is (0,22,24,53).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(0,22,24,53)
C0M22Y24K53 
(0%,22%,24%,53%)
(0.00/0.22/0.24/0.53)	

CMYK percentages

%0
%21.85
%23.53
%53.33

Codes

Color #775D5B in popluar color models

775D5B
RGB1199391
HSL13.33%41.18%
HSB/HSV23.53%46.67%
CMYK0.00%21.85%23.53%
53.33%

Color #775D5B in popluar number systems.

HEX775D5B
Decimal1199391
Binary111011110111011011011
Octal167135133

Shades and tints

Shades of #775D5B

#775D5B
(119,93,91)
#6D5553
(109,85,83)
#634D4B
(99,77,75)
#594543
(89,69,67)
#4F3D3B
(79,61,59)
#453533
(69,53,51)
#3B2D2B
(59,45,43)
#312523
(49,37,35)
#271D1B
(39,29,27)
#1D1513
(29,21,19)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #775D5B

#775D5B
(119,93,91)
#836B69
(131,107,105)
#8F7977
(143,121,119)
#9B8785
(155,135,133)
#A79593
(167,149,147)
#B3A3A1
(179,163,161)
#BFB1AF
(191,177,175)
#CBBFBD
(203,191,189)
#D7CDCB
(215,205,203)
#E3DBD9
(227,219,217)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775D5B; }

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

This text font color is #775D5B.


Background Color

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

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

This div background color is #775D5B.


Border color

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

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

This div border color is #775D5B.


Opacity

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

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

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

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

This text has shadow with #775D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775D5B on black background.


Color preview on white background

This text has color #775D5B on white background.



Black color preview on #775D5B background

This text has black color on #775D5B background.


White color preview on #775D5B background

This text has white color on #775D5B background.