COLOR #775B60

HEX: #775B60 RGB: (119,91,96)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

119
91
96

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

Portions of RGB colors in percentages

R + G + B = 119 + 91 + 96 = 306 (100%)
R 119 of 306 ~ 38.89%
G 91 of 306 ~ 29.74%
B 96 of 306 ~ 31.37'%

%38.89
%29.74
%31.37

CMYK color model

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

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

CMYK: (0,24,19,53)
C0M24Y19K53 (0%, 24%, 19%, 53%)
(0.00 / 0.24 / 0.19 / 0.53)

CMYK percentages

%0
%23.53
%19.33
%53.33

Codes

Color #775B60 in popluar color models

77 5B 60
RGB 119 91 96
HSL 349° 13.33% 41.18%
HSB/HSV 349° 23.53% 46.67%
CMYK 0.00% 23.53% 19.33%
53.33%

Color #775B60 in popluar number systems.

HEX 77 5B 60
Decimal 119 91 96
Binary 1110111 1011011 1100000
Octal 167 133 140

Shades and tints

Shades of #775B60

#775B60
(119,91,96)
#6D5358
(109,83,88)
#634B50
(99,75,80)
#594348
(89,67,72)
#4F3B40
(79,59,64)
#453338
(69,51,56)
#3B2B30
(59,43,48)
#312328
(49,35,40)
#271B20
(39,27,32)
#1D1318
(29,19,24)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #775B60

#775B60
(119,91,96)
#83696E
(131,105,110)
#8F777C
(143,119,124)
#9B858A
(155,133,138)
#A79398
(167,147,152)
#B3A1A6
(179,161,166)
#BFAFB4
(191,175,180)
#CBBDC2
(203,189,194)
#D7CBD0
(215,203,208)
#E3D9DE
(227,217,222)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775B60; }

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

This text font color is #775B60.

Background Color

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

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

This div background color is #775B60.

Border color

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

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

This div border color is #775B60.

Opacity

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

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

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

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

This text has shadow with #775B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775B60.

Preview

Color preview on black background

This text has color #775B60 on black background.


Color preview on white background

This text has color #775B60 on white background.


Black color preview on #775B60 background

This text has black color on #775B60 background.


White color preview on #775B60 background

This text has white color on #775B60 background.


Related colors

Complementary color

Complementary color for #hex is #88A49F.


I love getcolorcode.com

Triadic colors

1 #60775B and #5B6077 with #775B60 are triadic colors.

2 #605B77 and #5B7760 with #775B60 are triadic colors.