COLOR #7A6778

HEX: #7A6778
RGB: (122,103,120)

Color info

#7A6778 contains red, green and blue colors in about the same proportion. Web safe color of #7A6778 is #666666 (or #666).

RGB color model

#7A6778 color RGB value is (122,103,120).

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

RGB channels and saturation

R 122 of 255 = 48%
G 103 of 255 = 40%
B 120 of 255 = 47%

122
103
120

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

Portions of RGB colors in percentages

R + G + B =
122 + 103 + 120 = 345 (100%)
R 122 of 345 ~ 35.36%
G 103 of 345 ~ 29.86%
B 120 of 345 ~ 34.78%

%35.36
%29.86
%34.78

CMYK color model

#7A6778 color CMYK value is (0,16,2,52).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 1.64%
  • key color value is 52.16%
CMYK:
(0,16,2,52)
C0M16Y2K52 
(0%,16%,2%,52%)
(0.00/0.16/0.02/0.52)	

CMYK percentages

%0
%15.57
%1.64
%52.16

Codes

Color #7A6778 in popluar color models

7A6778
RGB122103120
HSL306°8.44%44.12%
HSB/HSV306°15.57%47.84%
CMYK0.00%15.57%1.64%
52.16%

Color #7A6778 in popluar number systems.

HEX7A6778
Decimal122103120
Binary111101011001111111000
Octal172147170

Shades and tints

Shades of #7A6778

#7A6778
(122,103,120)
#6F5E6E
(111,94,110)
#645564
(100,85,100)
#594C5A
(89,76,90)
#4E4350
(78,67,80)
#433A46
(67,58,70)
#38313C
(56,49,60)
#2D2832
(45,40,50)
#221F28
(34,31,40)
#17161E
(23,22,30)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #7A6778

#7A6778
(122,103,120)
#867484
(134,116,132)
#928190
(146,129,144)
#9E8E9C
(158,142,156)
#AA9BA8
(170,155,168)
#B6A8B4
(182,168,180)
#C2B5C0
(194,181,192)
#CEC2CC
(206,194,204)
#DACFD8
(218,207,216)
#E6DCE4
(230,220,228)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6778; }

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

This text font color is #7A6778.


Background Color

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

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

This div background color is #7A6778.


Border color

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

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

This div border color is #7A6778.


Opacity

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

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

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

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

This text has shadow with #7A6778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6778 on black background.


Color preview on white background

This text has color #7A6778 on white background.



Black color preview on #7A6778 background

This text has black color on #7A6778 background.


White color preview on #7A6778 background

This text has white color on #7A6778 background.