COLOR #77466A

HEX: #77466A
RGB: (119,70,106)

Color info

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

RGB color model

#77466A color RGB value is (119,70,106).

  • red value is 119;
  • green value is 70;
  • blue value is 106.
RGB:
(119,70,106)
(47%,27%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 106 of 255 = 42%

119
70
106

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

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 106 = 295 (100%)
R 119 of 295 ~ 40.34%
G 70 of 295 ~ 23.73%
B 106 of 295 ~ 35.93%

%40.34
%23.73
%35.93

CMYK color model

#77466A color CMYK value is (0,41,11,53).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(0,41,11,53)
C0M41Y11K53 
(0%,41%,11%,53%)
(0.00/0.41/0.11/0.53)	

CMYK percentages

%0
%41.18
%10.92
%53.33

Codes

Color #77466A in popluar color models

77466A
RGB11970106
HSL316°25.93%37.06%
HSB/HSV316°41.18%46.67%
CMYK0.00%41.18%10.92%
53.33%

Color #77466A in popluar number systems.

HEX77466A
Decimal11970106
Binary111011110001101101010
Octal167106152

Shades and tints

Shades of #77466A

#77466A
(119,70,106)
#6D4061
(109,64,97)
#633A58
(99,58,88)
#59344F
(89,52,79)
#4F2E46
(79,46,70)
#45283D
(69,40,61)
#3B2234
(59,34,52)
#311C2B
(49,28,43)
#271622
(39,22,34)
#1D1019
(29,16,25)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #77466A

#77466A
(119,70,106)
#835677
(131,86,119)
#8F6684
(143,102,132)
#9B7691
(155,118,145)
#A7869E
(167,134,158)
#B396AB
(179,150,171)
#BFA6B8
(191,166,184)
#CBB6C5
(203,182,197)
#D7C6D2
(215,198,210)
#E3D6DF
(227,214,223)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77466A color. Also use rgb(119,70,106) instead hex code.

Text Font Color

.myTextColor { color: #77466A; }

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

This text font color is #77466A.


Background Color

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

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

This div background color is #77466A.


Border color

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

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

This div border color is #77466A.


Opacity

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

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

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

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

This text has shadow with #77466A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77466A on black background.


Color preview on white background

This text has color #77466A on white background.



Black color preview on #77466A background

This text has black color on #77466A background.


White color preview on #77466A background

This text has white color on #77466A background.