COLOR #7F6F82

HEX: #7F6F82
RGB: (127,111,130)

Color info

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

RGB color model

#7F6F82 color RGB value is (127,111,130).

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

RGB channels and saturation

R 127 of 255 = 50%
G 111 of 255 = 44%
B 130 of 255 = 51%

127
111
130

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

Portions of RGB colors in percentages

R + G + B =
127 + 111 + 130 = 368 (100%)
R 127 of 368 ~ 34.51%
G 111 of 368 ~ 30.16%
B 130 of 368 ~ 35.33%

%34.51
%30.16
%35.33

CMYK color model

#7F6F82 color CMYK value is (2,15,0,49).

  • cyan value is 2.31%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(2,15,0,49)
C2M15Y0K49 
(2%,15%,0%,49%)
(0.02/0.15/0.00/0.49)	

CMYK percentages

%2.31
%14.62
%0
%49.02

Codes

Color #7F6F82 in popluar color models

7F6F82
RGB127111130
HSL291°7.88%47.25%
HSB/HSV291°14.62%50.98%
CMYK2.31%14.62%0.00%
49.02%

Color #7F6F82 in popluar number systems.

HEX7F6F82
Decimal127111130
Binary1111111110111110000010
Octal177157202

Shades and tints

Shades of #7F6F82

#7F6F82
(127,111,130)
#746577
(116,101,119)
#695B6C
(105,91,108)
#5E5161
(94,81,97)
#534756
(83,71,86)
#483D4B
(72,61,75)
#3D3340
(61,51,64)
#322935
(50,41,53)
#271F2A
(39,31,42)
#1C151F
(28,21,31)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #7F6F82

#7F6F82
(127,111,130)
#8A7C8D
(138,124,141)
#958998
(149,137,152)
#A096A3
(160,150,163)
#ABA3AE
(171,163,174)
#B6B0B9
(182,176,185)
#C1BDC4
(193,189,196)
#CCCACF
(204,202,207)
#D7D7DA
(215,215,218)
#E2E4E5
(226,228,229)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6F82; }

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

This text font color is #7F6F82.


Background Color

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

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

This div background color is #7F6F82.


Border color

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

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

This div border color is #7F6F82.


Opacity

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

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

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

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

This text has shadow with #7F6F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6F82 on black background.


Color preview on white background

This text has color #7F6F82 on white background.



Black color preview on #7F6F82 background

This text has black color on #7F6F82 background.


White color preview on #7F6F82 background

This text has white color on #7F6F82 background.