COLOR #775F5A

HEX: #775F5A RGB: (119,95,90)

Color info

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

RGB color model

#775F5A color RGB value is (119,95,90).

RGB: (119,95,90) (47%, 37%, 35%)

RGB channels and saturation

R 119 of 255 = 47%
G 95 of 255 = 37%
B 90 of 255 = 35%

119
95
90

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

Portions of RGB colors in percentages

R + G + B = 119 + 95 + 90 = 304 (100%)
R 119 of 304 ~ 39.14%
G 95 of 304 ~ 31.25%
B 90 of 304 ~ 29.61'%

%39.14
%31.25
%29.61

CMYK color model

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

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

CMYK: (0,20,24,53)
C0M20Y24K53 (0%, 20%, 24%, 53%)
(0.00 / 0.20 / 0.24 / 0.53)

CMYK percentages

%0
%20.17
%24.37
%53.33

Codes

Color #775F5A in popluar color models

77 5F 5A
RGB 119 95 90
HSL 10° 13.88% 40.98%
HSB/HSV 10° 24.37% 46.67%
CMYK 0.00% 20.17% 24.37%
53.33%

Color #775F5A in popluar number systems.

HEX 77 5F 5A
Decimal 119 95 90
Binary 1110111 1011111 1011010
Octal 167 137 132

Shades and tints

Shades of #775F5A

#775F5A
(119,95,90)
#6D5752
(109,87,82)
#634F4A
(99,79,74)
#594742
(89,71,66)
#4F3F3A
(79,63,58)
#453732
(69,55,50)
#3B2F2A
(59,47,42)
#312722
(49,39,34)
#271F1A
(39,31,26)
#1D1712
(29,23,18)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #775F5A

#775F5A
(119,95,90)
#836D69
(131,109,105)
#8F7B78
(143,123,120)
#9B8987
(155,137,135)
#A79796
(167,151,150)
#B3A5A5
(179,165,165)
#BFB3B4
(191,179,180)
#CBC1C3
(203,193,195)
#D7CFD2
(215,207,210)
#E3DDE1
(227,221,225)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775F5A; }

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

This text font color is #775F5A.

Background Color

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

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

This div background color is #775F5A.

Border color

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

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

This div border color is #775F5A.

Opacity

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

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

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

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

This text has shadow with #775F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775F5A.

Preview

Color preview on black background

This text has color #775F5A on black background.


Color preview on white background

This text has color #775F5A on white background.


Black color preview on #775F5A background

This text has black color on #775F5A background.


White color preview on #775F5A background

This text has white color on #775F5A background.


Related colors

Complementary color

Complementary color for #hex is #88A0A5.


I love getcolorcode.com

Triadic colors

1 #5A775F and #5F5A77 with #775F5A are triadic colors.

2 #5A5F77 and #5F775A with #775F5A are triadic colors.