COLOR #775D4C

HEX: #775D4C RGB: (119,93,76)

Color info

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

RGB color model

#775D4C color RGB value is (119,93,76).

RGB: (119,93,76) (47%, 36%, 30%)

RGB channels and saturation

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

119
93
76

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

Portions of RGB colors in percentages

R + G + B = 119 + 93 + 76 = 288 (100%)
R 119 of 288 ~ 41.32%
G 93 of 288 ~ 32.29%
B 76 of 288 ~ 26.39'%

%41.32
%32.29
%26.39

CMYK color model

#775D4C color CMYK value is (0,22,36,53).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 36.13%
  • key color value is 53.33%

CMYK: (0,22,36,53)
C0M22Y36K53 (0%, 22%, 36%, 53%)
(0.00 / 0.22 / 0.36 / 0.53)

CMYK percentages

%0
%21.85
%36.13
%53.33

Codes

Color #775D4C in popluar color models

77 5D 4C
RGB 119 93 76
HSL 24° 22.05% 38.24%
HSB/HSV 24° 36.13% 46.67%
CMYK 0.00% 21.85% 36.13%
53.33%

Color #775D4C in popluar number systems.

HEX 77 5D 4C
Decimal 119 93 76
Binary 1110111 1011101 1001100
Octal 167 135 114

Shades and tints

Shades of #775D4C

#775D4C
(119,93,76)
#6D5546
(109,85,70)
#634D40
(99,77,64)
#59453A
(89,69,58)
#4F3D34
(79,61,52)
#45352E
(69,53,46)
#3B2D28
(59,45,40)
#312522
(49,37,34)
#271D1C
(39,29,28)
#1D1516
(29,21,22)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #775D4C

#775D4C
(119,93,76)
#836B5C
(131,107,92)
#8F796C
(143,121,108)
#9B877C
(155,135,124)
#A7958C
(167,149,140)
#B3A39C
(179,163,156)
#BFB1AC
(191,177,172)
#CBBFBC
(203,191,188)
#D7CDCC
(215,205,204)
#E3DBDC
(227,219,220)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775D4C; }

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

This text font color is #775D4C.

Background Color

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

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

This div background color is #775D4C.

Border color

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

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

This div border color is #775D4C.

Opacity

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

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

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

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

This text has shadow with #775D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775D4C.

Preview

Color preview on black background

This text has color #775D4C on black background.


Color preview on white background

This text has color #775D4C on white background.


Black color preview on #775D4C background

This text has black color on #775D4C background.


White color preview on #775D4C background

This text has white color on #775D4C background.


Related colors

Complementary color

Complementary color for #hex is #88A2B3.


I love getcolorcode.com

Triadic colors

1 #4C775D and #5D4C77 with #775D4C are triadic colors.

2 #4C5D77 and #5D774C with #775D4C are triadic colors.