COLOR #7A827D

HEX: #7A827D RGB: (122,130,125)

Color info

#7A827D contains red, green and blue colors in about the same proportion. Web safe color of #7A827D is #669966 (or #696).

RGB color model

#7A827D color RGB value is (122,130,125).

RGB: (122,130,125) (48%, 51%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 130 of 255 = 51%
B 125 of 255 = 49%

122
130
125

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

Portions of RGB colors in percentages

R + G + B = 122 + 130 + 125 = 377 (100%)
R 122 of 377 ~ 32.36%
G 130 of 377 ~ 34.48%
B 125 of 377 ~ 33.16'%

%32.36
%34.48
%33.16

CMYK color model

#7A827D color CMYK value is (6,0,4,49).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 49.02%

CMYK: (6,0,4,49)
C6M0Y4K49 (6%, 0%, 4%, 49%)
(0.06 / 0.00 / 0.04 / 0.49)

CMYK percentages

%6.15
%0
%3.85
%49.02

Codes

Color #7A827D in popluar color models

7A 82 7D
RGB 122 130 125
HSL 143° 3.17% 49.41%
HSB/HSV 143° 6.15% 50.98%
CMYK 6.15% 0.00% 3.85%
49.02%

Color #7A827D in popluar number systems.

HEX 7A 82 7D
Decimal 122 130 125
Binary 1111010 10000010 1111101
Octal 172 202 175

Shades and tints

Shades of #7A827D

#7A827D
(122,130,125)
#6F7772
(111,119,114)
#646C67
(100,108,103)
#59615C
(89,97,92)
#4E5651
(78,86,81)
#434B46
(67,75,70)
#38403B
(56,64,59)
#2D3530
(45,53,48)
#222A25
(34,42,37)
#171F1A
(23,31,26)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #7A827D

#7A827D
(122,130,125)
#868D88
(134,141,136)
#929893
(146,152,147)
#9EA39E
(158,163,158)
#AAAEA9
(170,174,169)
#B6B9B4
(182,185,180)
#C2C4BF
(194,196,191)
#CECFCA
(206,207,202)
#DADAD5
(218,218,213)
#E6E5E0
(230,229,224)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A827D color. Also use rgb(122,130,125) instead hex code.

Text Font Color

.myTextColor { color: #7A827D; }

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

This text font color is #7A827D.

Background Color

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

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

This div background color is #7A827D.

Border color

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

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

This div border color is #7A827D.

Opacity

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

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

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

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

This text has shadow with #7A827D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A827D.

Preview

Color preview on black background

This text has color #7A827D on black background.


Color preview on white background

This text has color #7A827D on white background.


Black color preview on #7A827D background

This text has black color on #7A827D background.


White color preview on #7A827D background

This text has white color on #7A827D background.


Related colors

Complementary color

Complementary color for #hex is #857D82.


I love getcolorcode.com

Triadic colors

1 #7D7A82 and #827D7A with #7A827D are triadic colors.

2 #7D827A and #827A7D with #7A827D are triadic colors.