COLOR #7A8C6B

HEX: #7A8C6B RGB: (122,140,107)

Color info

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

RGB color model

#7A8C6B color RGB value is (122,140,107).

RGB: (122,140,107) (48%, 55%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 140 of 255 = 55%
B 107 of 255 = 42%

122
140
107

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

Portions of RGB colors in percentages

R + G + B = 122 + 140 + 107 = 369 (100%)
R 122 of 369 ~ 33.06%
G 140 of 369 ~ 37.94%
B 107 of 369 ~ 29'%

%33.06
%37.94
%29

CMYK color model

#7A8C6B color CMYK value is (13,0,24,45).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 23.57%
  • key color value is 45.10%

CMYK: (13,0,24,45)
C13M0Y24K45 (13%, 0%, 24%, 45%)
(0.13 / 0.00 / 0.24 / 0.45)

CMYK percentages

%12.86
%0
%23.57
%45.1

Codes

Color #7A8C6B in popluar color models

7A 8C 6B
RGB 122 140 107
HSL 93° 13.36% 48.43%
HSB/HSV 93° 23.57% 54.90%
CMYK 12.86% 0.00% 23.57%
45.10%

Color #7A8C6B in popluar number systems.

HEX 7A 8C 6B
Decimal 122 140 107
Binary 1111010 10001100 1101011
Octal 172 214 153

Shades and tints

Shades of #7A8C6B

#7A8C6B
(122,140,107)
#6F8062
(111,128,98)
#647459
(100,116,89)
#596850
(89,104,80)
#4E5C47
(78,92,71)
#43503E
(67,80,62)
#384435
(56,68,53)
#2D382C
(45,56,44)
#222C23
(34,44,35)
#17201A
(23,32,26)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #7A8C6B

#7A8C6B
(122,140,107)
#869678
(134,150,120)
#92A085
(146,160,133)
#9EAA92
(158,170,146)
#AAB49F
(170,180,159)
#B6BEAC
(182,190,172)
#C2C8B9
(194,200,185)
#CED2C6
(206,210,198)
#DADCD3
(218,220,211)
#E6E6E0
(230,230,224)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8C6B color. Also use rgb(122,140,107) instead hex code.

Text Font Color

.myTextColor { color: #7A8C6B; }

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

This text font color is #7A8C6B.

Background Color

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

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

This div background color is #7A8C6B.

Border color

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

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

This div border color is #7A8C6B.

Opacity

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

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

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

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

This text has shadow with #7A8C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8C6B.

Preview

Color preview on black background

This text has color #7A8C6B on black background.


Color preview on white background

This text has color #7A8C6B on white background.


Black color preview on #7A8C6B background

This text has black color on #7A8C6B background.


White color preview on #7A8C6B background

This text has white color on #7A8C6B background.


Related colors

Complementary color

Complementary color for #hex is #857394.


I love getcolorcode.com

Triadic colors

1 #6B7A8C and #8C6B7A with #7A8C6B are triadic colors.

2 #6B8C7A and #8C7A6B with #7A8C6B are triadic colors.