COLOR #7F5F81

HEX: #7F5F81 RGB: (127,95,129)

Color info

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

RGB color model

#7F5F81 color RGB value is (127,95,129).

RGB: (127,95,129) (50%, 37%, 51%)

RGB channels and saturation

R 127 of 255 = 50%
G 95 of 255 = 37%
B 129 of 255 = 51%

127
95
129

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

Portions of RGB colors in percentages

R + G + B = 127 + 95 + 129 = 351 (100%)
R 127 of 351 ~ 36.18%
G 95 of 351 ~ 27.07%
B 129 of 351 ~ 36.75'%

%36.18
%27.07
%36.75

CMYK color model

#7F5F81 color CMYK value is (2,26,0,49).

  • cyan value is 1.55%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (2,26,0,49)
C2M26Y0K49 (2%, 26%, 0%, 49%)
(0.02 / 0.26 / 0.00 / 0.49)

CMYK percentages

%1.55
%26.36
%0
%49.41

Codes

Color #7F5F81 in popluar color models

7F 5F 81
RGB 127 95 129
HSL 296° 15.18% 43.92%
HSB/HSV 296° 26.36% 50.59%
CMYK 1.55% 26.36% 0.00%
49.41%

Color #7F5F81 in popluar number systems.

HEX 7F 5F 81
Decimal 127 95 129
Binary 1111111 1011111 10000001
Octal 177 137 201

Shades and tints

Shades of #7F5F81

#7F5F81
(127,95,129)
#745776
(116,87,118)
#694F6B
(105,79,107)
#5E4760
(94,71,96)
#533F55
(83,63,85)
#48374A
(72,55,74)
#3D2F3F
(61,47,63)
#322734
(50,39,52)
#271F29
(39,31,41)
#1C171E
(28,23,30)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #7F5F81

#7F5F81
(127,95,129)
#8A6D8C
(138,109,140)
#957B97
(149,123,151)
#A089A2
(160,137,162)
#AB97AD
(171,151,173)
#B6A5B8
(182,165,184)
#C1B3C3
(193,179,195)
#CCC1CE
(204,193,206)
#D7CFD9
(215,207,217)
#E2DDE4
(226,221,228)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5F81 color. Also use rgb(127,95,129) instead hex code.

Text Font Color

.myTextColor { color: #7F5F81; }

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

This text font color is #7F5F81.

Background Color

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

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

This div background color is #7F5F81.

Border color

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

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

This div border color is #7F5F81.

Opacity

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

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

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

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

This text has shadow with #7F5F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5F81.

Preview

Color preview on black background

This text has color #7F5F81 on black background.


Color preview on white background

This text has color #7F5F81 on white background.


Black color preview on #7F5F81 background

This text has black color on #7F5F81 background.


White color preview on #7F5F81 background

This text has white color on #7F5F81 background.


Related colors

Complementary color

Complementary color for #hex is #80A07E.


I love getcolorcode.com

Triadic colors

1 #817F5F and #5F817F with #7F5F81 are triadic colors.

2 #815F7F and #5F7F81 with #7F5F81 are triadic colors.