COLOR #774D54

HEX: #774D54
RGB: (119,77,84)

Color info

#774D54 contains red, green and blue colors in about the same proportion. Web safe color of #774D54 is #663366 (or #636).

RGB color model

#774D54 color RGB value is (119,77,84).

  • red value is 119;
  • green value is 77;
  • blue value is 84.
RGB:
(119,77,84)
(47%,30%,33%)

RGB channels and saturation

R 119 of 255 = 47%
G 77 of 255 = 30%
B 84 of 255 = 33%

119
77
84

R + G + B ~ 37%. #774D54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 77 + 84 = 280 (100%)
R 119 of 280 ~ 42.5%
G 77 of 280 ~ 27.5%
B 84 of 280 ~ 30%

%42.5
%27.5
%30

CMYK color model

#774D54 color CMYK value is (0,35,29,53).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 29.41%
  • key color value is 53.33%
CMYK:
(0,35,29,53)
C0M35Y29K53 
(0%,35%,29%,53%)
(0.00/0.35/0.29/0.53)	

CMYK percentages

%0
%35.29
%29.41
%53.33

Codes

Color #774D54 in popluar color models

774D54
RGB1197784
HSL350°21.43%38.43%
HSB/HSV350°35.29%46.67%
CMYK0.00%35.29%29.41%
53.33%

Color #774D54 in popluar number systems.

HEX774D54
Decimal1197784
Binary111011110011011010100
Octal167115124

Shades and tints

Shades of #774D54

#774D54
(119,77,84)
#6D464D
(109,70,77)
#633F46
(99,63,70)
#59383F
(89,56,63)
#4F3138
(79,49,56)
#452A31
(69,42,49)
#3B232A
(59,35,42)
#311C23
(49,28,35)
#27151C
(39,21,28)
#1D0E15
(29,14,21)
#13070E
(19,7,14)
#000000
(0,0,0)

Tints of #774D54

#774D54
(119,77,84)
#835D63
(131,93,99)
#8F6D72
(143,109,114)
#9B7D81
(155,125,129)
#A78D90
(167,141,144)
#B39D9F
(179,157,159)
#BFADAE
(191,173,174)
#CBBDBD
(203,189,189)
#D7CDCC
(215,205,204)
#E3DDDB
(227,221,219)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774D54 color. Also use rgb(119,77,84) instead hex code.

Text Font Color

.myTextColor { color: #774D54; }

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

This text font color is #774D54.


Background Color

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

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

This div background color is #774D54.


Border color

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

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

This div border color is #774D54.


Opacity

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

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

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

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

This text has shadow with #774D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774D54 on black background.


Color preview on white background

This text has color #774D54 on white background.



Black color preview on #774D54 background

This text has black color on #774D54 background.


White color preview on #774D54 background

This text has white color on #774D54 background.