COLOR #7F6582

HEX: #7F6582
RGB: (127,101,130)

Color info

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

RGB color model

#7F6582 color RGB value is (127,101,130).

  • red value is 127;
  • green value is 101;
  • blue value is 130.
RGB:
(127,101,130)
(50%,40%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 101 of 255 = 40%
B 130 of 255 = 51%

127
101
130

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

Portions of RGB colors in percentages

R + G + B =
127 + 101 + 130 = 358 (100%)
R 127 of 358 ~ 35.47%
G 101 of 358 ~ 28.21%
B 130 of 358 ~ 36.31%

%35.47
%28.21
%36.31

CMYK color model

#7F6582 color CMYK value is (2,22,0,49).

  • cyan value is 2.31%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(2,22,0,49)
C2M22Y0K49 
(2%,22%,0%,49%)
(0.02/0.22/0.00/0.49)	

CMYK percentages

%2.31
%22.31
%0
%49.02

Codes

Color #7F6582 in popluar color models

7F6582
RGB127101130
HSL294°12.55%45.29%
HSB/HSV294°22.31%50.98%
CMYK2.31%22.31%0.00%
49.02%

Color #7F6582 in popluar number systems.

HEX7F6582
Decimal127101130
Binary1111111110010110000010
Octal177145202

Shades and tints

Shades of #7F6582

#7F6582
(127,101,130)
#745C77
(116,92,119)
#69536C
(105,83,108)
#5E4A61
(94,74,97)
#534156
(83,65,86)
#48384B
(72,56,75)
#3D2F40
(61,47,64)
#322635
(50,38,53)
#271D2A
(39,29,42)
#1C141F
(28,20,31)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #7F6582

#7F6582
(127,101,130)
#8A738D
(138,115,141)
#958198
(149,129,152)
#A08FA3
(160,143,163)
#AB9DAE
(171,157,174)
#B6ABB9
(182,171,185)
#C1B9C4
(193,185,196)
#CCC7CF
(204,199,207)
#D7D5DA
(215,213,218)
#E2E3E5
(226,227,229)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6582 color. Also use rgb(127,101,130) instead hex code.

Text Font Color

.myTextColor { color: #7F6582; }

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

This text font color is #7F6582.


Background Color

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

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

This div background color is #7F6582.


Border color

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

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

This div border color is #7F6582.


Opacity

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

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

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

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

This text has shadow with #7F6582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6582 on black background.


Color preview on white background

This text has color #7F6582 on white background.



Black color preview on #7F6582 background

This text has black color on #7F6582 background.


White color preview on #7F6582 background

This text has white color on #7F6582 background.