COLOR #77567F

HEX: #77567F
RGB: (119,86,127)

Color info

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

RGB color model

#77567F color RGB value is (119,86,127).

  • red value is 119;
  • green value is 86;
  • blue value is 127.
RGB:
(119,86,127)
(47%,34%,50%)

RGB channels and saturation

R 119 of 255 = 47%
G 86 of 255 = 34%
B 127 of 255 = 50%

119
86
127

R + G + B ~ 44%. #77567F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 86 + 127 = 332 (100%)
R 119 of 332 ~ 35.84%
G 86 of 332 ~ 25.9%
B 127 of 332 ~ 38.25%

%35.84
%25.9
%38.25

CMYK color model

#77567F color CMYK value is (6,32,0,50).

  • cyan value is 6.30%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(6,32,0,50)
C6M32Y0K50 
(6%,32%,0%,50%)
(0.06/0.32/0.00/0.50)	

CMYK percentages

%6.3
%32.28
%0
%50.2

Codes

Color #77567F in popluar color models

77567F
RGB11986127
HSL288°19.25%41.76%
HSB/HSV288°32.28%49.80%
CMYK6.30%32.28%0.00%
50.20%

Color #77567F in popluar number systems.

HEX77567F
Decimal11986127
Binary111011110101101111111
Octal167126177

Shades and tints

Shades of #77567F

#77567F
(119,86,127)
#6D4F74
(109,79,116)
#634869
(99,72,105)
#59415E
(89,65,94)
#4F3A53
(79,58,83)
#453348
(69,51,72)
#3B2C3D
(59,44,61)
#312532
(49,37,50)
#271E27
(39,30,39)
#1D171C
(29,23,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #77567F

#77567F
(119,86,127)
#83658A
(131,101,138)
#8F7495
(143,116,149)
#9B83A0
(155,131,160)
#A792AB
(167,146,171)
#B3A1B6
(179,161,182)
#BFB0C1
(191,176,193)
#CBBFCC
(203,191,204)
#D7CED7
(215,206,215)
#E3DDE2
(227,221,226)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77567F color. Also use rgb(119,86,127) instead hex code.

Text Font Color

.myTextColor { color: #77567F; }

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

This text font color is #77567F.


Background Color

.myBgColor { background-color: #77567F; }

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

This div background color is #77567F.


Border color

.myBorderColor { border: 1px solid #77567F; }

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

This div border color is #77567F.


Opacity

.myOpacity80 { color: #77567F; opacity: 0.8; }

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

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

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

This text has shadow with #77567F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77567F on black background.


Color preview on white background

This text has color #77567F on white background.



Black color preview on #77567F background

This text has black color on #77567F background.


White color preview on #77567F background

This text has white color on #77567F background.