COLOR #7B927B

HEX: #7B927B RGB: (123,146,123)

Color info

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

RGB color model

#7B927B color RGB value is (123,146,123).

RGB: (123,146,123) (48%, 57%, 48%)

RGB channels and saturation

R 123 of 255 = 48%
G 146 of 255 = 57%
B 123 of 255 = 48%

123
146
123

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

Portions of RGB colors in percentages

R + G + B = 123 + 146 + 123 = 392 (100%)
R 123 of 392 ~ 31.38%
G 146 of 392 ~ 37.24%
B 123 of 392 ~ 31.38'%

%31.38
%37.24
%31.38

CMYK color model

#7B927B color CMYK value is (16,0,16,43).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 42.75%

CMYK: (16,0,16,43)
C16M0Y16K43 (16%, 0%, 16%, 43%)
(0.16 / 0.00 / 0.16 / 0.43)

CMYK percentages

%15.75
%0
%15.75
%42.75

Codes

Color #7B927B in popluar color models

7B 92 7B
RGB 123 146 123
HSL 120° 9.54% 52.75%
HSB/HSV 120° 15.75% 57.25%
CMYK 15.75% 0.00% 15.75%
42.75%

Color #7B927B in popluar number systems.

HEX 7B 92 7B
Decimal 123 146 123
Binary 1111011 10010010 1111011
Octal 173 222 173

Shades and tints

Shades of #7B927B

#7B927B
(123,146,123)
#708570
(112,133,112)
#657865
(101,120,101)
#5A6B5A
(90,107,90)
#4F5E4F
(79,94,79)
#445144
(68,81,68)
#394439
(57,68,57)
#2E372E
(46,55,46)
#232A23
(35,42,35)
#181D18
(24,29,24)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #7B927B

#7B927B
(123,146,123)
#879B87
(135,155,135)
#93A493
(147,164,147)
#9FAD9F
(159,173,159)
#ABB6AB
(171,182,171)
#B7BFB7
(183,191,183)
#C3C8C3
(195,200,195)
#CFD1CF
(207,209,207)
#DBDADB
(219,218,219)
#E7E3E7
(231,227,231)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B927B; }

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

This text font color is #7B927B.

Background Color

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

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

This div background color is #7B927B.

Border color

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

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

This div border color is #7B927B.

Opacity

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

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

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

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

This text has shadow with #7B927B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B927B.

Preview

Color preview on black background

This text has color #7B927B on black background.


Color preview on white background

This text has color #7B927B on white background.


Black color preview on #7B927B background

This text has black color on #7B927B background.


White color preview on #7B927B background

This text has white color on #7B927B background.


Related colors

Complementary color

Complementary color for #hex is #846D84.


I love getcolorcode.com

Triadic colors

1 #7B7B92 and #927B7B with #7B927B are triadic colors.

2 #7B927B and #927B7B with #7B927B are triadic colors.