COLOR #774A56

HEX: #774A56
RGB: (119,74,86)

Color info

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

RGB color model

#774A56 color RGB value is (119,74,86).

  • red value is 119;
  • green value is 74;
  • blue value is 86.
RGB:
(119,74,86)
(47%,29%,34%)

RGB channels and saturation

R 119 of 255 = 47%
G 74 of 255 = 29%
B 86 of 255 = 34%

119
74
86

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

Portions of RGB colors in percentages

R + G + B =
119 + 74 + 86 = 279 (100%)
R 119 of 279 ~ 42.65%
G 74 of 279 ~ 26.52%
B 86 of 279 ~ 30.82%

%42.65
%26.52
%30.82

CMYK color model

#774A56 color CMYK value is (0,38,28,53).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 27.73%
  • key color value is 53.33%
CMYK:
(0,38,28,53)
C0M38Y28K53 
(0%,38%,28%,53%)
(0.00/0.38/0.28/0.53)	

CMYK percentages

%0
%37.82
%27.73
%53.33

Codes

Color #774A56 in popluar color models

774A56
RGB1197486
HSL344°23.32%37.84%
HSB/HSV344°37.82%46.67%
CMYK0.00%37.82%27.73%
53.33%

Color #774A56 in popluar number systems.

HEX774A56
Decimal1197486
Binary111011110010101010110
Octal167112126

Shades and tints

Shades of #774A56

#774A56
(119,74,86)
#6D444F
(109,68,79)
#633E48
(99,62,72)
#593841
(89,56,65)
#4F323A
(79,50,58)
#452C33
(69,44,51)
#3B262C
(59,38,44)
#312025
(49,32,37)
#271A1E
(39,26,30)
#1D1417
(29,20,23)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #774A56

#774A56
(119,74,86)
#835A65
(131,90,101)
#8F6A74
(143,106,116)
#9B7A83
(155,122,131)
#A78A92
(167,138,146)
#B39AA1
(179,154,161)
#BFAAB0
(191,170,176)
#CBBABF
(203,186,191)
#D7CACE
(215,202,206)
#E3DADD
(227,218,221)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774A56 color. Also use rgb(119,74,86) instead hex code.

Text Font Color

.myTextColor { color: #774A56; }

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

This text font color is #774A56.


Background Color

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

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

This div background color is #774A56.


Border color

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

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

This div border color is #774A56.


Opacity

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

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

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

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

This text has shadow with #774A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774A56 on black background.


Color preview on white background

This text has color #774A56 on white background.



Black color preview on #774A56 background

This text has black color on #774A56 background.


White color preview on #774A56 background

This text has white color on #774A56 background.