COLOR #77538B

HEX: #77538B
RGB: (119,83,139)

Color info

#77538B contains red, green and blue colors in about the same proportion. Web safe color of #77538B is #666699 (or #669).

RGB color model

#77538B color RGB value is (119,83,139).

  • red value is 119;
  • green value is 83;
  • blue value is 139.
RGB:
(119,83,139)
(47%,33%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 83 of 255 = 33%
B 139 of 255 = 55%

119
83
139

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

Portions of RGB colors in percentages

R + G + B =
119 + 83 + 139 = 341 (100%)
R 119 of 341 ~ 34.9%
G 83 of 341 ~ 24.34%
B 139 of 341 ~ 40.76%

%34.9
%24.34
%40.76

CMYK color model

#77538B color CMYK value is (14,40,0,45).

  • cyan value is 14.39%
  • magenta value is 40.29%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(14,40,0,45)
C14M40Y0K45 
(14%,40%,0%,45%)
(0.14/0.40/0.00/0.45)	

CMYK percentages

%14.39
%40.29
%0
%45.49

Codes

Color #77538B in popluar color models

77538B
RGB11983139
HSL279°25.23%43.53%
HSB/HSV279°40.29%54.51%
CMYK14.39%40.29%0.00%
45.49%

Color #77538B in popluar number systems.

HEX77538B
Decimal11983139
Binary1110111101001110001011
Octal167123213

Shades and tints

Shades of #77538B

#77538B
(119,83,139)
#6D4C7F
(109,76,127)
#634573
(99,69,115)
#593E67
(89,62,103)
#4F375B
(79,55,91)
#45304F
(69,48,79)
#3B2943
(59,41,67)
#312237
(49,34,55)
#271B2B
(39,27,43)
#1D141F
(29,20,31)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #77538B

#77538B
(119,83,139)
#836295
(131,98,149)
#8F719F
(143,113,159)
#9B80A9
(155,128,169)
#A78FB3
(167,143,179)
#B39EBD
(179,158,189)
#BFADC7
(191,173,199)
#CBBCD1
(203,188,209)
#D7CBDB
(215,203,219)
#E3DAE5
(227,218,229)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77538B color. Also use rgb(119,83,139) instead hex code.

Text Font Color

.myTextColor { color: #77538B; }

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

This text font color is #77538B.


Background Color

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

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

This div background color is #77538B.


Border color

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

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

This div border color is #77538B.


Opacity

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

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

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

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

This text has shadow with #77538B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77538B on black background.


Color preview on white background

This text has color #77538B on white background.



Black color preview on #77538B background

This text has black color on #77538B background.


White color preview on #77538B background

This text has white color on #77538B background.