COLOR #7B996C

HEX: #7B996C RGB: (123,153,108)

Color info

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

RGB color model

#7B996C color RGB value is (123,153,108).

RGB: (123,153,108) (48%, 60%, 42%)

RGB channels and saturation

R 123 of 255 = 48%
G 153 of 255 = 60%
B 108 of 255 = 42%

123
153
108

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

Portions of RGB colors in percentages

R + G + B = 123 + 153 + 108 = 384 (100%)
R 123 of 384 ~ 32.03%
G 153 of 384 ~ 39.84%
B 108 of 384 ~ 28.13'%

%32.03
%39.84
%28.13

CMYK color model

#7B996C color CMYK value is (20,0,29,40).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 40.00%
CMYK: (20,0,29,40) C20M0Y29K40 (20%,0%,29%,40%) (0.20/0.00/0.29/0.40) 

CMYK percentages

%19.61
%0
%29.41
%40

Codes

Color #7B996C in popluar color models

7B 99 6C
RGB 123 153 108
HSL 100° 18.07% 51.18%
HSB/HSV 100° 29.41% 60.00%
CMYK 19.61% 0.00% 29.41%
40.00%

Color #7B996C in popluar number systems.

HEX 7B 99 6C
Decimal 123 153 108
Binary 1111011 10011001 1101100
Octal 173 231 154

Shades and tints

Shades of #7B996C

#7B996C
(123,153,108)
#708C63
(112,140,99)
#657F5A
(101,127,90)
#5A7251
(90,114,81)
#4F6548
(79,101,72)
#44583F
(68,88,63)
#394B36
(57,75,54)
#2E3E2D
(46,62,45)
#233124
(35,49,36)
#18241B
(24,36,27)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #7B996C

#7B996C
(123,153,108)
#87A279
(135,162,121)
#93AB86
(147,171,134)
#9FB493
(159,180,147)
#ABBDA0
(171,189,160)
#B7C6AD
(183,198,173)
#C3CFBA
(195,207,186)
#CFD8C7
(207,216,199)
#DBE1D4
(219,225,212)
#E7EAE1
(231,234,225)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B996C; }

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

This text font color is #7B996C.

Background Color

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

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

This div background color is #7B996C.

Border color

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

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

This div border color is #7B996C.

Opacity

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

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

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

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

This text has shadow with #7B996C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B996C.

Preview

Color preview on black background

This text has color #7B996C on black background.


Color preview on white background

This text has color #7B996C on white background.


Black color preview on #7B996C background

This text has black color on #7B996C background.


White color preview on #7B996C background

This text has white color on #7B996C background.


Related colors

Complementary color

Complementary color for #hex is #846693.


I love getcolorcode.com

Triadic colors

1 #6C7B99 and #996C7B with #7B996C are triadic colors.

2 #6C997B and #997B6C with #7B996C are triadic colors.