COLOR #7F606A

HEX: #7F606A
RGB: (127,96,106)

Color info

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

RGB color model

#7F606A color RGB value is (127,96,106).

  • red value is 127;
  • green value is 96;
  • blue value is 106.
RGB:
(127,96,106)
(50%,38%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 96 of 255 = 38%
B 106 of 255 = 42%

127
96
106

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

Portions of RGB colors in percentages

R + G + B =
127 + 96 + 106 = 329 (100%)
R 127 of 329 ~ 38.6%
G 96 of 329 ~ 29.18%
B 106 of 329 ~ 32.22%

%38.6
%29.18
%32.22

CMYK color model

#7F606A color CMYK value is (0,24,17,50).

  • cyan value is 0.00%
  • magenta value is 24.41%
  • yellow value is 16.54%
  • key color value is 50.20%
CMYK:
(0,24,17,50)
C0M24Y17K50 
(0%,24%,17%,50%)
(0.00/0.24/0.17/0.50)	

CMYK percentages

%0
%24.41
%16.54
%50.2

Codes

Color #7F606A in popluar color models

7F606A
RGB12796106
HSL341°13.90%43.73%
HSB/HSV341°24.41%49.80%
CMYK0.00%24.41%16.54%
50.20%

Color #7F606A in popluar number systems.

HEX7F606A
Decimal12796106
Binary111111111000001101010
Octal177140152

Shades and tints

Shades of #7F606A

#7F606A
(127,96,106)
#745861
(116,88,97)
#695058
(105,80,88)
#5E484F
(94,72,79)
#534046
(83,64,70)
#48383D
(72,56,61)
#3D3034
(61,48,52)
#32282B
(50,40,43)
#272022
(39,32,34)
#1C1819
(28,24,25)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #7F606A

#7F606A
(127,96,106)
#8A6E77
(138,110,119)
#957C84
(149,124,132)
#A08A91
(160,138,145)
#AB989E
(171,152,158)
#B6A6AB
(182,166,171)
#C1B4B8
(193,180,184)
#CCC2C5
(204,194,197)
#D7D0D2
(215,208,210)
#E2DEDF
(226,222,223)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F606A; }

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

This text font color is #7F606A.


Background Color

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

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

This div background color is #7F606A.


Border color

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

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

This div border color is #7F606A.


Opacity

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

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

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

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

This text has shadow with #7F606A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F606A on black background.


Color preview on white background

This text has color #7F606A on white background.



Black color preview on #7F606A background

This text has black color on #7F606A background.


White color preview on #7F606A background

This text has white color on #7F606A background.