COLOR #7F6B90

HEX: #7F6B90 RGB: (127,107,144)

Color info

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

RGB color model

#7F6B90 color RGB value is (127,107,144).

RGB: (127,107,144) (50%, 42%, 56%)

RGB channels and saturation

R 127 of 255 = 50%
G 107 of 255 = 42%
B 144 of 255 = 56%

127
107
144

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

Portions of RGB colors in percentages

R + G + B = 127 + 107 + 144 = 378 (100%)
R 127 of 378 ~ 33.6%
G 107 of 378 ~ 28.31%
B 144 of 378 ~ 38.1'%

%33.6
%28.31
%38.1

CMYK color model

#7F6B90 color CMYK value is (12,26,0,44).

  • cyan value is 11.81%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (12,26,0,44)
C12M26Y0K44 (12%, 26%, 0%, 44%)
(0.12 / 0.26 / 0.00 / 0.44)

CMYK percentages

%11.81
%25.69
%0
%43.53

Codes

Color #7F6B90 in popluar color models

7F 6B 90
RGB 127 107 144
HSL 272° 14.74% 49.22%
HSB/HSV 272° 25.69% 56.47%
CMYK 11.81% 25.69% 0.00%
43.53%

Color #7F6B90 in popluar number systems.

HEX 7F 6B 90
Decimal 127 107 144
Binary 1111111 1101011 10010000
Octal 177 153 220

Shades and tints

Shades of #7F6B90

#7F6B90
(127,107,144)
#746283
(116,98,131)
#695976
(105,89,118)
#5E5069
(94,80,105)
#53475C
(83,71,92)
#483E4F
(72,62,79)
#3D3542
(61,53,66)
#322C35
(50,44,53)
#272328
(39,35,40)
#1C1A1B
(28,26,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #7F6B90

#7F6B90
(127,107,144)
#8A789A
(138,120,154)
#9585A4
(149,133,164)
#A092AE
(160,146,174)
#AB9FB8
(171,159,184)
#B6ACC2
(182,172,194)
#C1B9CC
(193,185,204)
#CCC6D6
(204,198,214)
#D7D3E0
(215,211,224)
#E2E0EA
(226,224,234)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6B90 color. Also use rgb(127,107,144) instead hex code.

Text Font Color

.myTextColor { color: #7F6B90; }

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

This text font color is #7F6B90.

Background Color

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

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

This div background color is #7F6B90.

Border color

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

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

This div border color is #7F6B90.

Opacity

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

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

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

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

This text has shadow with #7F6B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6B90.

Preview

Color preview on black background

This text has color #7F6B90 on black background.


Color preview on white background

This text has color #7F6B90 on white background.


Black color preview on #7F6B90 background

This text has black color on #7F6B90 background.


White color preview on #7F6B90 background

This text has white color on #7F6B90 background.


Related colors

Complementary color

Complementary color for #hex is #80946F.


I love getcolorcode.com

Triadic colors

1 #907F6B and #6B907F with #7F6B90 are triadic colors.

2 #906B7F and #6B7F90 with #7F6B90 are triadic colors.