COLOR #77477A

HEX: #77477A
RGB: (119,71,122)

Color info

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

RGB color model

#77477A color RGB value is (119,71,122).

  • red value is 119;
  • green value is 71;
  • blue value is 122.
RGB:
(119,71,122)
(47%,28%,48%)

RGB channels and saturation

R 119 of 255 = 47%
G 71 of 255 = 28%
B 122 of 255 = 48%

119
71
122

R + G + B ~ 41%. #77477A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 71 + 122 = 312 (100%)
R 119 of 312 ~ 38.14%
G 71 of 312 ~ 22.76%
B 122 of 312 ~ 39.1%

%38.14
%22.76
%39.1

CMYK color model

#77477A color CMYK value is (2,42,0,52).

  • cyan value is 2.46%
  • magenta value is 41.80%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(2,42,0,52)
C2M42Y0K52 
(2%,42%,0%,52%)
(0.02/0.42/0.00/0.52)	

CMYK percentages

%2.46
%41.8
%0
%52.16

Codes

Color #77477A in popluar color models

77477A
RGB11971122
HSL296°26.42%37.84%
HSB/HSV296°41.80%47.84%
CMYK2.46%41.80%0.00%
52.16%

Color #77477A in popluar number systems.

HEX77477A
Decimal11971122
Binary111011110001111111010
Octal167107172

Shades and tints

Shades of #77477A

#77477A
(119,71,122)
#6D416F
(109,65,111)
#633B64
(99,59,100)
#593559
(89,53,89)
#4F2F4E
(79,47,78)
#452943
(69,41,67)
#3B2338
(59,35,56)
#311D2D
(49,29,45)
#271722
(39,23,34)
#1D1117
(29,17,23)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #77477A

#77477A
(119,71,122)
#835786
(131,87,134)
#8F6792
(143,103,146)
#9B779E
(155,119,158)
#A787AA
(167,135,170)
#B397B6
(179,151,182)
#BFA7C2
(191,167,194)
#CBB7CE
(203,183,206)
#D7C7DA
(215,199,218)
#E3D7E6
(227,215,230)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77477A color. Also use rgb(119,71,122) instead hex code.

Text Font Color

.myTextColor { color: #77477A; }

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

This text font color is #77477A.


Background Color

.myBgColor { background-color: #77477A; }

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

This div background color is #77477A.


Border color

.myBorderColor { border: 1px solid #77477A; }

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

This div border color is #77477A.


Opacity

.myOpacity80 { color: #77477A; opacity: 0.8; }

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

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

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

This text has shadow with #77477A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77477A on black background.


Color preview on white background

This text has color #77477A on white background.



Black color preview on #77477A background

This text has black color on #77477A background.


White color preview on #77477A background

This text has white color on #77477A background.