COLOR #7B975E

HEX: #7B975E RGB: (123,151,94)

Color info

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

RGB color model

#7B975E color RGB value is (123,151,94).

RGB: (123,151,94) (48%, 59%, 37%)

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 94 of 255 = 37%

123
151
94

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

Portions of RGB colors in percentages

R + G + B = 123 + 151 + 94 = 368 (100%)
R 123 of 368 ~ 33.42%
G 151 of 368 ~ 41.03%
B 94 of 368 ~ 25.54'%

%33.42
%41.03
%25.54

CMYK color model

#7B975E color CMYK value is (19,0,38,41).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 37.75%
  • key color value is 40.78%

CMYK: (19,0,38,41)
C19M0Y38K41 (19%, 0%, 38%, 41%)
(0.19 / 0.00 / 0.38 / 0.41)

CMYK percentages

%18.54
%0
%37.75
%40.78

Codes

Color #7B975E in popluar color models

7B 97 5E
RGB 123 151 94
HSL 89° 23.27% 48.04%
HSB/HSV 89° 37.75% 59.22%
CMYK 18.54% 0.00% 37.75%
40.78%

Color #7B975E in popluar number systems.

HEX 7B 97 5E
Decimal 123 151 94
Binary 1111011 10010111 1011110
Octal 173 227 136

Shades and tints

Shades of #7B975E

#7B975E
(123,151,94)
#708A56
(112,138,86)
#657D4E
(101,125,78)
#5A7046
(90,112,70)
#4F633E
(79,99,62)
#445636
(68,86,54)
#39492E
(57,73,46)
#2E3C26
(46,60,38)
#232F1E
(35,47,30)
#182216
(24,34,22)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #7B975E

#7B975E
(123,151,94)
#87A06C
(135,160,108)
#93A97A
(147,169,122)
#9FB288
(159,178,136)
#ABBB96
(171,187,150)
#B7C4A4
(183,196,164)
#C3CDB2
(195,205,178)
#CFD6C0
(207,214,192)
#DBDFCE
(219,223,206)
#E7E8DC
(231,232,220)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B975E; }

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

This text font color is #7B975E.

Background Color

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

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

This div background color is #7B975E.

Border color

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

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

This div border color is #7B975E.

Opacity

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

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

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

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

This text has shadow with #7B975E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B975E.

Preview

Color preview on black background

This text has color #7B975E on black background.


Color preview on white background

This text has color #7B975E on white background.


Black color preview on #7B975E background

This text has black color on #7B975E background.


White color preview on #7B975E background

This text has white color on #7B975E background.


Related colors

Complementary color

Complementary color for #hex is #8468A1.


I love getcolorcode.com

Triadic colors

1 #5E7B97 and #975E7B with #7B975E are triadic colors.

2 #5E977B and #977B5E with #7B975E are triadic colors.