COLOR #774270

HEX: #774270
RGB: (119,66,112)

Color info

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

RGB color model

#774270 color RGB value is (119,66,112).

  • red value is 119;
  • green value is 66;
  • blue value is 112.
RGB:
(119,66,112)
(47%,26%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 66 of 255 = 26%
B 112 of 255 = 44%

119
66
112

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

Portions of RGB colors in percentages

R + G + B =
119 + 66 + 112 = 297 (100%)
R 119 of 297 ~ 40.07%
G 66 of 297 ~ 22.22%
B 112 of 297 ~ 37.71%

%40.07
%22.22
%37.71

CMYK color model

#774270 color CMYK value is (0,45,6,53).

  • cyan value is 0.00%
  • magenta value is 44.54%
  • yellow value is 5.88%
  • key color value is 53.33%
CMYK:
(0,45,6,53)
C0M45Y6K53 
(0%,45%,6%,53%)
(0.00/0.45/0.06/0.53)	

CMYK percentages

%0
%44.54
%5.88
%53.33

Codes

Color #774270 in popluar color models

774270
RGB11966112
HSL308°28.65%36.27%
HSB/HSV308°44.54%46.67%
CMYK0.00%44.54%5.88%
53.33%

Color #774270 in popluar number systems.

HEX774270
Decimal11966112
Binary111011110000101110000
Octal167102160

Shades and tints

Shades of #774270

#774270
(119,66,112)
#6D3C66
(109,60,102)
#63365C
(99,54,92)
#593052
(89,48,82)
#4F2A48
(79,42,72)
#45243E
(69,36,62)
#3B1E34
(59,30,52)
#31182A
(49,24,42)
#271220
(39,18,32)
#1D0C16
(29,12,22)
#13060C
(19,6,12)
#000000
(0,0,0)

Tints of #774270

#774270
(119,66,112)
#83537D
(131,83,125)
#8F648A
(143,100,138)
#9B7597
(155,117,151)
#A786A4
(167,134,164)
#B397B1
(179,151,177)
#BFA8BE
(191,168,190)
#CBB9CB
(203,185,203)
#D7CAD8
(215,202,216)
#E3DBE5
(227,219,229)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774270 color. Also use rgb(119,66,112) instead hex code.

Text Font Color

.myTextColor { color: #774270; }

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

This text font color is #774270.


Background Color

.myBgColor { background-color: #774270; }

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

This div background color is #774270.


Border color

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

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

This div border color is #774270.


Opacity

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

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

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

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

This text has shadow with #774270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774270 on black background.


Color preview on white background

This text has color #774270 on white background.



Black color preview on #774270 background

This text has black color on #774270 background.


White color preview on #774270 background

This text has white color on #774270 background.