COLOR #7B926E

HEX: #7B926E RGB: (123,146,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
146
110

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

Portions of RGB colors in percentages

R + G + B = 123 + 146 + 110 = 379 (100%)
R 123 of 379 ~ 32.45%
G 146 of 379 ~ 38.52%
B 110 of 379 ~ 29.02'%

%32.45
%38.52
%29.02

CMYK color model

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

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 24.66%
  • key color value is 42.75%
CMYK: (16,0,25,43) C16M0Y25K43 (16%,0%,25%,43%) (0.16/0.00/0.25/0.43) 

CMYK percentages

%15.75
%0
%24.66
%42.75

Codes

Color #7B926E in popluar color models

7B 92 6E
RGB 123 146 110
HSL 98° 14.17% 50.20%
HSB/HSV 98° 24.66% 57.25%
CMYK 15.75% 0.00% 24.66%
42.75%

Color #7B926E in popluar number systems.

HEX 7B 92 6E
Decimal 123 146 110
Binary 1111011 10010010 1101110
Octal 173 222 156

Shades and tints

Shades of #7B926E

#7B926E
(123,146,110)
#708564
(112,133,100)
#65785A
(101,120,90)
#5A6B50
(90,107,80)
#4F5E46
(79,94,70)
#44513C
(68,81,60)
#394432
(57,68,50)
#2E3728
(46,55,40)
#232A1E
(35,42,30)
#181D14
(24,29,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #7B926E

#7B926E
(123,146,110)
#879B7B
(135,155,123)
#93A488
(147,164,136)
#9FAD95
(159,173,149)
#ABB6A2
(171,182,162)
#B7BFAF
(183,191,175)
#C3C8BC
(195,200,188)
#CFD1C9
(207,209,201)
#DBDAD6
(219,218,214)
#E7E3E3
(231,227,227)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B926E; }

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

This text font color is #7B926E.

Background Color

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

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

This div background color is #7B926E.

Border color

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

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

This div border color is #7B926E.

Opacity

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

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

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

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

This text has shadow with #7B926E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B926E.

Preview

Color preview on black background

This text has color #7B926E on black background.


Color preview on white background

This text has color #7B926E on white background.


Black color preview on #7B926E background

This text has black color on #7B926E background.


White color preview on #7B926E background

This text has white color on #7B926E background.


Related colors

Complementary color

Complementary color for #hex is #846D91.


I love getcolorcode.com

Triadic colors

1 #6E7B92 and #926E7B with #7B926E are triadic colors.

2 #6E927B and #927B6E with #7B926E are triadic colors.