COLOR #7A8F6F

HEX: #7A8F6F
RGB: (122,143,111)

Color info

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

RGB color model

#7A8F6F color RGB value is (122,143,111).

  • red value is 122;
  • green value is 143;
  • blue value is 111.
RGB:
(122,143,111)
(48%,56%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 143 of 255 = 56%
B 111 of 255 = 44%

122
143
111

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

Portions of RGB colors in percentages

R + G + B =
122 + 143 + 111 = 376 (100%)
R 122 of 376 ~ 32.45%
G 143 of 376 ~ 38.03%
B 111 of 376 ~ 29.52%

%32.45
%38.03
%29.52

CMYK color model

#7A8F6F color CMYK value is (15,0,22,44).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 22.38%
  • key color value is 43.92%
CMYK:
(15,0,22,44)
C15M0Y22K44 
(15%,0%,22%,44%)
(0.15/0.00/0.22/0.44)	

CMYK percentages

%14.69
%0
%22.38
%43.92

Codes

Color #7A8F6F in popluar color models

7A8F6F
RGB122143111
HSL99°12.60%49.80%
HSB/HSV99°22.38%56.08%
CMYK14.69%0.00%22.38%
43.92%

Color #7A8F6F in popluar number systems.

HEX7A8F6F
Decimal122143111
Binary1111010100011111101111
Octal172217157

Shades and tints

Shades of #7A8F6F

#7A8F6F
(122,143,111)
#6F8265
(111,130,101)
#64755B
(100,117,91)
#596851
(89,104,81)
#4E5B47
(78,91,71)
#434E3D
(67,78,61)
#384133
(56,65,51)
#2D3429
(45,52,41)
#22271F
(34,39,31)
#171A15
(23,26,21)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #7A8F6F

#7A8F6F
(122,143,111)
#86997C
(134,153,124)
#92A389
(146,163,137)
#9EAD96
(158,173,150)
#AAB7A3
(170,183,163)
#B6C1B0
(182,193,176)
#C2CBBD
(194,203,189)
#CED5CA
(206,213,202)
#DADFD7
(218,223,215)
#E6E9E4
(230,233,228)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8F6F; }

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

This text font color is #7A8F6F.


Background Color

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

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

This div background color is #7A8F6F.


Border color

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

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

This div border color is #7A8F6F.


Opacity

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

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

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

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

This text has shadow with #7A8F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8F6F on black background.


Color preview on white background

This text has color #7A8F6F on white background.



Black color preview on #7A8F6F background

This text has black color on #7A8F6F background.


White color preview on #7A8F6F background

This text has white color on #7A8F6F background.