COLOR #7F426A

HEX: #7F426A RGB: (127,66,106)

Color info

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

RGB color model

#7F426A color RGB value is (127,66,106).

RGB: (127,66,106) (50%, 26%, 42%)

RGB channels and saturation

R 127 of 255 = 50%
G 66 of 255 = 26%
B 106 of 255 = 42%

127
66
106

R + G + B ~ 39%. #7F426A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 66 + 106 = 299 (100%)
R 127 of 299 ~ 42.47%
G 66 of 299 ~ 22.07%
B 106 of 299 ~ 35.45'%

%42.47
%22.07
%35.45

CMYK color model

#7F426A color CMYK value is (0,48,17,50).

  • cyan value is 0.00%
  • magenta value is 48.03%
  • yellow value is 16.54%
  • key color value is 50.20%

CMYK: (0,48,17,50)
C0M48Y17K50 (0%, 48%, 17%, 50%)
(0.00 / 0.48 / 0.17 / 0.50)

CMYK percentages

%0
%48.03
%16.54
%50.2

Codes

Color #7F426A in popluar color models

7F 42 6A
RGB 127 66 106
HSL 321° 31.61% 37.84%
HSB/HSV 321° 48.03% 49.80%
CMYK 0.00% 48.03% 16.54%
50.20%

Color #7F426A in popluar number systems.

HEX 7F 42 6A
Decimal 127 66 106
Binary 1111111 1000010 1101010
Octal 177 102 152

Shades and tints

Shades of #7F426A

#7F426A
(127,66,106)
#743C61
(116,60,97)
#693658
(105,54,88)
#5E304F
(94,48,79)
#532A46
(83,42,70)
#48243D
(72,36,61)
#3D1E34
(61,30,52)
#32182B
(50,24,43)
#271222
(39,18,34)
#1C0C19
(28,12,25)
#110610
(17,6,16)
#000000
(0,0,0)

Tints of #7F426A

#7F426A
(127,66,106)
#8A5377
(138,83,119)
#956484
(149,100,132)
#A07591
(160,117,145)
#AB869E
(171,134,158)
#B697AB
(182,151,171)
#C1A8B8
(193,168,184)
#CCB9C5
(204,185,197)
#D7CAD2
(215,202,210)
#E2DBDF
(226,219,223)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F426A; }

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

This text font color is #7F426A.

Background Color

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

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

This div background color is #7F426A.

Border color

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

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

This div border color is #7F426A.

Opacity

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

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

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

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

This text has shadow with #7F426A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F426A.

Preview

Color preview on black background

This text has color #7F426A on black background.


Color preview on white background

This text has color #7F426A on white background.


Black color preview on #7F426A background

This text has black color on #7F426A background.


White color preview on #7F426A background

This text has white color on #7F426A background.


Related colors

Complementary color

Complementary color for #hex is #80BD95.


I love getcolorcode.com

Triadic colors

1 #6A7F42 and #426A7F with #7F426A are triadic colors.

2 #6A427F and #427F6A with #7F426A are triadic colors.