COLOR #7A8385

HEX: #7A8385 RGB: (122,131,133)

Color info

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

RGB color model

#7A8385 color RGB value is (122,131,133).

RGB: (122,131,133) (48%, 51%, 52%)

RGB channels and saturation

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

122
131
133

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

Portions of RGB colors in percentages

R + G + B = 122 + 131 + 133 = 386 (100%)
R 122 of 386 ~ 31.61%
G 131 of 386 ~ 33.94%
B 133 of 386 ~ 34.46'%

%31.61
%33.94
%34.46

CMYK color model

#7A8385 color CMYK value is (8,2,0,48).

  • cyan value is 8.27%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (8,2,0,48)
C8M2Y0K48 (8%, 2%, 0%, 48%)
(0.08 / 0.02 / 0.00 / 0.48)

CMYK percentages

%8.27
%1.5
%0
%47.84

Codes

Color #7A8385 in popluar color models

7A 83 85
RGB 122 131 133
HSL 191° 4.31% 50.00%
HSB/HSV 191° 8.27% 52.16%
CMYK 8.27% 1.50% 0.00%
47.84%

Color #7A8385 in popluar number systems.

HEX 7A 83 85
Decimal 122 131 133
Binary 1111010 10000011 10000101
Octal 172 203 205

Shades and tints

Shades of #7A8385

#7A8385
(122,131,133)
#6F7879
(111,120,121)
#646D6D
(100,109,109)
#596261
(89,98,97)
#4E5755
(78,87,85)
#434C49
(67,76,73)
#38413D
(56,65,61)
#2D3631
(45,54,49)
#222B25
(34,43,37)
#172019
(23,32,25)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #7A8385

#7A8385
(122,131,133)
#868E90
(134,142,144)
#92999B
(146,153,155)
#9EA4A6
(158,164,166)
#AAAFB1
(170,175,177)
#B6BABC
(182,186,188)
#C2C5C7
(194,197,199)
#CED0D2
(206,208,210)
#DADBDD
(218,219,221)
#E6E6E8
(230,230,232)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8385; }

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

This text font color is #7A8385.

Background Color

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

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

This div background color is #7A8385.

Border color

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

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

This div border color is #7A8385.

Opacity

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

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

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

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

This text has shadow with #7A8385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8385.

Preview

Color preview on black background

This text has color #7A8385 on black background.


Color preview on white background

This text has color #7A8385 on white background.


Black color preview on #7A8385 background

This text has black color on #7A8385 background.


White color preview on #7A8385 background

This text has white color on #7A8385 background.


Related colors

Complementary color

Complementary color for #hex is #857C7A.


I love getcolorcode.com

Triadic colors

1 #857A83 and #83857A with #7A8385 are triadic colors.

2 #85837A and #837A85 with #7A8385 are triadic colors.