COLOR #774F5C

HEX: #774F5C RGB: (119,79,92)

Color info

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

RGB color model

#774F5C color RGB value is (119,79,92).

RGB: (119,79,92) (47%, 31%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 79 of 255 = 31%
B 92 of 255 = 36%

119
79
92

R + G + B ~ 38%. #774F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 79 + 92 = 290 (100%)
R 119 of 290 ~ 41.03%
G 79 of 290 ~ 27.24%
B 92 of 290 ~ 31.72'%

%41.03
%27.24
%31.72

CMYK color model

#774F5C color CMYK value is (0,34,23,53).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 22.69%
  • key color value is 53.33%

CMYK: (0,34,23,53)
C0M34Y23K53 (0%, 34%, 23%, 53%)
(0.00 / 0.34 / 0.23 / 0.53)

CMYK percentages

%0
%33.61
%22.69
%53.33

Codes

Color #774F5C in popluar color models

77 4F 5C
RGB 119 79 92
HSL 341° 20.20% 38.82%
HSB/HSV 341° 33.61% 46.67%
CMYK 0.00% 33.61% 22.69%
53.33%

Color #774F5C in popluar number systems.

HEX 77 4F 5C
Decimal 119 79 92
Binary 1110111 1001111 1011100
Octal 167 117 134

Shades and tints

Shades of #774F5C

#774F5C
(119,79,92)
#6D4854
(109,72,84)
#63414C
(99,65,76)
#593A44
(89,58,68)
#4F333C
(79,51,60)
#452C34
(69,44,52)
#3B252C
(59,37,44)
#311E24
(49,30,36)
#27171C
(39,23,28)
#1D1014
(29,16,20)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #774F5C

#774F5C
(119,79,92)
#835F6A
(131,95,106)
#8F6F78
(143,111,120)
#9B7F86
(155,127,134)
#A78F94
(167,143,148)
#B39FA2
(179,159,162)
#BFAFB0
(191,175,176)
#CBBFBE
(203,191,190)
#D7CFCC
(215,207,204)
#E3DFDA
(227,223,218)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774F5C color. Also use rgb(119,79,92) instead hex code.

Text Font Color

.myTextColor { color: #774F5C; }

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

This text font color is #774F5C.

Background Color

.myBgColor { background-color: #774F5C; }

<div style="background-color:#774F5C">Inner text</div>

This div background color is #774F5C.

Border color

.myBorderColor { border: 1px solid #774F5C; }

<div style="border:3px solid #774F5C">Div</div>

This div border color is #774F5C.

Opacity

.myOpacity80 { color: #774F5C; opacity: 0.8; }

<p style="color:#774F5C;opacity:0.8;">80%</p>

Text with #774F5C 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 #774F5C;}

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

This text has shadow with #774F5C color.


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

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

This text has shadow with #774F5C primary color and red secondary color.


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

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

This text has shadow with #774F5C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #774F5C.

Preview

Color preview on black background

This text has color #774F5C on black background.


Color preview on white background

This text has color #774F5C on white background.


Black color preview on #774F5C background

This text has black color on #774F5C background.


White color preview on #774F5C background

This text has white color on #774F5C background.


Related colors

Complementary color

Complementary color for #hex is #88B0A3.


I love getcolorcode.com

Triadic colors

1 #5C774F and #4F5C77 with #774F5C are triadic colors.

2 #5C4F77 and #4F775C with #774F5C are triadic colors.