COLOR #76577A

HEX: #76577A
RGB: (118,87,122)

Color info

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

RGB color model

#76577A color RGB value is (118,87,122).

  • red value is 118;
  • green value is 87;
  • blue value is 122.
RGB:
(118,87,122)
(46%,34%,48%)

RGB channels and saturation

R 118 of 255 = 46%
G 87 of 255 = 34%
B 122 of 255 = 48%

118
87
122

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

Portions of RGB colors in percentages

R + G + B =
118 + 87 + 122 = 327 (100%)
R 118 of 327 ~ 36.09%
G 87 of 327 ~ 26.61%
B 122 of 327 ~ 37.31%

%36.09
%26.61
%37.31

CMYK color model

#76577A color CMYK value is (3,29,0,52).

  • cyan value is 3.28%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(3,29,0,52)
C3M29Y0K52 
(3%,29%,0%,52%)
(0.03/0.29/0.00/0.52)	

CMYK percentages

%3.28
%28.69
%0
%52.16

Codes

Color #76577A in popluar color models

76577A
RGB11887122
HSL293°16.75%40.98%
HSB/HSV293°28.69%47.84%
CMYK3.28%28.69%0.00%
52.16%

Color #76577A in popluar number systems.

HEX76577A
Decimal11887122
Binary111011010101111111010
Octal166127172

Shades and tints

Shades of #76577A

#76577A
(118,87,122)
#6C506F
(108,80,111)
#624964
(98,73,100)
#584259
(88,66,89)
#4E3B4E
(78,59,78)
#443443
(68,52,67)
#3A2D38
(58,45,56)
#30262D
(48,38,45)
#261F22
(38,31,34)
#1C1817
(28,24,23)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #76577A

#76577A
(118,87,122)
#826686
(130,102,134)
#8E7592
(142,117,146)
#9A849E
(154,132,158)
#A693AA
(166,147,170)
#B2A2B6
(178,162,182)
#BEB1C2
(190,177,194)
#CAC0CE
(202,192,206)
#D6CFDA
(214,207,218)
#E2DEE6
(226,222,230)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76577A color. Also use rgb(118,87,122) instead hex code.

Text Font Color

.myTextColor { color: #76577A; }

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

This text font color is #76577A.


Background Color

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

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

This div background color is #76577A.


Border color

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

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

This div border color is #76577A.


Opacity

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

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

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

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

This text has shadow with #76577A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76577A on black background.


Color preview on white background

This text has color #76577A on white background.



Black color preview on #76577A background

This text has black color on #76577A background.


White color preview on #76577A background

This text has white color on #76577A background.