COLOR #7A6784

HEX: #7A6784
RGB: (122,103,132)

Color info

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

RGB color model

#7A6784 color RGB value is (122,103,132).

  • red value is 122;
  • green value is 103;
  • blue value is 132.
RGB:
(122,103,132)
(48%,40%,52%)

RGB channels and saturation

R 122 of 255 = 48%
G 103 of 255 = 40%
B 132 of 255 = 52%

122
103
132

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

Portions of RGB colors in percentages

R + G + B =
122 + 103 + 132 = 357 (100%)
R 122 of 357 ~ 34.17%
G 103 of 357 ~ 28.85%
B 132 of 357 ~ 36.97%

%34.17
%28.85
%36.97

CMYK color model

#7A6784 color CMYK value is (8,22,0,48).

  • cyan value is 7.58%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(8,22,0,48)
C8M22Y0K48 
(8%,22%,0%,48%)
(0.08/0.22/0.00/0.48)	

CMYK percentages

%7.58
%21.97
%0
%48.24

Codes

Color #7A6784 in popluar color models

7A6784
RGB122103132
HSL279°12.34%46.08%
HSB/HSV279°21.97%51.76%
CMYK7.58%21.97%0.00%
48.24%

Color #7A6784 in popluar number systems.

HEX7A6784
Decimal122103132
Binary1111010110011110000100
Octal172147204

Shades and tints

Shades of #7A6784

#7A6784
(122,103,132)
#6F5E78
(111,94,120)
#64556C
(100,85,108)
#594C60
(89,76,96)
#4E4354
(78,67,84)
#433A48
(67,58,72)
#38313C
(56,49,60)
#2D2830
(45,40,48)
#221F24
(34,31,36)
#171618
(23,22,24)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #7A6784

#7A6784
(122,103,132)
#86748F
(134,116,143)
#92819A
(146,129,154)
#9E8EA5
(158,142,165)
#AA9BB0
(170,155,176)
#B6A8BB
(182,168,187)
#C2B5C6
(194,181,198)
#CEC2D1
(206,194,209)
#DACFDC
(218,207,220)
#E6DCE7
(230,220,231)
#F2E9F2
(242,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6784 color. Also use rgb(122,103,132) instead hex code.

Text Font Color

.myTextColor { color: #7A6784; }

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

This text font color is #7A6784.


Background Color

.myBgColor { background-color: #7A6784; }

<div style="background-color:#7A6784">Inner text</div>

This div background color is #7A6784.


Border color

.myBorderColor { border: 1px solid #7A6784; }

<div style="border:3px solid #7A6784">Div</div>

This div border color is #7A6784.


Opacity

.myOpacity80 { color: #7A6784; opacity: 0.8; }

<p style="color:#7A6784;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A6784 color.

.textShadow {text-shadow: 3px 3px 1px #7A6784, 3px 3px 1px red;}

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

This text has shadow with #7A6784 primary color and red secondary color.


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

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

This text has shadow with #7A6784 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6784 on black background.


Color preview on white background

This text has color #7A6784 on white background.



Black color preview on #7A6784 background

This text has black color on #7A6784 background.


White color preview on #7A6784 background

This text has white color on #7A6784 background.