COLOR #7F425D

HEX: #7F425D RGB: (127,66,93)

Color info

#7F425D contains mainly red and blue colors. Web safe color of #7F425D is #663366 (or #636).

RGB color model

#7F425D color RGB value is (127,66,93).

RGB: (127,66,93) (50%, 26%, 36%)

RGB channels and saturation

R 127 of 255 = 50%
G 66 of 255 = 26%
B 93 of 255 = 36%

127
66
93

R + G + B ~ 37%. #7F425D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 66 + 93 = 286 (100%)
R 127 of 286 ~ 44.41%
G 66 of 286 ~ 23.08%
B 93 of 286 ~ 32.52'%

%44.41
%23.08
%32.52

CMYK color model

#7F425D color CMYK value is (0,48,27,50).

  • cyan value is 0.00%
  • magenta value is 48.03%
  • yellow value is 26.77%
  • key color value is 50.20%
CMYK: (0,48,27,50) C0M48Y27K50 (0%,48%,27%,50%) (0.00/0.48/0.27/0.50) 

CMYK percentages

%0
%48.03
%26.77
%50.2

Codes

Color #7F425D in popluar color models

7F 42 5D
RGB 127 66 93
HSL 333° 31.61% 37.84%
HSB/HSV 333° 48.03% 49.80%
CMYK 0.00% 48.03% 26.77%
50.20%

Color #7F425D in popluar number systems.

HEX 7F 42 5D
Decimal 127 66 93
Binary 1111111 1000010 1011101
Octal 177 102 135

Shades and tints

Shades of #7F425D

#7F425D
(127,66,93)
#743C55
(116,60,85)
#69364D
(105,54,77)
#5E3045
(94,48,69)
#532A3D
(83,42,61)
#482435
(72,36,53)
#3D1E2D
(61,30,45)
#321825
(50,24,37)
#27121D
(39,18,29)
#1C0C15
(28,12,21)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #7F425D

#7F425D
(127,66,93)
#8A536B
(138,83,107)
#956479
(149,100,121)
#A07587
(160,117,135)
#AB8695
(171,134,149)
#B697A3
(182,151,163)
#C1A8B1
(193,168,177)
#CCB9BF
(204,185,191)
#D7CACD
(215,202,205)
#E2DBDB
(226,219,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F425D color. Also use rgb(127,66,93) instead hex code.

Text Font Color

.myTextColor { color: #7F425D; }

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

This text font color is #7F425D.

Background Color

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

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

This div background color is #7F425D.

Border color

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

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

This div border color is #7F425D.

Opacity

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

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

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

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

This text has shadow with #7F425D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F425D.

Preview

Color preview on black background

This text has color #7F425D on black background.


Color preview on white background

This text has color #7F425D on white background.


Black color preview on #7F425D background

This text has black color on #7F425D background.


White color preview on #7F425D background

This text has white color on #7F425D background.


Related colors

Complementary color

Complementary color for #hex is #80BDA2.


I love getcolorcode.com

Triadic colors

1 #5D7F42 and #425D7F with #7F425D are triadic colors.

2 #5D427F and #427F5D with #7F425D are triadic colors.