COLOR #7A859A

HEX: #7A859A
RGB: (122,133,154)

Color info

#7A859A contains red, green and blue colors in about the same proportion. Web safe color of #7A859A is #669999 (or #699).

RGB color model

#7A859A color RGB value is (122,133,154).

  • red value is 122;
  • green value is 133;
  • blue value is 154.
RGB:
(122,133,154)
(48%,52%,60%)

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 154 of 255 = 60%

122
133
154

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

Portions of RGB colors in percentages

R + G + B =
122 + 133 + 154 = 409 (100%)
R 122 of 409 ~ 29.83%
G 133 of 409 ~ 32.52%
B 154 of 409 ~ 37.65%

%29.83
%32.52
%37.65

CMYK color model

#7A859A color CMYK value is (21,14,0,40).

  • cyan value is 20.78%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(21,14,0,40)
C21M14Y0K40 
(21%,14%,0%,40%)
(0.21/0.14/0.00/0.40)	

CMYK percentages

%20.78
%13.64
%0
%39.61

Codes

Color #7A859A in popluar color models

7A859A
RGB122133154
HSL219°13.68%54.12%
HSB/HSV219°20.78%60.39%
CMYK20.78%13.64%0.00%
39.61%

Color #7A859A in popluar number systems.

HEX7A859A
Decimal122133154
Binary11110101000010110011010
Octal172205232

Shades and tints

Shades of #7A859A

#7A859A
(122,133,154)
#6F798C
(111,121,140)
#646D7E
(100,109,126)
#596170
(89,97,112)
#4E5562
(78,85,98)
#434954
(67,73,84)
#383D46
(56,61,70)
#2D3138
(45,49,56)
#22252A
(34,37,42)
#17191C
(23,25,28)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #7A859A

#7A859A
(122,133,154)
#8690A3
(134,144,163)
#929BAC
(146,155,172)
#9EA6B5
(158,166,181)
#AAB1BE
(170,177,190)
#B6BCC7
(182,188,199)
#C2C7D0
(194,199,208)
#CED2D9
(206,210,217)
#DADDE2
(218,221,226)
#E6E8EB
(230,232,235)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A859A color. Also use rgb(122,133,154) instead hex code.

Text Font Color

.myTextColor { color: #7A859A; }

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

This text font color is #7A859A.


Background Color

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

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

This div background color is #7A859A.


Border color

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

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

This div border color is #7A859A.


Opacity

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

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

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

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

This text has shadow with #7A859A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A859A on black background.


Color preview on white background

This text has color #7A859A on white background.



Black color preview on #7A859A background

This text has black color on #7A859A background.


White color preview on #7A859A background

This text has white color on #7A859A background.