COLOR #7D975E

HEX: #7D975E
RGB: (125,151,94)

Color info

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

RGB color model

#7D975E color RGB value is (125,151,94).

  • red value is 125;
  • green value is 151;
  • blue value is 94.
RGB:
(125,151,94)
(49%,59%,37%)

RGB channels and saturation

R 125 of 255 = 49%
G 151 of 255 = 59%
B 94 of 255 = 37%

125
151
94

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

Portions of RGB colors in percentages

R + G + B =
125 + 151 + 94 = 370 (100%)
R 125 of 370 ~ 33.78%
G 151 of 370 ~ 40.81%
B 94 of 370 ~ 25.41%

%33.78
%40.81
%25.41

CMYK color model

#7D975E color CMYK value is (17,0,38,41).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 37.75%
  • key color value is 40.78%
CMYK:
(17,0,38,41)
C17M0Y38K41 
(17%,0%,38%,41%)
(0.17/0.00/0.38/0.41)	

CMYK percentages

%17.22
%0
%37.75
%40.78

Codes

Color #7D975E in popluar color models

7D975E
RGB12515194
HSL87°23.27%48.04%
HSB/HSV87°37.75%59.22%
CMYK17.22%0.00%37.75%
40.78%

Color #7D975E in popluar number systems.

HEX7D975E
Decimal12515194
Binary1111101100101111011110
Octal175227136

Shades and tints

Shades of #7D975E

#7D975E
(125,151,94)
#728A56
(114,138,86)
#677D4E
(103,125,78)
#5C7046
(92,112,70)
#51633E
(81,99,62)
#465636
(70,86,54)
#3B492E
(59,73,46)
#303C26
(48,60,38)
#252F1E
(37,47,30)
#1A2216
(26,34,22)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #7D975E

#7D975E
(125,151,94)
#88A06C
(136,160,108)
#93A97A
(147,169,122)
#9EB288
(158,178,136)
#A9BB96
(169,187,150)
#B4C4A4
(180,196,164)
#BFCDB2
(191,205,178)
#CAD6C0
(202,214,192)
#D5DFCE
(213,223,206)
#E0E8DC
(224,232,220)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D975E; }

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

This text font color is #7D975E.


Background Color

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

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

This div background color is #7D975E.


Border color

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

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

This div border color is #7D975E.


Opacity

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

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

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

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

This text has shadow with #7D975E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D975E on black background.


Color preview on white background

This text has color #7D975E on white background.



Black color preview on #7D975E background

This text has black color on #7D975E background.


White color preview on #7D975E background

This text has white color on #7D975E background.