COLOR #7C427D

HEX: #7C427D RGB: (124,66,125)

Color info

#7C427D contains red, green and blue colors in about the same proportion. Web safe color of #7C427D is #663366 (or #636).

RGB color model

#7C427D color RGB value is (124,66,125).

RGB: (124,66,125) (49%, 26%, 49%)

RGB channels and saturation

R 124 of 255 = 49%
G 66 of 255 = 26%
B 125 of 255 = 49%

124
66
125

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

Portions of RGB colors in percentages

R + G + B = 124 + 66 + 125 = 315 (100%)
R 124 of 315 ~ 39.37%
G 66 of 315 ~ 20.95%
B 125 of 315 ~ 39.68'%

%39.37
%20.95
%39.68

CMYK color model

#7C427D color CMYK value is (1,47,0,51).

  • cyan value is 0.80%
  • magenta value is 47.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (1,47,0,51)
C1M47Y0K51 (1%, 47%, 0%, 51%)
(0.01 / 0.47 / 0.00 / 0.51)

CMYK percentages

%0.8
%47.2
%0
%50.98

Codes

Color #7C427D in popluar color models

7C 42 7D
RGB 124 66 125
HSL 299° 30.89% 37.45%
HSB/HSV 299° 47.20% 49.02%
CMYK 0.80% 47.20% 0.00%
50.98%

Color #7C427D in popluar number systems.

HEX 7C 42 7D
Decimal 124 66 125
Binary 1111100 1000010 1111101
Octal 174 102 175

Shades and tints

Shades of #7C427D

#7C427D
(124,66,125)
#713C72
(113,60,114)
#663667
(102,54,103)
#5B305C
(91,48,92)
#502A51
(80,42,81)
#452446
(69,36,70)
#3A1E3B
(58,30,59)
#2F1830
(47,24,48)
#241225
(36,18,37)
#190C1A
(25,12,26)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #7C427D

#7C427D
(124,66,125)
#875388
(135,83,136)
#926493
(146,100,147)
#9D759E
(157,117,158)
#A886A9
(168,134,169)
#B397B4
(179,151,180)
#BEA8BF
(190,168,191)
#C9B9CA
(201,185,202)
#D4CAD5
(212,202,213)
#DFDBE0
(223,219,224)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C427D; }

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

This text font color is #7C427D.

Background Color

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

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

This div background color is #7C427D.

Border color

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

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

This div border color is #7C427D.

Opacity

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

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

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

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

This text has shadow with #7C427D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C427D.

Preview

Color preview on black background

This text has color #7C427D on black background.


Color preview on white background

This text has color #7C427D on white background.


Black color preview on #7C427D background

This text has black color on #7C427D background.


White color preview on #7C427D background

This text has white color on #7C427D background.


Related colors

Complementary color

Complementary color for #hex is #83BD82.


I love getcolorcode.com

Triadic colors

1 #7D7C42 and #427D7C with #7C427D are triadic colors.

2 #7D427C and #427C7D with #7C427D are triadic colors.