COLOR #7D907C

HEX: #7D907C RGB: (125,144,124)

Color info

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

RGB color model

#7D907C color RGB value is (125,144,124).

RGB: (125,144,124) (49%, 56%, 49%)

RGB channels and saturation

R 125 of 255 = 49%
G 144 of 255 = 56%
B 124 of 255 = 49%

125
144
124

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

Portions of RGB colors in percentages

R + G + B = 125 + 144 + 124 = 393 (100%)
R 125 of 393 ~ 31.81%
G 144 of 393 ~ 36.64%
B 124 of 393 ~ 31.55'%

%31.81
%36.64
%31.55

CMYK color model

#7D907C color CMYK value is (13,0,14,44).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 43.53%

CMYK: (13,0,14,44)
C13M0Y14K44 (13%, 0%, 14%, 44%)
(0.13 / 0.00 / 0.14 / 0.44)

CMYK percentages

%13.19
%0
%13.89
%43.53

Codes

Color #7D907C in popluar color models

7D 90 7C
RGB 125 144 124
HSL 117° 8.26% 52.55%
HSB/HSV 117° 13.89% 56.47%
CMYK 13.19% 0.00% 13.89%
43.53%

Color #7D907C in popluar number systems.

HEX 7D 90 7C
Decimal 125 144 124
Binary 1111101 10010000 1111100
Octal 175 220 174

Shades and tints

Shades of #7D907C

#7D907C
(125,144,124)
#728371
(114,131,113)
#677666
(103,118,102)
#5C695B
(92,105,91)
#515C50
(81,92,80)
#464F45
(70,79,69)
#3B423A
(59,66,58)
#30352F
(48,53,47)
#252824
(37,40,36)
#1A1B19
(26,27,25)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #7D907C

#7D907C
(125,144,124)
#889A87
(136,154,135)
#93A492
(147,164,146)
#9EAE9D
(158,174,157)
#A9B8A8
(169,184,168)
#B4C2B3
(180,194,179)
#BFCCBE
(191,204,190)
#CAD6C9
(202,214,201)
#D5E0D4
(213,224,212)
#E0EADF
(224,234,223)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D907C color. Also use rgb(125,144,124) instead hex code.

Text Font Color

.myTextColor { color: #7D907C; }

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

This text font color is #7D907C.

Background Color

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

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

This div background color is #7D907C.

Border color

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

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

This div border color is #7D907C.

Opacity

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

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

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

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

This text has shadow with #7D907C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D907C.

Preview

Color preview on black background

This text has color #7D907C on black background.


Color preview on white background

This text has color #7D907C on white background.


Black color preview on #7D907C background

This text has black color on #7D907C background.


White color preview on #7D907C background

This text has white color on #7D907C background.


Related colors

Complementary color

Complementary color for #hex is #826F83.


I love getcolorcode.com

Triadic colors

1 #7C7D90 and #907C7D with #7D907C are triadic colors.

2 #7C907D and #907D7C with #7D907C are triadic colors.