COLOR #775A69

HEX: #775A69
RGB: (119,90,105)

Color info

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

RGB color model

#775A69 color RGB value is (119,90,105).

  • red value is 119;
  • green value is 90;
  • blue value is 105.
RGB:
(119,90,105)
(47%,35%,41%)

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 105 of 255 = 41%

119
90
105

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

Portions of RGB colors in percentages

R + G + B =
119 + 90 + 105 = 314 (100%)
R 119 of 314 ~ 37.9%
G 90 of 314 ~ 28.66%
B 105 of 314 ~ 33.44%

%37.9
%28.66
%33.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 11.76%
  • key color value is 53.33%
CMYK:
(0,24,12,53)
C0M24Y12K53 
(0%,24%,12%,53%)
(0.00/0.24/0.12/0.53)	

CMYK percentages

%0
%24.37
%11.76
%53.33

Codes

Color #775A69 in popluar color models

775A69
RGB11990105
HSL329°13.88%40.98%
HSB/HSV329°24.37%46.67%
CMYK0.00%24.37%11.76%
53.33%

Color #775A69 in popluar number systems.

HEX775A69
Decimal11990105
Binary111011110110101101001
Octal167132151

Shades and tints

Shades of #775A69

#775A69
(119,90,105)
#6D5260
(109,82,96)
#634A57
(99,74,87)
#59424E
(89,66,78)
#4F3A45
(79,58,69)
#45323C
(69,50,60)
#3B2A33
(59,42,51)
#31222A
(49,34,42)
#271A21
(39,26,33)
#1D1218
(29,18,24)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #775A69

#775A69
(119,90,105)
#836976
(131,105,118)
#8F7883
(143,120,131)
#9B8790
(155,135,144)
#A7969D
(167,150,157)
#B3A5AA
(179,165,170)
#BFB4B7
(191,180,183)
#CBC3C4
(203,195,196)
#D7D2D1
(215,210,209)
#E3E1DE
(227,225,222)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775A69; }

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

This text font color is #775A69.


Background Color

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

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

This div background color is #775A69.


Border color

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

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

This div border color is #775A69.


Opacity

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

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

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

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

This text has shadow with #775A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775A69 on black background.


Color preview on white background

This text has color #775A69 on white background.



Black color preview on #775A69 background

This text has black color on #775A69 background.


White color preview on #775A69 background

This text has white color on #775A69 background.