COLOR #775B5B

HEX: #775B5B RGB: (119,91,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

119
91
91

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

Portions of RGB colors in percentages

R + G + B = 119 + 91 + 91 = 301 (100%)
R 119 of 301 ~ 39.53%
G 91 of 301 ~ 30.23%
B 91 of 301 ~ 30.23'%

%39.53
%30.23
%30.23

CMYK color model

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

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

CMYK: (0,24,24,53)
C0M24Y24K53 (0%, 24%, 24%, 53%)
(0.00 / 0.24 / 0.24 / 0.53)

CMYK percentages

%0
%23.53
%23.53
%53.33

Codes

Color #775B5B in popluar color models

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

Color #775B5B in popluar number systems.

HEX 77 5B 5B
Decimal 119 91 91
Binary 1110111 1011011 1011011
Octal 167 133 133

Shades and tints

Shades of #775B5B

#775B5B
(119,91,91)
#6D5353
(109,83,83)
#634B4B
(99,75,75)
#594343
(89,67,67)
#4F3B3B
(79,59,59)
#453333
(69,51,51)
#3B2B2B
(59,43,43)
#312323
(49,35,35)
#271B1B
(39,27,27)
#1D1313
(29,19,19)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #775B5B

#775B5B
(119,91,91)
#836969
(131,105,105)
#8F7777
(143,119,119)
#9B8585
(155,133,133)
#A79393
(167,147,147)
#B3A1A1
(179,161,161)
#BFAFAF
(191,175,175)
#CBBDBD
(203,189,189)
#D7CBCB
(215,203,203)
#E3D9D9
(227,217,217)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775B5B; }

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

This text font color is #775B5B.

Background Color

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

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

This div background color is #775B5B.

Border color

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

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

This div border color is #775B5B.

Opacity

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

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

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

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

This text has shadow with #775B5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775B5B.

Preview

Color preview on black background

This text has color #775B5B on black background.


Color preview on white background

This text has color #775B5B on white background.


Black color preview on #775B5B background

This text has black color on #775B5B background.


White color preview on #775B5B background

This text has white color on #775B5B background.


Related colors

Complementary color

Complementary color for #hex is #88A4A4.


I love getcolorcode.com