COLOR #775C5B

HEX: #775C5B RGB: (119,92,91)

Color info

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

RGB color model

#775C5B color RGB value is (119,92,91).

RGB: (119,92,91) (47%, 36%, 36%)

RGB channels and saturation

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

119
92
91

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

Portions of RGB colors in percentages

R + G + B = 119 + 92 + 91 = 302 (100%)
R 119 of 302 ~ 39.4%
G 92 of 302 ~ 30.46%
B 91 of 302 ~ 30.13'%

%39.4
%30.46
%30.13

CMYK color model

#775C5B color CMYK value is (0,23,24,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 23.53%
  • key color value is 53.33%

CMYK: (0,23,24,53)
C0M23Y24K53 (0%, 23%, 24%, 53%)
(0.00 / 0.23 / 0.24 / 0.53)

CMYK percentages

%0
%22.69
%23.53
%53.33

Codes

Color #775C5B in popluar color models

77 5C 5B
RGB 119 92 91
HSL 13.33% 41.18%
HSB/HSV 23.53% 46.67%
CMYK 0.00% 22.69% 23.53%
53.33%

Color #775C5B in popluar number systems.

HEX 77 5C 5B
Decimal 119 92 91
Binary 1110111 1011100 1011011
Octal 167 134 133

Shades and tints

Shades of #775C5B

#775C5B
(119,92,91)
#6D5453
(109,84,83)
#634C4B
(99,76,75)
#594443
(89,68,67)
#4F3C3B
(79,60,59)
#453433
(69,52,51)
#3B2C2B
(59,44,43)
#312423
(49,36,35)
#271C1B
(39,28,27)
#1D1413
(29,20,19)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #775C5B

#775C5B
(119,92,91)
#836A69
(131,106,105)
#8F7877
(143,120,119)
#9B8685
(155,134,133)
#A79493
(167,148,147)
#B3A2A1
(179,162,161)
#BFB0AF
(191,176,175)
#CBBEBD
(203,190,189)
#D7CCCB
(215,204,203)
#E3DAD9
(227,218,217)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C5B; }

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

This text font color is #775C5B.

Background Color

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

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

This div background color is #775C5B.

Border color

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

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

This div border color is #775C5B.

Opacity

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

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

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

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

This text has shadow with #775C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775C5B.

Preview

Color preview on black background

This text has color #775C5B on black background.


Color preview on white background

This text has color #775C5B on white background.


Black color preview on #775C5B background

This text has black color on #775C5B background.


White color preview on #775C5B background

This text has white color on #775C5B background.


Related colors

Complementary color

Complementary color for #hex is #88A3A4.


I love getcolorcode.com

Triadic colors

1 #5B775C and #5C5B77 with #775C5B are triadic colors.

2 #5B5C77 and #5C775B with #775C5B are triadic colors.