COLOR #774964

HEX: #774964
RGB: (119,73,100)

Color info

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

RGB color model

#774964 color RGB value is (119,73,100).

  • red value is 119;
  • green value is 73;
  • blue value is 100.
RGB:
(119,73,100)
(47%,29%,39%)

RGB channels and saturation

R 119 of 255 = 47%
G 73 of 255 = 29%
B 100 of 255 = 39%

119
73
100

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

Portions of RGB colors in percentages

R + G + B =
119 + 73 + 100 = 292 (100%)
R 119 of 292 ~ 40.75%
G 73 of 292 ~ 25%
B 100 of 292 ~ 34.25%

%40.75
%25
%34.25

CMYK color model

#774964 color CMYK value is (0,39,16,53).

  • cyan value is 0.00%
  • magenta value is 38.66%
  • yellow value is 15.97%
  • key color value is 53.33%
CMYK:
(0,39,16,53)
C0M39Y16K53 
(0%,39%,16%,53%)
(0.00/0.39/0.16/0.53)	

CMYK percentages

%0
%38.66
%15.97
%53.33

Codes

Color #774964 in popluar color models

774964
RGB11973100
HSL325°23.96%37.65%
HSB/HSV325°38.66%46.67%
CMYK0.00%38.66%15.97%
53.33%

Color #774964 in popluar number systems.

HEX774964
Decimal11973100
Binary111011110010011100100
Octal167111144

Shades and tints

Shades of #774964

#774964
(119,73,100)
#6D435B
(109,67,91)
#633D52
(99,61,82)
#593749
(89,55,73)
#4F3140
(79,49,64)
#452B37
(69,43,55)
#3B252E
(59,37,46)
#311F25
(49,31,37)
#27191C
(39,25,28)
#1D1313
(29,19,19)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #774964

#774964
(119,73,100)
#835972
(131,89,114)
#8F6980
(143,105,128)
#9B798E
(155,121,142)
#A7899C
(167,137,156)
#B399AA
(179,153,170)
#BFA9B8
(191,169,184)
#CBB9C6
(203,185,198)
#D7C9D4
(215,201,212)
#E3D9E2
(227,217,226)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774964 color. Also use rgb(119,73,100) instead hex code.

Text Font Color

.myTextColor { color: #774964; }

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

This text font color is #774964.


Background Color

.myBgColor { background-color: #774964; }

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

This div background color is #774964.


Border color

.myBorderColor { border: 1px solid #774964; }

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

This div border color is #774964.


Opacity

.myOpacity80 { color: #774964; opacity: 0.8; }

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

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

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

This text has shadow with #774964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774964 on black background.


Color preview on white background

This text has color #774964 on white background.



Black color preview on #774964 background

This text has black color on #774964 background.


White color preview on #774964 background

This text has white color on #774964 background.