COLOR #774A62

HEX: #774A62
RGB: (119,74,98)

Color info

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

RGB color model

#774A62 color RGB value is (119,74,98).

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

RGB channels and saturation

R 119 of 255 = 47%
G 74 of 255 = 29%
B 98 of 255 = 38%

119
74
98

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

Portions of RGB colors in percentages

R + G + B =
119 + 74 + 98 = 291 (100%)
R 119 of 291 ~ 40.89%
G 74 of 291 ~ 25.43%
B 98 of 291 ~ 33.68%

%40.89
%25.43
%33.68

CMYK color model

#774A62 color CMYK value is (0,38,18,53).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 17.65%
  • key color value is 53.33%
CMYK:
(0,38,18,53)
C0M38Y18K53 
(0%,38%,18%,53%)
(0.00/0.38/0.18/0.53)	

CMYK percentages

%0
%37.82
%17.65
%53.33

Codes

Color #774A62 in popluar color models

774A62
RGB1197498
HSL328°23.32%37.84%
HSB/HSV328°37.82%46.67%
CMYK0.00%37.82%17.65%
53.33%

Color #774A62 in popluar number systems.

HEX774A62
Decimal1197498
Binary111011110010101100010
Octal167112142

Shades and tints

Shades of #774A62

#774A62
(119,74,98)
#6D445A
(109,68,90)
#633E52
(99,62,82)
#59384A
(89,56,74)
#4F3242
(79,50,66)
#452C3A
(69,44,58)
#3B2632
(59,38,50)
#31202A
(49,32,42)
#271A22
(39,26,34)
#1D141A
(29,20,26)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #774A62

#774A62
(119,74,98)
#835A70
(131,90,112)
#8F6A7E
(143,106,126)
#9B7A8C
(155,122,140)
#A78A9A
(167,138,154)
#B39AA8
(179,154,168)
#BFAAB6
(191,170,182)
#CBBAC4
(203,186,196)
#D7CAD2
(215,202,210)
#E3DAE0
(227,218,224)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A62; }

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

This text font color is #774A62.


Background Color

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

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

This div background color is #774A62.


Border color

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

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

This div border color is #774A62.


Opacity

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

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

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

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

This text has shadow with #774A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774A62 on black background.


Color preview on white background

This text has color #774A62 on white background.



Black color preview on #774A62 background

This text has black color on #774A62 background.


White color preview on #774A62 background

This text has white color on #774A62 background.