COLOR #7D928C

HEX: #7D928C
RGB: (125,146,140)

Color info

#7D928C contains red, green and blue colors in about the same proportion. Web safe color of #7D928C is #669999 (or #699).

RGB color model

#7D928C color RGB value is (125,146,140).

  • red value is 125;
  • green value is 146;
  • blue value is 140.
RGB:
(125,146,140)
(49%,57%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 140 of 255 = 55%

125
146
140

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

Portions of RGB colors in percentages

R + G + B =
125 + 146 + 140 = 411 (100%)
R 125 of 411 ~ 30.41%
G 146 of 411 ~ 35.52%
B 140 of 411 ~ 34.06%

%30.41
%35.52
%34.06

CMYK color model

#7D928C color CMYK value is (14,0,4,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 42.75%
CMYK:
(14,0,4,43)
C14M0Y4K43 
(14%,0%,4%,43%)
(0.14/0.00/0.04/0.43)	

CMYK percentages

%14.38
%0
%4.11
%42.75

Codes

Color #7D928C in popluar color models

7D928C
RGB125146140
HSL163°8.79%53.14%
HSB/HSV163°14.38%57.25%
CMYK14.38%0.00%4.11%
42.75%

Color #7D928C in popluar number systems.

HEX7D928C
Decimal125146140
Binary11111011001001010001100
Octal175222214

Shades and tints

Shades of #7D928C

#7D928C
(125,146,140)
#728580
(114,133,128)
#677874
(103,120,116)
#5C6B68
(92,107,104)
#515E5C
(81,94,92)
#465150
(70,81,80)
#3B4444
(59,68,68)
#303738
(48,55,56)
#252A2C
(37,42,44)
#1A1D20
(26,29,32)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #7D928C

#7D928C
(125,146,140)
#889B96
(136,155,150)
#93A4A0
(147,164,160)
#9EADAA
(158,173,170)
#A9B6B4
(169,182,180)
#B4BFBE
(180,191,190)
#BFC8C8
(191,200,200)
#CAD1D2
(202,209,210)
#D5DADC
(213,218,220)
#E0E3E6
(224,227,230)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D928C; }

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

This text font color is #7D928C.


Background Color

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

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

This div background color is #7D928C.


Border color

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

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

This div border color is #7D928C.


Opacity

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

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

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

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

This text has shadow with #7D928C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D928C on black background.


Color preview on white background

This text has color #7D928C on white background.



Black color preview on #7D928C background

This text has black color on #7D928C background.


White color preview on #7D928C background

This text has white color on #7D928C background.