COLOR #7F6182

HEX: #7F6182
RGB: (127,97,130)

Color info

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

RGB color model

#7F6182 color RGB value is (127,97,130).

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

RGB channels and saturation

R 127 of 255 = 50%
G 97 of 255 = 38%
B 130 of 255 = 51%

127
97
130

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

Portions of RGB colors in percentages

R + G + B =
127 + 97 + 130 = 354 (100%)
R 127 of 354 ~ 35.88%
G 97 of 354 ~ 27.4%
B 130 of 354 ~ 36.72%

%35.88
%27.4
%36.72

CMYK color model

#7F6182 color CMYK value is (2,25,0,49).

  • cyan value is 2.31%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(2,25,0,49)
C2M25Y0K49 
(2%,25%,0%,49%)
(0.02/0.25/0.00/0.49)	

CMYK percentages

%2.31
%25.38
%0
%49.02

Codes

Color #7F6182 in popluar color models

7F6182
RGB12797130
HSL295°14.54%44.51%
HSB/HSV295°25.38%50.98%
CMYK2.31%25.38%0.00%
49.02%

Color #7F6182 in popluar number systems.

HEX7F6182
Decimal12797130
Binary1111111110000110000010
Octal177141202

Shades and tints

Shades of #7F6182

#7F6182
(127,97,130)
#745977
(116,89,119)
#69516C
(105,81,108)
#5E4961
(94,73,97)
#534156
(83,65,86)
#48394B
(72,57,75)
#3D3140
(61,49,64)
#322935
(50,41,53)
#27212A
(39,33,42)
#1C191F
(28,25,31)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #7F6182

#7F6182
(127,97,130)
#8A6F8D
(138,111,141)
#957D98
(149,125,152)
#A08BA3
(160,139,163)
#AB99AE
(171,153,174)
#B6A7B9
(182,167,185)
#C1B5C4
(193,181,196)
#CCC3CF
(204,195,207)
#D7D1DA
(215,209,218)
#E2DFE5
(226,223,229)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6182; }

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

This text font color is #7F6182.


Background Color

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

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

This div background color is #7F6182.


Border color

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

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

This div border color is #7F6182.


Opacity

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

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

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

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

This text has shadow with #7F6182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6182 on black background.


Color preview on white background

This text has color #7F6182 on white background.



Black color preview on #7F6182 background

This text has black color on #7F6182 background.


White color preview on #7F6182 background

This text has white color on #7F6182 background.