COLOR #7A8581

HEX: #7A8581
RGB: (122,133,129)

Color info

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

RGB color model

#7A8581 color RGB value is (122,133,129).

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

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 129 of 255 = 51%

122
133
129

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

Portions of RGB colors in percentages

R + G + B =
122 + 133 + 129 = 384 (100%)
R 122 of 384 ~ 31.77%
G 133 of 384 ~ 34.64%
B 129 of 384 ~ 33.59%

%31.77
%34.64
%33.59

CMYK color model

#7A8581 color CMYK value is (8,0,3,48).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 3.01%
  • key color value is 47.84%
CMYK:
(8,0,3,48)
C8M0Y3K48 
(8%,0%,3%,48%)
(0.08/0.00/0.03/0.48)	

CMYK percentages

%8.27
%0
%3.01
%47.84

Codes

Color #7A8581 in popluar color models

7A8581
RGB122133129
HSL158°4.31%50.00%
HSB/HSV158°8.27%52.16%
CMYK8.27%0.00%3.01%
47.84%

Color #7A8581 in popluar number systems.

HEX7A8581
Decimal122133129
Binary11110101000010110000001
Octal172205201

Shades and tints

Shades of #7A8581

#7A8581
(122,133,129)
#6F7976
(111,121,118)
#646D6B
(100,109,107)
#596160
(89,97,96)
#4E5555
(78,85,85)
#43494A
(67,73,74)
#383D3F
(56,61,63)
#2D3134
(45,49,52)
#222529
(34,37,41)
#17191E
(23,25,30)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #7A8581

#7A8581
(122,133,129)
#86908C
(134,144,140)
#929B97
(146,155,151)
#9EA6A2
(158,166,162)
#AAB1AD
(170,177,173)
#B6BCB8
(182,188,184)
#C2C7C3
(194,199,195)
#CED2CE
(206,210,206)
#DADDD9
(218,221,217)
#E6E8E4
(230,232,228)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8581; }

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

This text font color is #7A8581.


Background Color

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

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

This div background color is #7A8581.


Border color

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

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

This div border color is #7A8581.


Opacity

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

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

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

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

This text has shadow with #7A8581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8581 on black background.


Color preview on white background

This text has color #7A8581 on white background.



Black color preview on #7A8581 background

This text has black color on #7A8581 background.


White color preview on #7A8581 background

This text has white color on #7A8581 background.