COLOR #775E51

HEX: #775E51 RGB: (119,94,81)

Color info

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

RGB color model

#775E51 color RGB value is (119,94,81).

RGB: (119,94,81) (47%, 37%, 32%)

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 81 of 255 = 32%

119
94
81

R + G + B ~ 39%. #775E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 94 + 81 = 294 (100%)
R 119 of 294 ~ 40.48%
G 94 of 294 ~ 31.97%
B 81 of 294 ~ 27.55'%

%40.48
%31.97
%27.55

CMYK color model

#775E51 color CMYK value is (0,21,32,53).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 31.93%
  • key color value is 53.33%

CMYK: (0,21,32,53)
C0M21Y32K53 (0%, 21%, 32%, 53%)
(0.00 / 0.21 / 0.32 / 0.53)

CMYK percentages

%0
%21.01
%31.93
%53.33

Codes

Color #775E51 in popluar color models

77 5E 51
RGB 119 94 81
HSL 21° 19.00% 39.22%
HSB/HSV 21° 31.93% 46.67%
CMYK 0.00% 21.01% 31.93%
53.33%

Color #775E51 in popluar number systems.

HEX 77 5E 51
Decimal 119 94 81
Binary 1110111 1011110 1010001
Octal 167 136 121

Shades and tints

Shades of #775E51

#775E51
(119,94,81)
#6D564A
(109,86,74)
#634E43
(99,78,67)
#59463C
(89,70,60)
#4F3E35
(79,62,53)
#45362E
(69,54,46)
#3B2E27
(59,46,39)
#312620
(49,38,32)
#271E19
(39,30,25)
#1D1612
(29,22,18)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #775E51

#775E51
(119,94,81)
#836C60
(131,108,96)
#8F7A6F
(143,122,111)
#9B887E
(155,136,126)
#A7968D
(167,150,141)
#B3A49C
(179,164,156)
#BFB2AB
(191,178,171)
#CBC0BA
(203,192,186)
#D7CEC9
(215,206,201)
#E3DCD8
(227,220,216)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775E51; }

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

This text font color is #775E51.

Background Color

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

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

This div background color is #775E51.

Border color

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

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

This div border color is #775E51.

Opacity

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

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

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

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

This text has shadow with #775E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775E51.

Preview

Color preview on black background

This text has color #775E51 on black background.


Color preview on white background

This text has color #775E51 on white background.


Black color preview on #775E51 background

This text has black color on #775E51 background.


White color preview on #775E51 background

This text has white color on #775E51 background.


Related colors

Complementary color

Complementary color for #hex is #88A1AE.


I love getcolorcode.com

Triadic colors

1 #51775E and #5E5177 with #775E51 are triadic colors.

2 #515E77 and #5E7751 with #775E51 are triadic colors.