COLOR #7D907D

HEX: #7D907D
RGB: (125,144,125)

Color info

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

RGB color model

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

  • red value is 125;
  • green value is 144;
  • blue value is 125.
RGB:
(125,144,125)
(49%,56%,49%)

RGB channels and saturation

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

125
144
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 144 + 125 = 394 (100%)
R 125 of 394 ~ 31.73%
G 144 of 394 ~ 36.55%
B 125 of 394 ~ 31.73%

%31.73
%36.55
%31.73

CMYK color model

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

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 43.53%
CMYK:
(13,0,13,44)
C13M0Y13K44 
(13%,0%,13%,44%)
(0.13/0.00/0.13/0.44)	

CMYK percentages

%13.19
%0
%13.19
%43.53

Codes

Color #7D907D in popluar color models

7D907D
RGB125144125
HSL120°7.88%52.75%
HSB/HSV120°13.19%56.47%
CMYK13.19%0.00%13.19%
43.53%

Color #7D907D in popluar number systems.

HEX7D907D
Decimal125144125
Binary1111101100100001111101
Octal175220175

Shades and tints

Shades of #7D907D

#7D907D
(125,144,125)
#728372
(114,131,114)
#677667
(103,118,103)
#5C695C
(92,105,92)
#515C51
(81,92,81)
#464F46
(70,79,70)
#3B423B
(59,66,59)
#303530
(48,53,48)
#252825
(37,40,37)
#1A1B1A
(26,27,26)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #7D907D

#7D907D
(125,144,125)
#889A88
(136,154,136)
#93A493
(147,164,147)
#9EAE9E
(158,174,158)
#A9B8A9
(169,184,169)
#B4C2B4
(180,194,180)
#BFCCBF
(191,204,191)
#CAD6CA
(202,214,202)
#D5E0D5
(213,224,213)
#E0EAE0
(224,234,224)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D907D; }

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

This text font color is #7D907D.


Background Color

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

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

This div background color is #7D907D.


Border color

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

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

This div border color is #7D907D.


Opacity

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

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

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

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

This text has shadow with #7D907D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D907D on black background.


Color preview on white background

This text has color #7D907D on white background.



Black color preview on #7D907D background

This text has black color on #7D907D background.


White color preview on #7D907D background

This text has white color on #7D907D background.