COLOR #7D7283

HEX: #7D7283 RGB: (125,114,131)

Color info

#7D7283 contains red, green and blue colors in about the same proportion. Web safe color of #7D7283 is #666699 (or #669).

RGB color model

#7D7283 color RGB value is (125,114,131).

RGB: (125,114,131) (49%, 45%, 51%)

RGB channels and saturation

R 125 of 255 = 49%
G 114 of 255 = 45%
B 131 of 255 = 51%

125
114
131

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

Portions of RGB colors in percentages

R + G + B = 125 + 114 + 131 = 370 (100%)
R 125 of 370 ~ 33.78%
G 114 of 370 ~ 30.81%
B 131 of 370 ~ 35.41'%

%33.78
%30.81
%35.41

CMYK color model

#7D7283 color CMYK value is (5,13,0,49).

  • cyan value is 4.58%
  • magenta value is 12.98%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (5,13,0,49)
C5M13Y0K49 (5%, 13%, 0%, 49%)
(0.05 / 0.13 / 0.00 / 0.49)

CMYK percentages

%4.58
%12.98
%0
%48.63

Codes

Color #7D7283 in popluar color models

7D 72 83
RGB 125 114 131
HSL 279° 6.94% 48.04%
HSB/HSV 279° 12.98% 51.37%
CMYK 4.58% 12.98% 0.00%
48.63%

Color #7D7283 in popluar number systems.

HEX 7D 72 83
Decimal 125 114 131
Binary 1111101 1110010 10000011
Octal 175 162 203

Shades and tints

Shades of #7D7283

#7D7283
(125,114,131)
#726878
(114,104,120)
#675E6D
(103,94,109)
#5C5462
(92,84,98)
#514A57
(81,74,87)
#46404C
(70,64,76)
#3B3641
(59,54,65)
#302C36
(48,44,54)
#25222B
(37,34,43)
#1A1820
(26,24,32)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #7D7283

#7D7283
(125,114,131)
#887E8E
(136,126,142)
#938A99
(147,138,153)
#9E96A4
(158,150,164)
#A9A2AF
(169,162,175)
#B4AEBA
(180,174,186)
#BFBAC5
(191,186,197)
#CAC6D0
(202,198,208)
#D5D2DB
(213,210,219)
#E0DEE6
(224,222,230)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7283; }

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

This text font color is #7D7283.

Background Color

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

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

This div background color is #7D7283.

Border color

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

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

This div border color is #7D7283.

Opacity

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

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

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

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

This text has shadow with #7D7283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7283.

Preview

Color preview on black background

This text has color #7D7283 on black background.


Color preview on white background

This text has color #7D7283 on white background.


Black color preview on #7D7283 background

This text has black color on #7D7283 background.


White color preview on #7D7283 background

This text has white color on #7D7283 background.


Related colors

Complementary color

Complementary color for #hex is #828D7C.


I love getcolorcode.com

Triadic colors

1 #837D72 and #72837D with #7D7283 are triadic colors.

2 #83727D and #727D83 with #7D7283 are triadic colors.