COLOR #7D7287

HEX: #7D7287
RGB: (125,114,135)

Color info

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

RGB color model

#7D7287 color RGB value is (125,114,135).

  • red value is 125;
  • green value is 114;
  • blue value is 135.
RGB:
(125,114,135)
(49%,45%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 114 of 255 = 45%
B 135 of 255 = 53%

125
114
135

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

Portions of RGB colors in percentages

R + G + B =
125 + 114 + 135 = 374 (100%)
R 125 of 374 ~ 33.42%
G 114 of 374 ~ 30.48%
B 135 of 374 ~ 36.1%

%33.42
%30.48
%36.1

CMYK color model

#7D7287 color CMYK value is (7,16,0,47).

  • cyan value is 7.41%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(7,16,0,47)
C7M16Y0K47 
(7%,16%,0%,47%)
(0.07/0.16/0.00/0.47)	

CMYK percentages

%7.41
%15.56
%0
%47.06

Codes

Color #7D7287 in popluar color models

7D7287
RGB125114135
HSL271°8.43%48.82%
HSB/HSV271°15.56%52.94%
CMYK7.41%15.56%0.00%
47.06%

Color #7D7287 in popluar number systems.

HEX7D7287
Decimal125114135
Binary1111101111001010000111
Octal175162207

Shades and tints

Shades of #7D7287

#7D7287
(125,114,135)
#72687B
(114,104,123)
#675E6F
(103,94,111)
#5C5463
(92,84,99)
#514A57
(81,74,87)
#46404B
(70,64,75)
#3B363F
(59,54,63)
#302C33
(48,44,51)
#252227
(37,34,39)
#1A181B
(26,24,27)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #7D7287

#7D7287
(125,114,135)
#887E91
(136,126,145)
#938A9B
(147,138,155)
#9E96A5
(158,150,165)
#A9A2AF
(169,162,175)
#B4AEB9
(180,174,185)
#BFBAC3
(191,186,195)
#CAC6CD
(202,198,205)
#D5D2D7
(213,210,215)
#E0DEE1
(224,222,225)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7287; }

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

This text font color is #7D7287.


Background Color

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

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

This div background color is #7D7287.


Border color

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

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

This div border color is #7D7287.


Opacity

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

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

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

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

This text has shadow with #7D7287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7287 on black background.


Color preview on white background

This text has color #7D7287 on white background.



Black color preview on #7D7287 background

This text has black color on #7D7287 background.


White color preview on #7D7287 background

This text has white color on #7D7287 background.