COLOR #775B4F

HEX: #775B4F
RGB: (119,91,79)

Color info

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

RGB color model

#775B4F color RGB value is (119,91,79).

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

RGB channels and saturation

R 119 of 255 = 47%
G 91 of 255 = 36%
B 79 of 255 = 31%

119
91
79

R + G + B ~ 38%. #775B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 91 + 79 = 289 (100%)
R 119 of 289 ~ 41.18%
G 91 of 289 ~ 31.49%
B 79 of 289 ~ 27.34%

%41.18
%31.49
%27.34

CMYK color model

#775B4F color CMYK value is (0,24,34,53).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 33.61%
  • key color value is 53.33%
CMYK:
(0,24,34,53)
C0M24Y34K53 
(0%,24%,34%,53%)
(0.00/0.24/0.34/0.53)	

CMYK percentages

%0
%23.53
%33.61
%53.33

Codes

Color #775B4F in popluar color models

775B4F
RGB1199179
HSL18°20.20%38.82%
HSB/HSV18°33.61%46.67%
CMYK0.00%23.53%33.61%
53.33%

Color #775B4F in popluar number systems.

HEX775B4F
Decimal1199179
Binary111011110110111001111
Octal167133117

Shades and tints

Shades of #775B4F

#775B4F
(119,91,79)
#6D5348
(109,83,72)
#634B41
(99,75,65)
#59433A
(89,67,58)
#4F3B33
(79,59,51)
#45332C
(69,51,44)
#3B2B25
(59,43,37)
#31231E
(49,35,30)
#271B17
(39,27,23)
#1D1310
(29,19,16)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #775B4F

#775B4F
(119,91,79)
#83695F
(131,105,95)
#8F776F
(143,119,111)
#9B857F
(155,133,127)
#A7938F
(167,147,143)
#B3A19F
(179,161,159)
#BFAFAF
(191,175,175)
#CBBDBF
(203,189,191)
#D7CBCF
(215,203,207)
#E3D9DF
(227,217,223)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775B4F; }

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

This text font color is #775B4F.


Background Color

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

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

This div background color is #775B4F.


Border color

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

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

This div border color is #775B4F.


Opacity

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

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

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

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

This text has shadow with #775B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775B4F on black background.


Color preview on white background

This text has color #775B4F on white background.



Black color preview on #775B4F background

This text has black color on #775B4F background.


White color preview on #775B4F background

This text has white color on #775B4F background.