COLOR #774074

HEX: #774074
RGB: (119,64,116)

Color info

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

RGB color model

#774074 color RGB value is (119,64,116).

  • red value is 119;
  • green value is 64;
  • blue value is 116.
RGB:
(119,64,116)
(47%,25%,45%)

RGB channels and saturation

R 119 of 255 = 47%
G 64 of 255 = 25%
B 116 of 255 = 45%

119
64
116

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

Portions of RGB colors in percentages

R + G + B =
119 + 64 + 116 = 299 (100%)
R 119 of 299 ~ 39.8%
G 64 of 299 ~ 21.4%
B 116 of 299 ~ 38.8%

%39.8
%21.4
%38.8

CMYK color model

#774074 color CMYK value is (0,46,3,53).

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 2.52%
  • key color value is 53.33%
CMYK:
(0,46,3,53)
C0M46Y3K53 
(0%,46%,3%,53%)
(0.00/0.46/0.03/0.53)	

CMYK percentages

%0
%46.22
%2.52
%53.33

Codes

Color #774074 in popluar color models

774074
RGB11964116
HSL303°30.05%35.88%
HSB/HSV303°46.22%46.67%
CMYK0.00%46.22%2.52%
53.33%

Color #774074 in popluar number systems.

HEX774074
Decimal11964116
Binary111011110000001110100
Octal167100164

Shades and tints

Shades of #774074

#774074
(119,64,116)
#6D3B6A
(109,59,106)
#633660
(99,54,96)
#593156
(89,49,86)
#4F2C4C
(79,44,76)
#452742
(69,39,66)
#3B2238
(59,34,56)
#311D2E
(49,29,46)
#271824
(39,24,36)
#1D131A
(29,19,26)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #774074

#774074
(119,64,116)
#835180
(131,81,128)
#8F628C
(143,98,140)
#9B7398
(155,115,152)
#A784A4
(167,132,164)
#B395B0
(179,149,176)
#BFA6BC
(191,166,188)
#CBB7C8
(203,183,200)
#D7C8D4
(215,200,212)
#E3D9E0
(227,217,224)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774074 color. Also use rgb(119,64,116) instead hex code.

Text Font Color

.myTextColor { color: #774074; }

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

This text font color is #774074.


Background Color

.myBgColor { background-color: #774074; }

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

This div background color is #774074.


Border color

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

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

This div border color is #774074.


Opacity

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

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

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

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

This text has shadow with #774074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774074 on black background.


Color preview on white background

This text has color #774074 on white background.



Black color preview on #774074 background

This text has black color on #774074 background.


White color preview on #774074 background

This text has white color on #774074 background.