COLOR #7A829F

HEX: #7A829F RGB: (122,130,159)

Color info

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

RGB color model

#7A829F color RGB value is (122,130,159).

RGB: (122,130,159) (48%, 51%, 62%)

RGB channels and saturation

R 122 of 255 = 48%
G 130 of 255 = 51%
B 159 of 255 = 62%

122
130
159

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

Portions of RGB colors in percentages

R + G + B = 122 + 130 + 159 = 411 (100%)
R 122 of 411 ~ 29.68%
G 130 of 411 ~ 31.63%
B 159 of 411 ~ 38.69'%

%29.68
%31.63
%38.69

CMYK color model

#7A829F color CMYK value is (23,18,0,38).

  • cyan value is 23.27%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (23,18,0,38)
C23M18Y0K38 (23%, 18%, 0%, 38%)
(0.23 / 0.18 / 0.00 / 0.38)

CMYK percentages

%23.27
%18.24
%0
%37.65

Codes

Color #7A829F in popluar color models

7A 82 9F
RGB 122 130 159
HSL 227° 16.16% 55.10%
HSB/HSV 227° 23.27% 62.35%
CMYK 23.27% 18.24% 0.00%
37.65%

Color #7A829F in popluar number systems.

HEX 7A 82 9F
Decimal 122 130 159
Binary 1111010 10000010 10011111
Octal 172 202 237

Shades and tints

Shades of #7A829F

#7A829F
(122,130,159)
#6F7791
(111,119,145)
#646C83
(100,108,131)
#596175
(89,97,117)
#4E5667
(78,86,103)
#434B59
(67,75,89)
#38404B
(56,64,75)
#2D353D
(45,53,61)
#222A2F
(34,42,47)
#171F21
(23,31,33)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #7A829F

#7A829F
(122,130,159)
#868DA7
(134,141,167)
#9298AF
(146,152,175)
#9EA3B7
(158,163,183)
#AAAEBF
(170,174,191)
#B6B9C7
(182,185,199)
#C2C4CF
(194,196,207)
#CECFD7
(206,207,215)
#DADADF
(218,218,223)
#E6E5E7
(230,229,231)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A829F; }

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

This text font color is #7A829F.

Background Color

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

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

This div background color is #7A829F.

Border color

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

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

This div border color is #7A829F.

Opacity

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

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

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

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

This text has shadow with #7A829F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A829F.

Preview

Color preview on black background

This text has color #7A829F on black background.


Color preview on white background

This text has color #7A829F on white background.


Black color preview on #7A829F background

This text has black color on #7A829F background.


White color preview on #7A829F background

This text has white color on #7A829F background.


Related colors

Complementary color

Complementary color for #hex is #857D60.


I love getcolorcode.com

Triadic colors

1 #9F7A82 and #829F7A with #7A829F are triadic colors.

2 #9F827A and #827A9F with #7A829F are triadic colors.