COLOR #7F6783

HEX: #7F6783 RGB: (127,103,131)

Color info

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

RGB color model

#7F6783 color RGB value is (127,103,131).

RGB: (127,103,131) (50%, 40%, 51%)

RGB channels and saturation

R 127 of 255 = 50%
G 103 of 255 = 40%
B 131 of 255 = 51%

127
103
131

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

Portions of RGB colors in percentages

R + G + B = 127 + 103 + 131 = 361 (100%)
R 127 of 361 ~ 35.18%
G 103 of 361 ~ 28.53%
B 131 of 361 ~ 36.29'%

%35.18
%28.53
%36.29

CMYK color model

#7F6783 color CMYK value is (3,21,0,49).

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

CMYK: (3,21,0,49)
C3M21Y0K49 (3%, 21%, 0%, 49%)
(0.03 / 0.21 / 0.00 / 0.49)

CMYK percentages

%3.05
%21.37
%0
%48.63

Codes

Color #7F6783 in popluar color models

7F 67 83
RGB 127 103 131
HSL 291° 11.97% 45.88%
HSB/HSV 291° 21.37% 51.37%
CMYK 3.05% 21.37% 0.00%
48.63%

Color #7F6783 in popluar number systems.

HEX 7F 67 83
Decimal 127 103 131
Binary 1111111 1100111 10000011
Octal 177 147 203

Shades and tints

Shades of #7F6783

#7F6783
(127,103,131)
#745E78
(116,94,120)
#69556D
(105,85,109)
#5E4C62
(94,76,98)
#534357
(83,67,87)
#483A4C
(72,58,76)
#3D3141
(61,49,65)
#322836
(50,40,54)
#271F2B
(39,31,43)
#1C1620
(28,22,32)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #7F6783

#7F6783
(127,103,131)
#8A748E
(138,116,142)
#958199
(149,129,153)
#A08EA4
(160,142,164)
#AB9BAF
(171,155,175)
#B6A8BA
(182,168,186)
#C1B5C5
(193,181,197)
#CCC2D0
(204,194,208)
#D7CFDB
(215,207,219)
#E2DCE6
(226,220,230)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6783; }

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

This text font color is #7F6783.

Background Color

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

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

This div background color is #7F6783.

Border color

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

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

This div border color is #7F6783.

Opacity

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

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

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

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

This text has shadow with #7F6783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6783.

Preview

Color preview on black background

This text has color #7F6783 on black background.


Color preview on white background

This text has color #7F6783 on white background.


Black color preview on #7F6783 background

This text has black color on #7F6783 background.


White color preview on #7F6783 background

This text has white color on #7F6783 background.


Related colors

Complementary color

Complementary color for #hex is #80987C.


I love getcolorcode.com

Triadic colors

1 #837F67 and #67837F with #7F6783 are triadic colors.

2 #83677F and #677F83 with #7F6783 are triadic colors.