COLOR #7D558A

HEX: #7D558A RGB: (125,85,138)

Color info

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

RGB color model

#7D558A color RGB value is (125,85,138).

RGB: (125,85,138) (49%, 33%, 54%)

RGB channels and saturation

R 125 of 255 = 49%
G 85 of 255 = 33%
B 138 of 255 = 54%

125
85
138

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

Portions of RGB colors in percentages

R + G + B = 125 + 85 + 138 = 348 (100%)
R 125 of 348 ~ 35.92%
G 85 of 348 ~ 24.43%
B 138 of 348 ~ 39.66'%

%35.92
%24.43
%39.66

CMYK color model

#7D558A color CMYK value is (9,38,0,46).

  • cyan value is 9.42%
  • magenta value is 38.41%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (9,38,0,46)
C9M38Y0K46 (9%, 38%, 0%, 46%)
(0.09 / 0.38 / 0.00 / 0.46)

CMYK percentages

%9.42
%38.41
%0
%45.88

Codes

Color #7D558A in popluar color models

7D 55 8A
RGB 125 85 138
HSL 285° 23.77% 43.73%
HSB/HSV 285° 38.41% 54.12%
CMYK 9.42% 38.41% 0.00%
45.88%

Color #7D558A in popluar number systems.

HEX 7D 55 8A
Decimal 125 85 138
Binary 1111101 1010101 10001010
Octal 175 125 212

Shades and tints

Shades of #7D558A

#7D558A
(125,85,138)
#724E7E
(114,78,126)
#674772
(103,71,114)
#5C4066
(92,64,102)
#51395A
(81,57,90)
#46324E
(70,50,78)
#3B2B42
(59,43,66)
#302436
(48,36,54)
#251D2A
(37,29,42)
#1A161E
(26,22,30)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #7D558A

#7D558A
(125,85,138)
#886494
(136,100,148)
#93739E
(147,115,158)
#9E82A8
(158,130,168)
#A991B2
(169,145,178)
#B4A0BC
(180,160,188)
#BFAFC6
(191,175,198)
#CABED0
(202,190,208)
#D5CDDA
(213,205,218)
#E0DCE4
(224,220,228)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D558A; }

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

This text font color is #7D558A.

Background Color

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

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

This div background color is #7D558A.

Border color

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

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

This div border color is #7D558A.

Opacity

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

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

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

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

This text has shadow with #7D558A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D558A.

Preview

Color preview on black background

This text has color #7D558A on black background.


Color preview on white background

This text has color #7D558A on white background.


Black color preview on #7D558A background

This text has black color on #7D558A background.


White color preview on #7D558A background

This text has white color on #7D558A background.


Related colors

Complementary color

Complementary color for #hex is #82AA75.


I love getcolorcode.com

Triadic colors

1 #8A7D55 and #558A7D with #7D558A are triadic colors.

2 #8A557D and #557D8A with #7D558A are triadic colors.