COLOR #7A826F

HEX: #7A826F RGB: (122,130,111)

Color info

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

RGB color model

#7A826F color RGB value is (122,130,111).

RGB: (122,130,111) (48%, 51%, 44%)

RGB channels and saturation

R 122 of 255 = 48%
G 130 of 255 = 51%
B 111 of 255 = 44%

122
130
111

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

Portions of RGB colors in percentages

R + G + B = 122 + 130 + 111 = 363 (100%)
R 122 of 363 ~ 33.61%
G 130 of 363 ~ 35.81%
B 111 of 363 ~ 30.58'%

%33.61
%35.81
%30.58

CMYK color model

#7A826F color CMYK value is (6,0,15,49).

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

CMYK: (6,0,15,49)
C6M0Y15K49 (6%, 0%, 15%, 49%)
(0.06 / 0.00 / 0.15 / 0.49)

CMYK percentages

%6.15
%0
%14.62
%49.02

Codes

Color #7A826F in popluar color models

7A 82 6F
RGB 122 130 111
HSL 85° 7.88% 47.25%
HSB/HSV 85° 14.62% 50.98%
CMYK 6.15% 0.00% 14.62%
49.02%

Color #7A826F in popluar number systems.

HEX 7A 82 6F
Decimal 122 130 111
Binary 1111010 10000010 1101111
Octal 172 202 157

Shades and tints

Shades of #7A826F

#7A826F
(122,130,111)
#6F7765
(111,119,101)
#646C5B
(100,108,91)
#596151
(89,97,81)
#4E5647
(78,86,71)
#434B3D
(67,75,61)
#384033
(56,64,51)
#2D3529
(45,53,41)
#222A1F
(34,42,31)
#171F15
(23,31,21)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #7A826F

#7A826F
(122,130,111)
#868D7C
(134,141,124)
#929889
(146,152,137)
#9EA396
(158,163,150)
#AAAEA3
(170,174,163)
#B6B9B0
(182,185,176)
#C2C4BD
(194,196,189)
#CECFCA
(206,207,202)
#DADAD7
(218,218,215)
#E6E5E4
(230,229,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A826F; }

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

This text font color is #7A826F.

Background Color

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

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

This div background color is #7A826F.

Border color

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

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

This div border color is #7A826F.

Opacity

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

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

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

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

This text has shadow with #7A826F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A826F.

Preview

Color preview on black background

This text has color #7A826F on black background.


Color preview on white background

This text has color #7A826F on white background.


Black color preview on #7A826F background

This text has black color on #7A826F background.


White color preview on #7A826F background

This text has white color on #7A826F background.


Related colors

Complementary color

Complementary color for #hex is #857D90.


I love getcolorcode.com

Triadic colors

1 #6F7A82 and #826F7A with #7A826F are triadic colors.

2 #6F827A and #827A6F with #7A826F are triadic colors.