COLOR #77506A

HEX: #77506A RGB: (119,80,106)

Color info

#77506A contains red, green and blue colors in about the same proportion. Web safe color of #77506A is #666666 (or #666).

RGB color model

#77506A color RGB value is (119,80,106).

RGB: (119,80,106) (47%, 31%, 42%)

RGB channels and saturation

R 119 of 255 = 47%
G 80 of 255 = 31%
B 106 of 255 = 42%

119
80
106

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

Portions of RGB colors in percentages

R + G + B = 119 + 80 + 106 = 305 (100%)
R 119 of 305 ~ 39.02%
G 80 of 305 ~ 26.23%
B 106 of 305 ~ 34.75'%

%39.02
%26.23
%34.75

CMYK color model

#77506A color CMYK value is (0,33,11,53).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 10.92%
  • key color value is 53.33%

CMYK: (0,33,11,53)
C0M33Y11K53 (0%, 33%, 11%, 53%)
(0.00 / 0.33 / 0.11 / 0.53)

CMYK percentages

%0
%32.77
%10.92
%53.33

Codes

Color #77506A in popluar color models

77 50 6A
RGB 119 80 106
HSL 320° 19.60% 39.02%
HSB/HSV 320° 32.77% 46.67%
CMYK 0.00% 32.77% 10.92%
53.33%

Color #77506A in popluar number systems.

HEX 77 50 6A
Decimal 119 80 106
Binary 1110111 1010000 1101010
Octal 167 120 152

Shades and tints

Shades of #77506A

#77506A
(119,80,106)
#6D4961
(109,73,97)
#634258
(99,66,88)
#593B4F
(89,59,79)
#4F3446
(79,52,70)
#452D3D
(69,45,61)
#3B2634
(59,38,52)
#311F2B
(49,31,43)
#271822
(39,24,34)
#1D1119
(29,17,25)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #77506A

#77506A
(119,80,106)
#835F77
(131,95,119)
#8F6E84
(143,110,132)
#9B7D91
(155,125,145)
#A78C9E
(167,140,158)
#B39BAB
(179,155,171)
#BFAAB8
(191,170,184)
#CBB9C5
(203,185,197)
#D7C8D2
(215,200,210)
#E3D7DF
(227,215,223)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77506A; }

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

This text font color is #77506A.

Background Color

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

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

This div background color is #77506A.

Border color

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

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

This div border color is #77506A.

Opacity

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

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

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

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

This text has shadow with #77506A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77506A.

Preview

Color preview on black background

This text has color #77506A on black background.


Color preview on white background

This text has color #77506A on white background.


Black color preview on #77506A background

This text has black color on #77506A background.


White color preview on #77506A background

This text has white color on #77506A background.


Related colors

Complementary color

Complementary color for #hex is #88AF95.


I love getcolorcode.com

Triadic colors

1 #6A7750 and #506A77 with #77506A are triadic colors.

2 #6A5077 and #50776A with #77506A are triadic colors.