COLOR #7F7684

HEX: #7F7684
RGB: (127,118,132)

Color info

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

RGB color model

#7F7684 color RGB value is (127,118,132).

  • red value is 127;
  • green value is 118;
  • blue value is 132.
RGB:
(127,118,132)
(50%,46%,52%)

RGB channels and saturation

R 127 of 255 = 50%
G 118 of 255 = 46%
B 132 of 255 = 52%

127
118
132

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

Portions of RGB colors in percentages

R + G + B =
127 + 118 + 132 = 377 (100%)
R 127 of 377 ~ 33.69%
G 118 of 377 ~ 31.3%
B 132 of 377 ~ 35.01%

%33.69
%31.3
%35.01

CMYK color model

#7F7684 color CMYK value is (4,11,0,48).

  • cyan value is 3.79%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(4,11,0,48)
C4M11Y0K48 
(4%,11%,0%,48%)
(0.04/0.11/0.00/0.48)	

CMYK percentages

%3.79
%10.61
%0
%48.24

Codes

Color #7F7684 in popluar color models

7F7684
RGB127118132
HSL279°5.60%49.02%
HSB/HSV279°10.61%51.76%
CMYK3.79%10.61%0.00%
48.24%

Color #7F7684 in popluar number systems.

HEX7F7684
Decimal127118132
Binary1111111111011010000100
Octal177166204

Shades and tints

Shades of #7F7684

#7F7684
(127,118,132)
#746C78
(116,108,120)
#69626C
(105,98,108)
#5E5860
(94,88,96)
#534E54
(83,78,84)
#484448
(72,68,72)
#3D3A3C
(61,58,60)
#323030
(50,48,48)
#272624
(39,38,36)
#1C1C18
(28,28,24)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #7F7684

#7F7684
(127,118,132)
#8A828F
(138,130,143)
#958E9A
(149,142,154)
#A09AA5
(160,154,165)
#ABA6B0
(171,166,176)
#B6B2BB
(182,178,187)
#C1BEC6
(193,190,198)
#CCCAD1
(204,202,209)
#D7D6DC
(215,214,220)
#E2E2E7
(226,226,231)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7684 color. Also use rgb(127,118,132) instead hex code.

Text Font Color

.myTextColor { color: #7F7684; }

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

This text font color is #7F7684.


Background Color

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

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

This div background color is #7F7684.


Border color

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

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

This div border color is #7F7684.


Opacity

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

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

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

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

This text has shadow with #7F7684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7684 on black background.


Color preview on white background

This text has color #7F7684 on white background.



Black color preview on #7F7684 background

This text has black color on #7F7684 background.


White color preview on #7F7684 background

This text has white color on #7F7684 background.