COLOR #7F6383

HEX: #7F6383 RGB: (127,99,131)

Color info

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

RGB color model

#7F6383 color RGB value is (127,99,131).

RGB: (127,99,131) (50%, 39%, 51%)

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 131 of 255 = 51%

127
99
131

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

Portions of RGB colors in percentages

R + G + B = 127 + 99 + 131 = 357 (100%)
R 127 of 357 ~ 35.57%
G 99 of 357 ~ 27.73%
B 131 of 357 ~ 36.69'%

%35.57
%27.73
%36.69

CMYK color model

#7F6383 color CMYK value is (3,24,0,49).

  • cyan value is 3.05%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (3,24,0,49)
C3M24Y0K49 (3%, 24%, 0%, 49%)
(0.03 / 0.24 / 0.00 / 0.49)

CMYK percentages

%3.05
%24.43
%0
%48.63

Codes

Color #7F6383 in popluar color models

7F 63 83
RGB 127 99 131
HSL 293° 13.91% 45.10%
HSB/HSV 293° 24.43% 51.37%
CMYK 3.05% 24.43% 0.00%
48.63%

Color #7F6383 in popluar number systems.

HEX 7F 63 83
Decimal 127 99 131
Binary 1111111 1100011 10000011
Octal 177 143 203

Shades and tints

Shades of #7F6383

#7F6383
(127,99,131)
#745A78
(116,90,120)
#69516D
(105,81,109)
#5E4862
(94,72,98)
#533F57
(83,63,87)
#48364C
(72,54,76)
#3D2D41
(61,45,65)
#322436
(50,36,54)
#271B2B
(39,27,43)
#1C1220
(28,18,32)
#110915
(17,9,21)
#000000
(0,0,0)

Tints of #7F6383

#7F6383
(127,99,131)
#8A718E
(138,113,142)
#957F99
(149,127,153)
#A08DA4
(160,141,164)
#AB9BAF
(171,155,175)
#B6A9BA
(182,169,186)
#C1B7C5
(193,183,197)
#CCC5D0
(204,197,208)
#D7D3DB
(215,211,219)
#E2E1E6
(226,225,230)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6383 color. Also use rgb(127,99,131) instead hex code.

Text Font Color

.myTextColor { color: #7F6383; }

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

This text font color is #7F6383.

Background Color

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

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

This div background color is #7F6383.

Border color

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

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

This div border color is #7F6383.

Opacity

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

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

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

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

This text has shadow with #7F6383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6383.

Preview

Color preview on black background

This text has color #7F6383 on black background.


Color preview on white background

This text has color #7F6383 on white background.


Black color preview on #7F6383 background

This text has black color on #7F6383 background.


White color preview on #7F6383 background

This text has white color on #7F6383 background.


Related colors

Complementary color

Complementary color for #hex is #809C7C.


I love getcolorcode.com

Triadic colors

1 #837F63 and #63837F with #7F6383 are triadic colors.

2 #83637F and #637F83 with #7F6383 are triadic colors.