COLOR #775A65

HEX: #775A65 RGB: (119,90,101)

Color info

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

RGB color model

#775A65 color RGB value is (119,90,101).

RGB: (119,90,101) (47%, 35%, 40%)

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 101 of 255 = 40%

119
90
101

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

Portions of RGB colors in percentages

R + G + B = 119 + 90 + 101 = 310 (100%)
R 119 of 310 ~ 38.39%
G 90 of 310 ~ 29.03%
B 101 of 310 ~ 32.58'%

%38.39
%29.03
%32.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 15.13%
  • key color value is 53.33%

CMYK: (0,24,15,53)
C0M24Y15K53 (0%, 24%, 15%, 53%)
(0.00 / 0.24 / 0.15 / 0.53)

CMYK percentages

%0
%24.37
%15.13
%53.33

Codes

Color #775A65 in popluar color models

77 5A 65
RGB 119 90 101
HSL 337° 13.88% 40.98%
HSB/HSV 337° 24.37% 46.67%
CMYK 0.00% 24.37% 15.13%
53.33%

Color #775A65 in popluar number systems.

HEX 77 5A 65
Decimal 119 90 101
Binary 1110111 1011010 1100101
Octal 167 132 145

Shades and tints

Shades of #775A65

#775A65
(119,90,101)
#6D525C
(109,82,92)
#634A53
(99,74,83)
#59424A
(89,66,74)
#4F3A41
(79,58,65)
#453238
(69,50,56)
#3B2A2F
(59,42,47)
#312226
(49,34,38)
#271A1D
(39,26,29)
#1D1214
(29,18,20)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #775A65

#775A65
(119,90,101)
#836973
(131,105,115)
#8F7881
(143,120,129)
#9B878F
(155,135,143)
#A7969D
(167,150,157)
#B3A5AB
(179,165,171)
#BFB4B9
(191,180,185)
#CBC3C7
(203,195,199)
#D7D2D5
(215,210,213)
#E3E1E3
(227,225,227)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775A65; }

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

This text font color is #775A65.

Background Color

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

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

This div background color is #775A65.

Border color

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

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

This div border color is #775A65.

Opacity

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

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

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

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

This text has shadow with #775A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775A65.

Preview

Color preview on black background

This text has color #775A65 on black background.


Color preview on white background

This text has color #775A65 on white background.


Black color preview on #775A65 background

This text has black color on #775A65 background.


White color preview on #775A65 background

This text has white color on #775A65 background.


Related colors

Complementary color

Complementary color for #hex is #88A59A.


I love getcolorcode.com

Triadic colors

1 #65775A and #5A6577 with #775A65 are triadic colors.

2 #655A77 and #5A7765 with #775A65 are triadic colors.