COLOR #7D9291

HEX: #7D9291
RGB: (125,146,145)

Color info

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

RGB color model

#7D9291 color RGB value is (125,146,145).

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

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 145 of 255 = 57%

125
146
145

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

Portions of RGB colors in percentages

R + G + B =
125 + 146 + 145 = 416 (100%)
R 125 of 416 ~ 30.05%
G 146 of 416 ~ 35.1%
B 145 of 416 ~ 34.86%

%30.05
%35.1
%34.86

CMYK color model

#7D9291 color CMYK value is (14,0,1,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 42.75%
CMYK:
(14,0,1,43)
C14M0Y1K43 
(14%,0%,1%,43%)
(0.14/0.00/0.01/0.43)	

CMYK percentages

%14.38
%0
%0.68
%42.75

Codes

Color #7D9291 in popluar color models

7D9291
RGB125146145
HSL177°8.79%53.14%
HSB/HSV177°14.38%57.25%
CMYK14.38%0.00%0.68%
42.75%

Color #7D9291 in popluar number systems.

HEX7D9291
Decimal125146145
Binary11111011001001010010001
Octal175222221

Shades and tints

Shades of #7D9291

#7D9291
(125,146,145)
#728584
(114,133,132)
#677877
(103,120,119)
#5C6B6A
(92,107,106)
#515E5D
(81,94,93)
#465150
(70,81,80)
#3B4443
(59,68,67)
#303736
(48,55,54)
#252A29
(37,42,41)
#1A1D1C
(26,29,28)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #7D9291

#7D9291
(125,146,145)
#889B9B
(136,155,155)
#93A4A5
(147,164,165)
#9EADAF
(158,173,175)
#A9B6B9
(169,182,185)
#B4BFC3
(180,191,195)
#BFC8CD
(191,200,205)
#CAD1D7
(202,209,215)
#D5DAE1
(213,218,225)
#E0E3EB
(224,227,235)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9291; }

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

This text font color is #7D9291.


Background Color

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

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

This div background color is #7D9291.


Border color

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

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

This div border color is #7D9291.


Opacity

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

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

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

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

This text has shadow with #7D9291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9291 on black background.


Color preview on white background

This text has color #7D9291 on white background.



Black color preview on #7D9291 background

This text has black color on #7D9291 background.


White color preview on #7D9291 background

This text has white color on #7D9291 background.