COLOR #7A6881

HEX: #7A6881
RGB: (122,104,129)

Color info

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

RGB color model

#7A6881 color RGB value is (122,104,129).

  • red value is 122;
  • green value is 104;
  • blue value is 129.
RGB:
(122,104,129)
(48%,41%,51%)

RGB channels and saturation

R 122 of 255 = 48%
G 104 of 255 = 41%
B 129 of 255 = 51%

122
104
129

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

Portions of RGB colors in percentages

R + G + B =
122 + 104 + 129 = 355 (100%)
R 122 of 355 ~ 34.37%
G 104 of 355 ~ 29.3%
B 129 of 355 ~ 36.34%

%34.37
%29.3
%36.34

CMYK color model

#7A6881 color CMYK value is (5,19,0,49).

  • cyan value is 5.43%
  • magenta value is 19.38%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(5,19,0,49)
C5M19Y0K49 
(5%,19%,0%,49%)
(0.05/0.19/0.00/0.49)	

CMYK percentages

%5.43
%19.38
%0
%49.41

Codes

Color #7A6881 in popluar color models

7A6881
RGB122104129
HSL283°10.73%45.69%
HSB/HSV283°19.38%50.59%
CMYK5.43%19.38%0.00%
49.41%

Color #7A6881 in popluar number systems.

HEX7A6881
Decimal122104129
Binary1111010110100010000001
Octal172150201

Shades and tints

Shades of #7A6881

#7A6881
(122,104,129)
#6F5F76
(111,95,118)
#64566B
(100,86,107)
#594D60
(89,77,96)
#4E4455
(78,68,85)
#433B4A
(67,59,74)
#38323F
(56,50,63)
#2D2934
(45,41,52)
#222029
(34,32,41)
#17171E
(23,23,30)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #7A6881

#7A6881
(122,104,129)
#86758C
(134,117,140)
#928297
(146,130,151)
#9E8FA2
(158,143,162)
#AA9CAD
(170,156,173)
#B6A9B8
(182,169,184)
#C2B6C3
(194,182,195)
#CEC3CE
(206,195,206)
#DAD0D9
(218,208,217)
#E6DDE4
(230,221,228)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6881 color. Also use rgb(122,104,129) instead hex code.

Text Font Color

.myTextColor { color: #7A6881; }

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

This text font color is #7A6881.


Background Color

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

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

This div background color is #7A6881.


Border color

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

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

This div border color is #7A6881.


Opacity

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

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

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

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

This text has shadow with #7A6881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6881 on black background.


Color preview on white background

This text has color #7A6881 on white background.



Black color preview on #7A6881 background

This text has black color on #7A6881 background.


White color preview on #7A6881 background

This text has white color on #7A6881 background.