COLOR #7F7482

HEX: #7F7482
RGB: (127,116,130)

Color info

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

RGB color model

#7F7482 color RGB value is (127,116,130).

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

RGB channels and saturation

R 127 of 255 = 50%
G 116 of 255 = 45%
B 130 of 255 = 51%

127
116
130

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

Portions of RGB colors in percentages

R + G + B =
127 + 116 + 130 = 373 (100%)
R 127 of 373 ~ 34.05%
G 116 of 373 ~ 31.1%
B 130 of 373 ~ 34.85%

%34.05
%31.1
%34.85

CMYK color model

#7F7482 color CMYK value is (2,11,0,49).

  • cyan value is 2.31%
  • magenta value is 10.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(2,11,0,49)
C2M11Y0K49 
(2%,11%,0%,49%)
(0.02/0.11/0.00/0.49)	

CMYK percentages

%2.31
%10.77
%0
%49.02

Codes

Color #7F7482 in popluar color models

7F7482
RGB127116130
HSL287°5.69%48.24%
HSB/HSV287°10.77%50.98%
CMYK2.31%10.77%0.00%
49.02%

Color #7F7482 in popluar number systems.

HEX7F7482
Decimal127116130
Binary1111111111010010000010
Octal177164202

Shades and tints

Shades of #7F7482

#7F7482
(127,116,130)
#746A77
(116,106,119)
#69606C
(105,96,108)
#5E5661
(94,86,97)
#534C56
(83,76,86)
#48424B
(72,66,75)
#3D3840
(61,56,64)
#322E35
(50,46,53)
#27242A
(39,36,42)
#1C1A1F
(28,26,31)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #7F7482

#7F7482
(127,116,130)
#8A808D
(138,128,141)
#958C98
(149,140,152)
#A098A3
(160,152,163)
#ABA4AE
(171,164,174)
#B6B0B9
(182,176,185)
#C1BCC4
(193,188,196)
#CCC8CF
(204,200,207)
#D7D4DA
(215,212,218)
#E2E0E5
(226,224,229)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7482; }

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

This text font color is #7F7482.


Background Color

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

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

This div background color is #7F7482.


Border color

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

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

This div border color is #7F7482.


Opacity

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

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

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

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

This text has shadow with #7F7482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7482 on black background.


Color preview on white background

This text has color #7F7482 on white background.



Black color preview on #7F7482 background

This text has black color on #7F7482 background.


White color preview on #7F7482 background

This text has white color on #7F7482 background.