COLOR #775A64

HEX: #775A64 RGB: (119,90,100)

Color info

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

RGB color model

#775A64 color RGB value is (119,90,100).

RGB: (119,90,100) (47%, 35%, 39%)

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 100 of 255 = 39%

119
90
100

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

Portions of RGB colors in percentages

R + G + B = 119 + 90 + 100 = 309 (100%)
R 119 of 309 ~ 38.51%
G 90 of 309 ~ 29.13%
B 100 of 309 ~ 32.36'%

%38.51
%29.13
%32.36

CMYK color model

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

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

CMYK: (0,24,16,53)
C0M24Y16K53 (0%, 24%, 16%, 53%)
(0.00 / 0.24 / 0.16 / 0.53)

CMYK percentages

%0
%24.37
%15.97
%53.33

Codes

Color #775A64 in popluar color models

77 5A 64
RGB 119 90 100
HSL 339° 13.88% 40.98%
HSB/HSV 339° 24.37% 46.67%
CMYK 0.00% 24.37% 15.97%
53.33%

Color #775A64 in popluar number systems.

HEX 77 5A 64
Decimal 119 90 100
Binary 1110111 1011010 1100100
Octal 167 132 144

Shades and tints

Shades of #775A64

#775A64
(119,90,100)
#6D525B
(109,82,91)
#634A52
(99,74,82)
#594249
(89,66,73)
#4F3A40
(79,58,64)
#453237
(69,50,55)
#3B2A2E
(59,42,46)
#312225
(49,34,37)
#271A1C
(39,26,28)
#1D1213
(29,18,19)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #775A64

#775A64
(119,90,100)
#836972
(131,105,114)
#8F7880
(143,120,128)
#9B878E
(155,135,142)
#A7969C
(167,150,156)
#B3A5AA
(179,165,170)
#BFB4B8
(191,180,184)
#CBC3C6
(203,195,198)
#D7D2D4
(215,210,212)
#E3E1E2
(227,225,226)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775A64; }

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

This text font color is #775A64.

Background Color

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

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

This div background color is #775A64.

Border color

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

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

This div border color is #775A64.

Opacity

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

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

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

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

This text has shadow with #775A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775A64.

Preview

Color preview on black background

This text has color #775A64 on black background.


Color preview on white background

This text has color #775A64 on white background.


Black color preview on #775A64 background

This text has black color on #775A64 background.


White color preview on #775A64 background

This text has white color on #775A64 background.


Related colors

Complementary color

Complementary color for #hex is #88A59B.


I love getcolorcode.com

Triadic colors

1 #64775A and #5A6477 with #775A64 are triadic colors.

2 #645A77 and #5A7764 with #775A64 are triadic colors.