COLOR #7556A6

HEX: #7556A6
RGB: (117,86,166)

Color info

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

RGB color model

#7556A6 color RGB value is (117,86,166).

  • red value is 117;
  • green value is 86;
  • blue value is 166.
RGB:
(117,86,166)
(46%,34%,65%)

RGB channels and saturation

R 117 of 255 = 46%
G 86 of 255 = 34%
B 166 of 255 = 65%

117
86
166

R + G + B ~ 48%. #7556A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 86 + 166 = 369 (100%)
R 117 of 369 ~ 31.71%
G 86 of 369 ~ 23.31%
B 166 of 369 ~ 44.99%

%31.71
%23.31
%44.99

CMYK color model

#7556A6 color CMYK value is (30,48,0,35).

  • cyan value is 29.52%
  • magenta value is 48.19%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(30,48,0,35)
C30M48Y0K35 
(30%,48%,0%,35%)
(0.30/0.48/0.00/0.35)	

CMYK percentages

%29.52
%48.19
%0
%34.9

Codes

Color #7556A6 in popluar color models

7556A6
RGB11786166
HSL263°31.75%49.41%
HSB/HSV263°48.19%65.10%
CMYK29.52%48.19%0.00%
34.90%

Color #7556A6 in popluar number systems.

HEX7556A6
Decimal11786166
Binary1110101101011010100110
Octal165126246

Shades and tints

Shades of #7556A6

#7556A6
(117,86,166)
#6B4F97
(107,79,151)
#614888
(97,72,136)
#574179
(87,65,121)
#4D3A6A
(77,58,106)
#43335B
(67,51,91)
#392C4C
(57,44,76)
#2F253D
(47,37,61)
#251E2E
(37,30,46)
#1B171F
(27,23,31)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #7556A6

#7556A6
(117,86,166)
#8165AE
(129,101,174)
#8D74B6
(141,116,182)
#9983BE
(153,131,190)
#A592C6
(165,146,198)
#B1A1CE
(177,161,206)
#BDB0D6
(189,176,214)
#C9BFDE
(201,191,222)
#D5CEE6
(213,206,230)
#E1DDEE
(225,221,238)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7556A6 color. Also use rgb(117,86,166) instead hex code.

Text Font Color

.myTextColor { color: #7556A6; }

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

This text font color is #7556A6.


Background Color

.myBgColor { background-color: #7556A6; }

<div style="background-color:#7556A6">Inner text</div>

This div background color is #7556A6.


Border color

.myBorderColor { border: 1px solid #7556A6; }

<div style="border:3px solid #7556A6">Div</div>

This div border color is #7556A6.


Opacity

.myOpacity80 { color: #7556A6; opacity: 0.8; }

<p style="color:#7556A6;opacity:0.8;">80%</p>

Text with #7556A6 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 #7556A6;}

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

This text has shadow with #7556A6 color.

.textShadow {text-shadow: 3px 3px 1px #7556A6, 3px 3px 1px red;}

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

This text has shadow with #7556A6 primary color and red secondary color.


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

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

This text has shadow with #7556A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7556A6 on black background.


Color preview on white background

This text has color #7556A6 on white background.



Black color preview on #7556A6 background

This text has black color on #7556A6 background.


White color preview on #7556A6 background

This text has white color on #7556A6 background.