COLOR #7F6370

HEX: #7F6370 RGB: (127,99,112)

Color info

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

RGB color model

#7F6370 color RGB value is (127,99,112).

RGB: (127,99,112) (50%, 39%, 44%)

RGB channels and saturation

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

127
99
112

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

Portions of RGB colors in percentages

R + G + B = 127 + 99 + 112 = 338 (100%)
R 127 of 338 ~ 37.57%
G 99 of 338 ~ 29.29%
B 112 of 338 ~ 33.14'%

%37.57
%29.29
%33.14

CMYK color model

#7F6370 color CMYK value is (0,22,12,50).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 11.81%
  • key color value is 50.20%

CMYK: (0,22,12,50)
C0M22Y12K50 (0%, 22%, 12%, 50%)
(0.00 / 0.22 / 0.12 / 0.50)

CMYK percentages

%0
%22.05
%11.81
%50.2

Codes

Color #7F6370 in popluar color models

7F 63 70
RGB 127 99 112
HSL 332° 12.39% 44.31%
HSB/HSV 332° 22.05% 49.80%
CMYK 0.00% 22.05% 11.81%
50.20%

Color #7F6370 in popluar number systems.

HEX 7F 63 70
Decimal 127 99 112
Binary 1111111 1100011 1110000
Octal 177 143 160

Shades and tints

Shades of #7F6370

#7F6370
(127,99,112)
#745A66
(116,90,102)
#69515C
(105,81,92)
#5E4852
(94,72,82)
#533F48
(83,63,72)
#48363E
(72,54,62)
#3D2D34
(61,45,52)
#32242A
(50,36,42)
#271B20
(39,27,32)
#1C1216
(28,18,22)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #7F6370

#7F6370
(127,99,112)
#8A717D
(138,113,125)
#957F8A
(149,127,138)
#A08D97
(160,141,151)
#AB9BA4
(171,155,164)
#B6A9B1
(182,169,177)
#C1B7BE
(193,183,190)
#CCC5CB
(204,197,203)
#D7D3D8
(215,211,216)
#E2E1E5
(226,225,229)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6370; }

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

This text font color is #7F6370.

Background Color

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

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

This div background color is #7F6370.

Border color

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

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

This div border color is #7F6370.

Opacity

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

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

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

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

This text has shadow with #7F6370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6370.

Preview

Color preview on black background

This text has color #7F6370 on black background.


Color preview on white background

This text has color #7F6370 on white background.


Black color preview on #7F6370 background

This text has black color on #7F6370 background.


White color preview on #7F6370 background

This text has white color on #7F6370 background.


Related colors

Complementary color

Complementary color for #hex is #809C8F.


I love getcolorcode.com

Triadic colors

1 #707F63 and #63707F with #7F6370 are triadic colors.

2 #70637F and #637F70 with #7F6370 are triadic colors.