COLOR #775B4C

HEX: #775B4C
RGB: (119,91,76)

Color info

#775B4C contains red, green and blue colors in about the same proportion. Web safe color of #775B4C is #666633 (or #663).

RGB color model

#775B4C color RGB value is (119,91,76).

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

RGB channels and saturation

R 119 of 255 = 47%
G 91 of 255 = 36%
B 76 of 255 = 30%

119
91
76

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

Portions of RGB colors in percentages

R + G + B =
119 + 91 + 76 = 286 (100%)
R 119 of 286 ~ 41.61%
G 91 of 286 ~ 31.82%
B 76 of 286 ~ 26.57%

%41.61
%31.82
%26.57

CMYK color model

#775B4C color CMYK value is (0,24,36,53).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(0,24,36,53)
C0M24Y36K53 
(0%,24%,36%,53%)
(0.00/0.24/0.36/0.53)	

CMYK percentages

%0
%23.53
%36.13
%53.33

Codes

Color #775B4C in popluar color models

775B4C
RGB1199176
HSL21°22.05%38.24%
HSB/HSV21°36.13%46.67%
CMYK0.00%23.53%36.13%
53.33%

Color #775B4C in popluar number systems.

HEX775B4C
Decimal1199176
Binary111011110110111001100
Octal167133114

Shades and tints

Shades of #775B4C

#775B4C
(119,91,76)
#6D5346
(109,83,70)
#634B40
(99,75,64)
#59433A
(89,67,58)
#4F3B34
(79,59,52)
#45332E
(69,51,46)
#3B2B28
(59,43,40)
#312322
(49,35,34)
#271B1C
(39,27,28)
#1D1316
(29,19,22)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #775B4C

#775B4C
(119,91,76)
#83695C
(131,105,92)
#8F776C
(143,119,108)
#9B857C
(155,133,124)
#A7938C
(167,147,140)
#B3A19C
(179,161,156)
#BFAFAC
(191,175,172)
#CBBDBC
(203,189,188)
#D7CBCC
(215,203,204)
#E3D9DC
(227,217,220)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775B4C; }

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

This text font color is #775B4C.


Background Color

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

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

This div background color is #775B4C.


Border color

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

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

This div border color is #775B4C.


Opacity

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

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

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

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

This text has shadow with #775B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775B4C on black background.


Color preview on white background

This text has color #775B4C on white background.



Black color preview on #775B4C background

This text has black color on #775B4C background.


White color preview on #775B4C background

This text has white color on #775B4C background.