COLOR #76569C

HEX: #76569C
RGB: (118,86,156)

Color info

#76569C contains mainly red and blue colors. Web safe color of #76569C is #666699 (or #669).

RGB color model

#76569C color RGB value is (118,86,156).

  • red value is 118;
  • green value is 86;
  • blue value is 156.
RGB:
(118,86,156)
(46%,34%,61%)

RGB channels and saturation

R 118 of 255 = 46%
G 86 of 255 = 34%
B 156 of 255 = 61%

118
86
156

R + G + B ~ 47%. #76569C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 86 + 156 = 360 (100%)
R 118 of 360 ~ 32.78%
G 86 of 360 ~ 23.89%
B 156 of 360 ~ 43.33%

%32.78
%23.89
%43.33

CMYK color model

#76569C color CMYK value is (24,45,0,39).

  • cyan value is 24.36%
  • magenta value is 44.87%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(24,45,0,39)
C24M45Y0K39 
(24%,45%,0%,39%)
(0.24/0.45/0.00/0.39)	

CMYK percentages

%24.36
%44.87
%0
%38.82

Codes

Color #76569C in popluar color models

76569C
RGB11886156
HSL267°28.93%47.45%
HSB/HSV267°44.87%61.18%
CMYK24.36%44.87%0.00%
38.82%

Color #76569C in popluar number systems.

HEX76569C
Decimal11886156
Binary1110110101011010011100
Octal166126234

Shades and tints

Shades of #76569C

#76569C
(118,86,156)
#6C4F8E
(108,79,142)
#624880
(98,72,128)
#584172
(88,65,114)
#4E3A64
(78,58,100)
#443356
(68,51,86)
#3A2C48
(58,44,72)
#30253A
(48,37,58)
#261E2C
(38,30,44)
#1C171E
(28,23,30)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #76569C

#76569C
(118,86,156)
#8265A5
(130,101,165)
#8E74AE
(142,116,174)
#9A83B7
(154,131,183)
#A692C0
(166,146,192)
#B2A1C9
(178,161,201)
#BEB0D2
(190,176,210)
#CABFDB
(202,191,219)
#D6CEE4
(214,206,228)
#E2DDED
(226,221,237)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76569C color. Also use rgb(118,86,156) instead hex code.

Text Font Color

.myTextColor { color: #76569C; }

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

This text font color is #76569C.


Background Color

.myBgColor { background-color: #76569C; }

<div style="background-color:#76569C">Inner text</div>

This div background color is #76569C.


Border color

.myBorderColor { border: 1px solid #76569C; }

<div style="border:3px solid #76569C">Div</div>

This div border color is #76569C.


Opacity

.myOpacity80 { color: #76569C; opacity: 0.8; }

<p style="color:#76569C;opacity:0.8;">80%</p>

Text with #76569C 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 #76569C;}

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

This text has shadow with #76569C color.

.textShadow {text-shadow: 3px 3px 1px #76569C, 3px 3px 1px red;}

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

This text has shadow with #76569C primary color and red secondary color.


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

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

This text has shadow with #76569C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76569C on black background.


Color preview on white background

This text has color #76569C on white background.



Black color preview on #76569C background

This text has black color on #76569C background.


White color preview on #76569C background

This text has white color on #76569C background.