COLOR #775F53

HEX: #775F53 RGB: (119,95,83)

Color info

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

RGB color model

#775F53 color RGB value is (119,95,83).

RGB: (119,95,83) (47%, 37%, 33%)

RGB channels and saturation

R 119 of 255 = 47%
G 95 of 255 = 37%
B 83 of 255 = 33%

119
95
83

R + G + B ~ 39%. #775F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 95 + 83 = 297 (100%)
R 119 of 297 ~ 40.07%
G 95 of 297 ~ 31.99%
B 83 of 297 ~ 27.95'%

%40.07
%31.99
%27.95

CMYK color model

#775F53 color CMYK value is (0,20,30,53).

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

CMYK: (0,20,30,53)
C0M20Y30K53 (0%, 20%, 30%, 53%)
(0.00 / 0.20 / 0.30 / 0.53)

CMYK percentages

%0
%20.17
%30.25
%53.33

Codes

Color #775F53 in popluar color models

77 5F 53
RGB 119 95 83
HSL 20° 17.82% 39.61%
HSB/HSV 20° 30.25% 46.67%
CMYK 0.00% 20.17% 30.25%
53.33%

Color #775F53 in popluar number systems.

HEX 77 5F 53
Decimal 119 95 83
Binary 1110111 1011111 1010011
Octal 167 137 123

Shades and tints

Shades of #775F53

#775F53
(119,95,83)
#6D574C
(109,87,76)
#634F45
(99,79,69)
#59473E
(89,71,62)
#4F3F37
(79,63,55)
#453730
(69,55,48)
#3B2F29
(59,47,41)
#312722
(49,39,34)
#271F1B
(39,31,27)
#1D1714
(29,23,20)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #775F53

#775F53
(119,95,83)
#836D62
(131,109,98)
#8F7B71
(143,123,113)
#9B8980
(155,137,128)
#A7978F
(167,151,143)
#B3A59E
(179,165,158)
#BFB3AD
(191,179,173)
#CBC1BC
(203,193,188)
#D7CFCB
(215,207,203)
#E3DDDA
(227,221,218)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775F53; }

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

This text font color is #775F53.

Background Color

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

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

This div background color is #775F53.

Border color

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

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

This div border color is #775F53.

Opacity

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

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

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

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

This text has shadow with #775F53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775F53.

Preview

Color preview on black background

This text has color #775F53 on black background.


Color preview on white background

This text has color #775F53 on white background.


Black color preview on #775F53 background

This text has black color on #775F53 background.


White color preview on #775F53 background

This text has white color on #775F53 background.


Related colors

Complementary color

Complementary color for #hex is #88A0AC.


I love getcolorcode.com

Triadic colors

1 #53775F and #5F5377 with #775F53 are triadic colors.

2 #535F77 and #5F7753 with #775F53 are triadic colors.