COLOR #76578A

HEX: #76578A
RGB: (118,87,138)

Color info

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

RGB color model

#76578A color RGB value is (118,87,138).

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

RGB channels and saturation

R 118 of 255 = 46%
G 87 of 255 = 34%
B 138 of 255 = 54%

118
87
138

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

Portions of RGB colors in percentages

R + G + B =
118 + 87 + 138 = 343 (100%)
R 118 of 343 ~ 34.4%
G 87 of 343 ~ 25.36%
B 138 of 343 ~ 40.23%

%34.4
%25.36
%40.23

CMYK color model

#76578A color CMYK value is (14,37,0,46).

  • cyan value is 14.49%
  • magenta value is 36.96%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,37,0,46)
C14M37Y0K46 
(14%,37%,0%,46%)
(0.14/0.37/0.00/0.46)	

CMYK percentages

%14.49
%36.96
%0
%45.88

Codes

Color #76578A in popluar color models

76578A
RGB11887138
HSL276°22.67%44.12%
HSB/HSV276°36.96%54.12%
CMYK14.49%36.96%0.00%
45.88%

Color #76578A in popluar number systems.

HEX76578A
Decimal11887138
Binary1110110101011110001010
Octal166127212

Shades and tints

Shades of #76578A

#76578A
(118,87,138)
#6C507E
(108,80,126)
#624972
(98,73,114)
#584266
(88,66,102)
#4E3B5A
(78,59,90)
#44344E
(68,52,78)
#3A2D42
(58,45,66)
#302636
(48,38,54)
#261F2A
(38,31,42)
#1C181E
(28,24,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #76578A

#76578A
(118,87,138)
#826694
(130,102,148)
#8E759E
(142,117,158)
#9A84A8
(154,132,168)
#A693B2
(166,147,178)
#B2A2BC
(178,162,188)
#BEB1C6
(190,177,198)
#CAC0D0
(202,192,208)
#D6CFDA
(214,207,218)
#E2DEE4
(226,222,228)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76578A; }

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

This text font color is #76578A.


Background Color

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

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

This div background color is #76578A.


Border color

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

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

This div border color is #76578A.


Opacity

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

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

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

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

This text has shadow with #76578A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76578A on black background.


Color preview on white background

This text has color #76578A on white background.



Black color preview on #76578A background

This text has black color on #76578A background.


White color preview on #76578A background

This text has white color on #76578A background.