COLOR #7D9292

HEX: #7D9292
RGB: (125,146,146)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
146
146

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

Portions of RGB colors in percentages

R + G + B =
125 + 146 + 146 = 417 (100%)
R 125 of 417 ~ 29.98%
G 146 of 417 ~ 35.01%
B 146 of 417 ~ 35.01%

%29.98
%35.01
%35.01

CMYK color model

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

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

CMYK percentages

%14.38
%0
%0
%42.75

Codes

Color #7D9292 in popluar color models

7D9292
RGB125146146
HSL180°8.79%53.14%
HSB/HSV180°14.38%57.25%
CMYK14.38%0.00%0.00%
42.75%

Color #7D9292 in popluar number systems.

HEX7D9292
Decimal125146146
Binary11111011001001010010010
Octal175222222

Shades and tints

Shades of #7D9292

#7D9292
(125,146,146)
#728585
(114,133,133)
#677878
(103,120,120)
#5C6B6B
(92,107,107)
#515E5E
(81,94,94)
#465151
(70,81,81)
#3B4444
(59,68,68)
#303737
(48,55,55)
#252A2A
(37,42,42)
#1A1D1D
(26,29,29)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #7D9292

#7D9292
(125,146,146)
#889B9B
(136,155,155)
#93A4A4
(147,164,164)
#9EADAD
(158,173,173)
#A9B6B6
(169,182,182)
#B4BFBF
(180,191,191)
#BFC8C8
(191,200,200)
#CAD1D1
(202,209,209)
#D5DADA
(213,218,218)
#E0E3E3
(224,227,227)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9292; }

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

This text font color is #7D9292.


Background Color

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

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

This div background color is #7D9292.


Border color

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

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

This div border color is #7D9292.


Opacity

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

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

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

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

This text has shadow with #7D9292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9292 on black background.


Color preview on white background

This text has color #7D9292 on white background.



Black color preview on #7D9292 background

This text has black color on #7D9292 background.


White color preview on #7D9292 background

This text has white color on #7D9292 background.