COLOR #7F6684

HEX: #7F6684 RGB: (127,102,132)

Color info

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

RGB color model

#7F6684 color RGB value is (127,102,132).

RGB: (127,102,132) (50%, 40%, 52%)

RGB channels and saturation

R 127 of 255 = 50%
G 102 of 255 = 40%
B 132 of 255 = 52%

127
102
132

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

Portions of RGB colors in percentages

R + G + B = 127 + 102 + 132 = 361 (100%)
R 127 of 361 ~ 35.18%
G 102 of 361 ~ 28.25%
B 132 of 361 ~ 36.57'%

%35.18
%28.25
%36.57

CMYK color model

#7F6684 color CMYK value is (4,23,0,48).

  • cyan value is 3.79%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (4,23,0,48)
C4M23Y0K48 (4%, 23%, 0%, 48%)
(0.04 / 0.23 / 0.00 / 0.48)

CMYK percentages

%3.79
%22.73
%0
%48.24

Codes

Color #7F6684 in popluar color models

7F 66 84
RGB 127 102 132
HSL 290° 12.82% 45.88%
HSB/HSV 290° 22.73% 51.76%
CMYK 3.79% 22.73% 0.00%
48.24%

Color #7F6684 in popluar number systems.

HEX 7F 66 84
Decimal 127 102 132
Binary 1111111 1100110 10000100
Octal 177 146 204

Shades and tints

Shades of #7F6684

#7F6684
(127,102,132)
#745D78
(116,93,120)
#69546C
(105,84,108)
#5E4B60
(94,75,96)
#534254
(83,66,84)
#483948
(72,57,72)
#3D303C
(61,48,60)
#322730
(50,39,48)
#271E24
(39,30,36)
#1C1518
(28,21,24)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #7F6684

#7F6684
(127,102,132)
#8A738F
(138,115,143)
#95809A
(149,128,154)
#A08DA5
(160,141,165)
#AB9AB0
(171,154,176)
#B6A7BB
(182,167,187)
#C1B4C6
(193,180,198)
#CCC1D1
(204,193,209)
#D7CEDC
(215,206,220)
#E2DBE7
(226,219,231)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6684; }

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

This text font color is #7F6684.

Background Color

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

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

This div background color is #7F6684.

Border color

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

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

This div border color is #7F6684.

Opacity

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

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

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

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

This text has shadow with #7F6684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6684.

Preview

Color preview on black background

This text has color #7F6684 on black background.


Color preview on white background

This text has color #7F6684 on white background.


Black color preview on #7F6684 background

This text has black color on #7F6684 background.


White color preview on #7F6684 background

This text has white color on #7F6684 background.


Related colors

Complementary color

Complementary color for #hex is #80997B.


I love getcolorcode.com

Triadic colors

1 #847F66 and #66847F with #7F6684 are triadic colors.

2 #84667F and #667F84 with #7F6684 are triadic colors.