COLOR #773F70

HEX: #773F70 RGB: (119,63,112)

Color info

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

RGB color model

#773F70 color RGB value is (119,63,112).

RGB: (119,63,112) (47%, 25%, 44%)

RGB channels and saturation

R 119 of 255 = 47%
G 63 of 255 = 25%
B 112 of 255 = 44%

119
63
112

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

Portions of RGB colors in percentages

R + G + B = 119 + 63 + 112 = 294 (100%)
R 119 of 294 ~ 40.48%
G 63 of 294 ~ 21.43%
B 112 of 294 ~ 38.1'%

%40.48
%21.43
%38.1

CMYK color model

#773F70 color CMYK value is (0,47,6,53).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 5.88%
  • key color value is 53.33%
CMYK: (0,47,6,53) C0M47Y6K53 (0%,47%,6%,53%) (0.00/0.47/0.06/0.53) 

CMYK percentages

%0
%47.06
%5.88
%53.33

Codes

Color #773F70 in popluar color models

77 3F 70
RGB 119 63 112
HSL 308° 30.77% 35.69%
HSB/HSV 308° 47.06% 46.67%
CMYK 0.00% 47.06% 5.88%
53.33%

Color #773F70 in popluar number systems.

HEX 77 3F 70
Decimal 119 63 112
Binary 1110111 111111 1110000
Octal 167 77 160

Shades and tints

Shades of #773F70

#773F70
(119,63,112)
#6D3A66
(109,58,102)
#63355C
(99,53,92)
#593052
(89,48,82)
#4F2B48
(79,43,72)
#45263E
(69,38,62)
#3B2134
(59,33,52)
#311C2A
(49,28,42)
#271720
(39,23,32)
#1D1216
(29,18,22)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #773F70

#773F70
(119,63,112)
#83507D
(131,80,125)
#8F618A
(143,97,138)
#9B7297
(155,114,151)
#A783A4
(167,131,164)
#B394B1
(179,148,177)
#BFA5BE
(191,165,190)
#CBB6CB
(203,182,203)
#D7C7D8
(215,199,216)
#E3D8E5
(227,216,229)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773F70; }

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

This text font color is #773F70.

Background Color

.myBgColor { background-color: #773F70; }

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

This div background color is #773F70.

Border color

.myBorderColor { border: 1px solid #773F70; }

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

This div border color is #773F70.

Opacity

.myOpacity80 { color: #773F70; opacity: 0.8; }

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

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

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

This text has shadow with #773F70 color.


.textShadow {text-shadow: 3px 3px 1px #773F70', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #773F70; -webkit-box-shadow: 1px 1px 3px 2px #773F70; box-shadow:1px 1px 3px 2px #773F70;">
Div content here
</div>

This div box has shadow with color #773F70.

Preview

Color preview on black background

This text has color #773F70 on black background.


Color preview on white background

This text has color #773F70 on white background.


Black color preview on #773F70 background

This text has black color on #773F70 background.


White color preview on #773F70 background

This text has white color on #773F70 background.


Related colors

Complementary color

Complementary color for #hex is #88C08F.


I love getcolorcode.com

Triadic colors

1 #70773F and #3F7077 with #773F70 are triadic colors.

2 #703F77 and #3F7770 with #773F70 are triadic colors.