COLOR #7D926C

HEX: #7D926C RGB: (125,146,108)

Color info

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

RGB color model

#7D926C color RGB value is (125,146,108).

RGB: (125,146,108) (49%, 57%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 108 of 255 = 42%

125
146
108

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

Portions of RGB colors in percentages

R + G + B = 125 + 146 + 108 = 379 (100%)
R 125 of 379 ~ 32.98%
G 146 of 379 ~ 38.52%
B 108 of 379 ~ 28.5'%

%32.98
%38.52
%28.5

CMYK color model

#7D926C color CMYK value is (14,0,26,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 26.03%
  • key color value is 42.75%

CMYK: (14,0,26,43)
C14M0Y26K43 (14%, 0%, 26%, 43%)
(0.14 / 0.00 / 0.26 / 0.43)

CMYK percentages

%14.38
%0
%26.03
%42.75

Codes

Color #7D926C in popluar color models

7D 92 6C
RGB 125 146 108
HSL 93° 14.96% 49.80%
HSB/HSV 93° 26.03% 57.25%
CMYK 14.38% 0.00% 26.03%
42.75%

Color #7D926C in popluar number systems.

HEX 7D 92 6C
Decimal 125 146 108
Binary 1111101 10010010 1101100
Octal 175 222 154

Shades and tints

Shades of #7D926C

#7D926C
(125,146,108)
#728563
(114,133,99)
#67785A
(103,120,90)
#5C6B51
(92,107,81)
#515E48
(81,94,72)
#46513F
(70,81,63)
#3B4436
(59,68,54)
#30372D
(48,55,45)
#252A24
(37,42,36)
#1A1D1B
(26,29,27)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #7D926C

#7D926C
(125,146,108)
#889B79
(136,155,121)
#93A486
(147,164,134)
#9EAD93
(158,173,147)
#A9B6A0
(169,182,160)
#B4BFAD
(180,191,173)
#BFC8BA
(191,200,186)
#CAD1C7
(202,209,199)
#D5DAD4
(213,218,212)
#E0E3E1
(224,227,225)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D926C; }

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

This text font color is #7D926C.

Background Color

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

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

This div background color is #7D926C.

Border color

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

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

This div border color is #7D926C.

Opacity

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

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

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

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

This text has shadow with #7D926C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D926C.

Preview

Color preview on black background

This text has color #7D926C on black background.


Color preview on white background

This text has color #7D926C on white background.


Black color preview on #7D926C background

This text has black color on #7D926C background.


White color preview on #7D926C background

This text has white color on #7D926C background.


Related colors

Complementary color

Complementary color for #hex is #826D93.


I love getcolorcode.com

Triadic colors

1 #6C7D92 and #926C7D with #7D926C are triadic colors.

2 #6C927D and #927D6C with #7D926C are triadic colors.