COLOR #7F6067

HEX: #7F6067 RGB: (127,96,103)

Color info

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

RGB color model

#7F6067 color RGB value is (127,96,103).

RGB: (127,96,103) (50%, 38%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 96 of 255 = 38%
B 103 of 255 = 40%

127
96
103

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

Portions of RGB colors in percentages

R + G + B = 127 + 96 + 103 = 326 (100%)
R 127 of 326 ~ 38.96%
G 96 of 326 ~ 29.45%
B 103 of 326 ~ 31.6'%

%38.96
%29.45
%31.6

CMYK color model

#7F6067 color CMYK value is (0,24,19,50).

  • cyan value is 0.00%
  • magenta value is 24.41%
  • yellow value is 18.90%
  • key color value is 50.20%

CMYK: (0,24,19,50)
C0M24Y19K50 (0%, 24%, 19%, 50%)
(0.00 / 0.24 / 0.19 / 0.50)

CMYK percentages

%0
%24.41
%18.9
%50.2

Codes

Color #7F6067 in popluar color models

7F 60 67
RGB 127 96 103
HSL 346° 13.90% 43.73%
HSB/HSV 346° 24.41% 49.80%
CMYK 0.00% 24.41% 18.90%
50.20%

Color #7F6067 in popluar number systems.

HEX 7F 60 67
Decimal 127 96 103
Binary 1111111 1100000 1100111
Octal 177 140 147

Shades and tints

Shades of #7F6067

#7F6067
(127,96,103)
#74585E
(116,88,94)
#695055
(105,80,85)
#5E484C
(94,72,76)
#534043
(83,64,67)
#48383A
(72,56,58)
#3D3031
(61,48,49)
#322828
(50,40,40)
#27201F
(39,32,31)
#1C1816
(28,24,22)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #7F6067

#7F6067
(127,96,103)
#8A6E74
(138,110,116)
#957C81
(149,124,129)
#A08A8E
(160,138,142)
#AB989B
(171,152,155)
#B6A6A8
(182,166,168)
#C1B4B5
(193,180,181)
#CCC2C2
(204,194,194)
#D7D0CF
(215,208,207)
#E2DEDC
(226,222,220)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6067; }

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

This text font color is #7F6067.

Background Color

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

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

This div background color is #7F6067.

Border color

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

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

This div border color is #7F6067.

Opacity

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

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

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

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

This text has shadow with #7F6067 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6067.

Preview

Color preview on black background

This text has color #7F6067 on black background.


Color preview on white background

This text has color #7F6067 on white background.


Black color preview on #7F6067 background

This text has black color on #7F6067 background.


White color preview on #7F6067 background

This text has white color on #7F6067 background.


Related colors

Complementary color

Complementary color for #hex is #809F98.


I love getcolorcode.com

Triadic colors

1 #677F60 and #60677F with #7F6067 are triadic colors.

2 #67607F and #607F67 with #7F6067 are triadic colors.