COLOR #7A8584

HEX: #7A8584
RGB: (122,133,132)

Color info

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

RGB color model

#7A8584 color RGB value is (122,133,132).

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

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 132 of 255 = 52%

122
133
132

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

Portions of RGB colors in percentages

R + G + B =
122 + 133 + 132 = 387 (100%)
R 122 of 387 ~ 31.52%
G 133 of 387 ~ 34.37%
B 132 of 387 ~ 34.11%

%31.52
%34.37
%34.11

CMYK color model

#7A8584 color CMYK value is (8,0,1,48).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(8,0,1,48)
C8M0Y1K48 
(8%,0%,1%,48%)
(0.08/0.00/0.01/0.48)	

CMYK percentages

%8.27
%0
%0.75
%47.84

Codes

Color #7A8584 in popluar color models

7A8584
RGB122133132
HSL175°4.31%50.00%
HSB/HSV175°8.27%52.16%
CMYK8.27%0.00%0.75%
47.84%

Color #7A8584 in popluar number systems.

HEX7A8584
Decimal122133132
Binary11110101000010110000100
Octal172205204

Shades and tints

Shades of #7A8584

#7A8584
(122,133,132)
#6F7978
(111,121,120)
#646D6C
(100,109,108)
#596160
(89,97,96)
#4E5554
(78,85,84)
#434948
(67,73,72)
#383D3C
(56,61,60)
#2D3130
(45,49,48)
#222524
(34,37,36)
#171918
(23,25,24)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #7A8584

#7A8584
(122,133,132)
#86908F
(134,144,143)
#929B9A
(146,155,154)
#9EA6A5
(158,166,165)
#AAB1B0
(170,177,176)
#B6BCBB
(182,188,187)
#C2C7C6
(194,199,198)
#CED2D1
(206,210,209)
#DADDDC
(218,221,220)
#E6E8E7
(230,232,231)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8584; }

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

This text font color is #7A8584.


Background Color

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

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

This div background color is #7A8584.


Border color

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

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

This div border color is #7A8584.


Opacity

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

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

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

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

This text has shadow with #7A8584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8584 on black background.


Color preview on white background

This text has color #7A8584 on white background.



Black color preview on #7A8584 background

This text has black color on #7A8584 background.


White color preview on #7A8584 background

This text has white color on #7A8584 background.