COLOR #7D927A

HEX: #7D927A RGB: (125,146,122)

Color info

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

RGB color model

#7D927A color RGB value is (125,146,122).

RGB: (125,146,122) (49%, 57%, 48%)

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 122 of 255 = 48%

125
146
122

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

Portions of RGB colors in percentages

R + G + B = 125 + 146 + 122 = 393 (100%)
R 125 of 393 ~ 31.81%
G 146 of 393 ~ 37.15%
B 122 of 393 ~ 31.04'%

%31.81
%37.15
%31.04

CMYK color model

#7D927A color CMYK value is (14,0,16,43).

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

CMYK: (14,0,16,43)
C14M0Y16K43 (14%, 0%, 16%, 43%)
(0.14 / 0.00 / 0.16 / 0.43)

CMYK percentages

%14.38
%0
%16.44
%42.75

Codes

Color #7D927A in popluar color models

7D 92 7A
RGB 125 146 122
HSL 113° 9.92% 52.55%
HSB/HSV 113° 16.44% 57.25%
CMYK 14.38% 0.00% 16.44%
42.75%

Color #7D927A in popluar number systems.

HEX 7D 92 7A
Decimal 125 146 122
Binary 1111101 10010010 1111010
Octal 175 222 172

Shades and tints

Shades of #7D927A

#7D927A
(125,146,122)
#72856F
(114,133,111)
#677864
(103,120,100)
#5C6B59
(92,107,89)
#515E4E
(81,94,78)
#465143
(70,81,67)
#3B4438
(59,68,56)
#30372D
(48,55,45)
#252A22
(37,42,34)
#1A1D17
(26,29,23)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #7D927A

#7D927A
(125,146,122)
#889B86
(136,155,134)
#93A492
(147,164,146)
#9EAD9E
(158,173,158)
#A9B6AA
(169,182,170)
#B4BFB6
(180,191,182)
#BFC8C2
(191,200,194)
#CAD1CE
(202,209,206)
#D5DADA
(213,218,218)
#E0E3E6
(224,227,230)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D927A; }

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

This text font color is #7D927A.

Background Color

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

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

This div background color is #7D927A.

Border color

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

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

This div border color is #7D927A.

Opacity

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

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

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

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

This text has shadow with #7D927A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D927A.

Preview

Color preview on black background

This text has color #7D927A on black background.


Color preview on white background

This text has color #7D927A on white background.


Black color preview on #7D927A background

This text has black color on #7D927A background.


White color preview on #7D927A background

This text has white color on #7D927A background.


Related colors

Complementary color

Complementary color for #hex is #826D85.


I love getcolorcode.com

Triadic colors

1 #7A7D92 and #927A7D with #7D927A are triadic colors.

2 #7A927D and #927D7A with #7D927A are triadic colors.