COLOR #7D7485

HEX: #7D7485 RGB: (125,116,133)

Color info

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

RGB color model

#7D7485 color RGB value is (125,116,133).

RGB: (125,116,133) (49%, 45%, 52%)

RGB channels and saturation

R 125 of 255 = 49%
G 116 of 255 = 45%
B 133 of 255 = 52%

125
116
133

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

Portions of RGB colors in percentages

R + G + B = 125 + 116 + 133 = 374 (100%)
R 125 of 374 ~ 33.42%
G 116 of 374 ~ 31.02%
B 133 of 374 ~ 35.56'%

%33.42
%31.02
%35.56

CMYK color model

#7D7485 color CMYK value is (6,13,0,48).

  • cyan value is 6.02%
  • magenta value is 12.78%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (6,13,0,48)
C6M13Y0K48 (6%, 13%, 0%, 48%)
(0.06 / 0.13 / 0.00 / 0.48)

CMYK percentages

%6.02
%12.78
%0
%47.84

Codes

Color #7D7485 in popluar color models

7D 74 85
RGB 125 116 133
HSL 272° 6.83% 48.82%
HSB/HSV 272° 12.78% 52.16%
CMYK 6.02% 12.78% 0.00%
47.84%

Color #7D7485 in popluar number systems.

HEX 7D 74 85
Decimal 125 116 133
Binary 1111101 1110100 10000101
Octal 175 164 205

Shades and tints

Shades of #7D7485

#7D7485
(125,116,133)
#726A79
(114,106,121)
#67606D
(103,96,109)
#5C5661
(92,86,97)
#514C55
(81,76,85)
#464249
(70,66,73)
#3B383D
(59,56,61)
#302E31
(48,46,49)
#252425
(37,36,37)
#1A1A19
(26,26,25)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #7D7485

#7D7485
(125,116,133)
#888090
(136,128,144)
#938C9B
(147,140,155)
#9E98A6
(158,152,166)
#A9A4B1
(169,164,177)
#B4B0BC
(180,176,188)
#BFBCC7
(191,188,199)
#CAC8D2
(202,200,210)
#D5D4DD
(213,212,221)
#E0E0E8
(224,224,232)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7485; }

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

This text font color is #7D7485.

Background Color

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

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

This div background color is #7D7485.

Border color

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

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

This div border color is #7D7485.

Opacity

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

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

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

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

This text has shadow with #7D7485 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7485.

Preview

Color preview on black background

This text has color #7D7485 on black background.


Color preview on white background

This text has color #7D7485 on white background.


Black color preview on #7D7485 background

This text has black color on #7D7485 background.


White color preview on #7D7485 background

This text has white color on #7D7485 background.


Related colors

Complementary color

Complementary color for #hex is #828B7A.


I love getcolorcode.com

Triadic colors

1 #857D74 and #74857D with #7D7485 are triadic colors.

2 #85747D and #747D85 with #7D7485 are triadic colors.