COLOR #7B8A7A

HEX: #7B8A7A RGB: (123,138,122)

Color info

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

RGB color model

#7B8A7A color RGB value is (123,138,122).

RGB: (123,138,122) (48%, 54%, 48%)

RGB channels and saturation

R 123 of 255 = 48%
G 138 of 255 = 54%
B 122 of 255 = 48%

123
138
122

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

Portions of RGB colors in percentages

R + G + B = 123 + 138 + 122 = 383 (100%)
R 123 of 383 ~ 32.11%
G 138 of 383 ~ 36.03%
B 122 of 383 ~ 31.85'%

%32.11
%36.03
%31.85

CMYK color model

#7B8A7A color CMYK value is (11,0,12,46).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 45.88%

CMYK: (11,0,12,46)
C11M0Y12K46 (11%, 0%, 12%, 46%)
(0.11 / 0.00 / 0.12 / 0.46)

CMYK percentages

%10.87
%0
%11.59
%45.88

Codes

Color #7B8A7A in popluar color models

7B 8A 7A
RGB 123 138 122
HSL 116° 6.40% 50.98%
HSB/HSV 116° 11.59% 54.12%
CMYK 10.87% 0.00% 11.59%
45.88%

Color #7B8A7A in popluar number systems.

HEX 7B 8A 7A
Decimal 123 138 122
Binary 1111011 10001010 1111010
Octal 173 212 172

Shades and tints

Shades of #7B8A7A

#7B8A7A
(123,138,122)
#707E6F
(112,126,111)
#657264
(101,114,100)
#5A6659
(90,102,89)
#4F5A4E
(79,90,78)
#444E43
(68,78,67)
#394238
(57,66,56)
#2E362D
(46,54,45)
#232A22
(35,42,34)
#181E17
(24,30,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #7B8A7A

#7B8A7A
(123,138,122)
#879486
(135,148,134)
#939E92
(147,158,146)
#9FA89E
(159,168,158)
#ABB2AA
(171,178,170)
#B7BCB6
(183,188,182)
#C3C6C2
(195,198,194)
#CFD0CE
(207,208,206)
#DBDADA
(219,218,218)
#E7E4E6
(231,228,230)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8A7A color. Also use rgb(123,138,122) instead hex code.

Text Font Color

.myTextColor { color: #7B8A7A; }

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

This text font color is #7B8A7A.

Background Color

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

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

This div background color is #7B8A7A.

Border color

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

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

This div border color is #7B8A7A.

Opacity

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

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

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

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

This text has shadow with #7B8A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8A7A.

Preview

Color preview on black background

This text has color #7B8A7A on black background.


Color preview on white background

This text has color #7B8A7A on white background.


Black color preview on #7B8A7A background

This text has black color on #7B8A7A background.


White color preview on #7B8A7A background

This text has white color on #7B8A7A background.


Related colors

Complementary color

Complementary color for #hex is #847585.


I love getcolorcode.com

Triadic colors

1 #7A7B8A and #8A7A7B with #7B8A7A are triadic colors.

2 #7A8A7B and #8A7B7A with #7B8A7A are triadic colors.