COLOR #7A8885

HEX: #7A8885 RGB: (122,136,133)

Color info

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

RGB color model

#7A8885 color RGB value is (122,136,133).

RGB: (122,136,133) (48%, 53%, 52%)

RGB channels and saturation

R 122 of 255 = 48%
G 136 of 255 = 53%
B 133 of 255 = 52%

122
136
133

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

Portions of RGB colors in percentages

R + G + B = 122 + 136 + 133 = 391 (100%)
R 122 of 391 ~ 31.2%
G 136 of 391 ~ 34.78%
B 133 of 391 ~ 34.02'%

%31.2
%34.78
%34.02

CMYK color model

#7A8885 color CMYK value is (10,0,2,47).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 46.67%
CMYK: (10,0,2,47) C10M0Y2K47 (10%,0%,2%,47%) (0.10/0.00/0.02/0.47) 

CMYK percentages

%10.29
%0
%2.21
%46.67

Codes

Color #7A8885 in popluar color models

7A 88 85
RGB 122 136 133
HSL 167° 5.56% 50.59%
HSB/HSV 167° 10.29% 53.33%
CMYK 10.29% 0.00% 2.21%
46.67%

Color #7A8885 in popluar number systems.

HEX 7A 88 85
Decimal 122 136 133
Binary 1111010 10001000 10000101
Octal 172 210 205

Shades and tints

Shades of #7A8885

#7A8885
(122,136,133)
#6F7C79
(111,124,121)
#64706D
(100,112,109)
#596461
(89,100,97)
#4E5855
(78,88,85)
#434C49
(67,76,73)
#38403D
(56,64,61)
#2D3431
(45,52,49)
#222825
(34,40,37)
#171C19
(23,28,25)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #7A8885

#7A8885
(122,136,133)
#869290
(134,146,144)
#929C9B
(146,156,155)
#9EA6A6
(158,166,166)
#AAB0B1
(170,176,177)
#B6BABC
(182,186,188)
#C2C4C7
(194,196,199)
#CECED2
(206,206,210)
#DAD8DD
(218,216,221)
#E6E2E8
(230,226,232)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8885; }

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

This text font color is #7A8885.

Background Color

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

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

This div background color is #7A8885.

Border color

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

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

This div border color is #7A8885.

Opacity

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

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

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

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

This text has shadow with #7A8885 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8885.

Preview

Color preview on black background

This text has color #7A8885 on black background.


Color preview on white background

This text has color #7A8885 on white background.


Black color preview on #7A8885 background

This text has black color on #7A8885 background.


White color preview on #7A8885 background

This text has white color on #7A8885 background.


Related colors

Complementary color

Complementary color for #hex is #85777A.


I love getcolorcode.com

Triadic colors

1 #857A88 and #88857A with #7A8885 are triadic colors.

2 #85887A and #887A85 with #7A8885 are triadic colors.