COLOR #77567B

HEX: #77567B
RGB: (119,86,123)

Color info

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

RGB color model

#77567B color RGB value is (119,86,123).

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

RGB channels and saturation

R 119 of 255 = 47%
G 86 of 255 = 34%
B 123 of 255 = 48%

119
86
123

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

Portions of RGB colors in percentages

R + G + B =
119 + 86 + 123 = 328 (100%)
R 119 of 328 ~ 36.28%
G 86 of 328 ~ 26.22%
B 123 of 328 ~ 37.5%

%36.28
%26.22
%37.5

CMYK color model

#77567B color CMYK value is (3,30,0,52).

  • cyan value is 3.25%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(3,30,0,52)
C3M30Y0K52 
(3%,30%,0%,52%)
(0.03/0.30/0.00/0.52)	

CMYK percentages

%3.25
%30.08
%0
%51.76

Codes

Color #77567B in popluar color models

77567B
RGB11986123
HSL294°17.70%40.98%
HSB/HSV294°30.08%48.24%
CMYK3.25%30.08%0.00%
51.76%

Color #77567B in popluar number systems.

HEX77567B
Decimal11986123
Binary111011110101101111011
Octal167126173

Shades and tints

Shades of #77567B

#77567B
(119,86,123)
#6D4F70
(109,79,112)
#634865
(99,72,101)
#59415A
(89,65,90)
#4F3A4F
(79,58,79)
#453344
(69,51,68)
#3B2C39
(59,44,57)
#31252E
(49,37,46)
#271E23
(39,30,35)
#1D1718
(29,23,24)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #77567B

#77567B
(119,86,123)
#836587
(131,101,135)
#8F7493
(143,116,147)
#9B839F
(155,131,159)
#A792AB
(167,146,171)
#B3A1B7
(179,161,183)
#BFB0C3
(191,176,195)
#CBBFCF
(203,191,207)
#D7CEDB
(215,206,219)
#E3DDE7
(227,221,231)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77567B; }

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

This text font color is #77567B.


Background Color

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

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

This div background color is #77567B.


Border color

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

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

This div border color is #77567B.


Opacity

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

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

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

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

This text has shadow with #77567B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77567B on black background.


Color preview on white background

This text has color #77567B on white background.



Black color preview on #77567B background

This text has black color on #77567B background.


White color preview on #77567B background

This text has white color on #77567B background.