COLOR #774A68

HEX: #774A68
RGB: (119,74,104)

Color info

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

RGB color model

#774A68 color RGB value is (119,74,104).

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

RGB channels and saturation

R 119 of 255 = 47%
G 74 of 255 = 29%
B 104 of 255 = 41%

119
74
104

R + G + B ~ 39%. #774A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 74 + 104 = 297 (100%)
R 119 of 297 ~ 40.07%
G 74 of 297 ~ 24.92%
B 104 of 297 ~ 35.02%

%40.07
%24.92
%35.02

CMYK color model

#774A68 color CMYK value is (0,38,13,53).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 12.61%
  • key color value is 53.33%
CMYK:
(0,38,13,53)
C0M38Y13K53 
(0%,38%,13%,53%)
(0.00/0.38/0.13/0.53)	

CMYK percentages

%0
%37.82
%12.61
%53.33

Codes

Color #774A68 in popluar color models

774A68
RGB11974104
HSL320°23.32%37.84%
HSB/HSV320°37.82%46.67%
CMYK0.00%37.82%12.61%
53.33%

Color #774A68 in popluar number systems.

HEX774A68
Decimal11974104
Binary111011110010101101000
Octal167112150

Shades and tints

Shades of #774A68

#774A68
(119,74,104)
#6D445F
(109,68,95)
#633E56
(99,62,86)
#59384D
(89,56,77)
#4F3244
(79,50,68)
#452C3B
(69,44,59)
#3B2632
(59,38,50)
#312029
(49,32,41)
#271A20
(39,26,32)
#1D1417
(29,20,23)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #774A68

#774A68
(119,74,104)
#835A75
(131,90,117)
#8F6A82
(143,106,130)
#9B7A8F
(155,122,143)
#A78A9C
(167,138,156)
#B39AA9
(179,154,169)
#BFAAB6
(191,170,182)
#CBBAC3
(203,186,195)
#D7CAD0
(215,202,208)
#E3DADD
(227,218,221)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A68; }

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

This text font color is #774A68.


Background Color

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

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

This div background color is #774A68.


Border color

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

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

This div border color is #774A68.


Opacity

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

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

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

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

This text has shadow with #774A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774A68 on black background.


Color preview on white background

This text has color #774A68 on white background.



Black color preview on #774A68 background

This text has black color on #774A68 background.


White color preview on #774A68 background

This text has white color on #774A68 background.