COLOR #7F6773

HEX: #7F6773
RGB: (127,103,115)

Color info

#7F6773 contains red, green and blue colors in about the same proportion. Web safe color of #7F6773 is #666666 (or #666).

RGB color model

#7F6773 color RGB value is (127,103,115).

  • red value is 127;
  • green value is 103;
  • blue value is 115.
RGB:
(127,103,115)
(50%,40%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 103 of 255 = 40%
B 115 of 255 = 45%

127
103
115

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

Portions of RGB colors in percentages

R + G + B =
127 + 103 + 115 = 345 (100%)
R 127 of 345 ~ 36.81%
G 103 of 345 ~ 29.86%
B 115 of 345 ~ 33.33%

%36.81
%29.86
%33.33

CMYK color model

#7F6773 color CMYK value is (0,19,9,50).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 9.45%
  • key color value is 50.20%
CMYK:
(0,19,9,50)
C0M19Y9K50 
(0%,19%,9%,50%)
(0.00/0.19/0.09/0.50)	

CMYK percentages

%0
%18.9
%9.45
%50.2

Codes

Color #7F6773 in popluar color models

7F6773
RGB127103115
HSL330°10.43%45.10%
HSB/HSV330°18.90%49.80%
CMYK0.00%18.90%9.45%
50.20%

Color #7F6773 in popluar number systems.

HEX7F6773
Decimal127103115
Binary111111111001111110011
Octal177147163

Shades and tints

Shades of #7F6773

#7F6773
(127,103,115)
#745E69
(116,94,105)
#69555F
(105,85,95)
#5E4C55
(94,76,85)
#53434B
(83,67,75)
#483A41
(72,58,65)
#3D3137
(61,49,55)
#32282D
(50,40,45)
#271F23
(39,31,35)
#1C1619
(28,22,25)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #7F6773

#7F6773
(127,103,115)
#8A747F
(138,116,127)
#95818B
(149,129,139)
#A08E97
(160,142,151)
#AB9BA3
(171,155,163)
#B6A8AF
(182,168,175)
#C1B5BB
(193,181,187)
#CCC2C7
(204,194,199)
#D7CFD3
(215,207,211)
#E2DCDF
(226,220,223)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6773; }

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

This text font color is #7F6773.


Background Color

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

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

This div background color is #7F6773.


Border color

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

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

This div border color is #7F6773.


Opacity

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

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

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

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

This text has shadow with #7F6773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6773 on black background.


Color preview on white background

This text has color #7F6773 on white background.



Black color preview on #7F6773 background

This text has black color on #7F6773 background.


White color preview on #7F6773 background

This text has white color on #7F6773 background.