COLOR #7F6470

HEX: #7F6470
RGB: (127,100,112)

Color info

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

RGB color model

#7F6470 color RGB value is (127,100,112).

  • red value is 127;
  • green value is 100;
  • blue value is 112.
RGB:
(127,100,112)
(50%,39%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 100 of 255 = 39%
B 112 of 255 = 44%

127
100
112

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

Portions of RGB colors in percentages

R + G + B =
127 + 100 + 112 = 339 (100%)
R 127 of 339 ~ 37.46%
G 100 of 339 ~ 29.5%
B 112 of 339 ~ 33.04%

%37.46
%29.5
%33.04

CMYK color model

#7F6470 color CMYK value is (0,21,12,50).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 11.81%
  • key color value is 50.20%
CMYK:
(0,21,12,50)
C0M21Y12K50 
(0%,21%,12%,50%)
(0.00/0.21/0.12/0.50)	

CMYK percentages

%0
%21.26
%11.81
%50.2

Codes

Color #7F6470 in popluar color models

7F6470
RGB127100112
HSL333°11.89%44.51%
HSB/HSV333°21.26%49.80%
CMYK0.00%21.26%11.81%
50.20%

Color #7F6470 in popluar number systems.

HEX7F6470
Decimal127100112
Binary111111111001001110000
Octal177144160

Shades and tints

Shades of #7F6470

#7F6470
(127,100,112)
#745B66
(116,91,102)
#69525C
(105,82,92)
#5E4952
(94,73,82)
#534048
(83,64,72)
#48373E
(72,55,62)
#3D2E34
(61,46,52)
#32252A
(50,37,42)
#271C20
(39,28,32)
#1C1316
(28,19,22)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #7F6470

#7F6470
(127,100,112)
#8A727D
(138,114,125)
#95808A
(149,128,138)
#A08E97
(160,142,151)
#AB9CA4
(171,156,164)
#B6AAB1
(182,170,177)
#C1B8BE
(193,184,190)
#CCC6CB
(204,198,203)
#D7D4D8
(215,212,216)
#E2E2E5
(226,226,229)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6470 color. Also use rgb(127,100,112) instead hex code.

Text Font Color

.myTextColor { color: #7F6470; }

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

This text font color is #7F6470.


Background Color

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

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

This div background color is #7F6470.


Border color

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

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

This div border color is #7F6470.


Opacity

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

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

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

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

This text has shadow with #7F6470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6470 on black background.


Color preview on white background

This text has color #7F6470 on white background.



Black color preview on #7F6470 background

This text has black color on #7F6470 background.


White color preview on #7F6470 background

This text has white color on #7F6470 background.