COLOR #7F6768

HEX: #7F6768
RGB: (127,103,104)

Color info

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

RGB color model

#7F6768 color RGB value is (127,103,104).

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

RGB channels and saturation

R 127 of 255 = 50%
G 103 of 255 = 40%
B 104 of 255 = 41%

127
103
104

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

Portions of RGB colors in percentages

R + G + B =
127 + 103 + 104 = 334 (100%)
R 127 of 334 ~ 38.02%
G 103 of 334 ~ 30.84%
B 104 of 334 ~ 31.14%

%38.02
%30.84
%31.14

CMYK color model

#7F6768 color CMYK value is (0,19,18,50).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 18.11%
  • key color value is 50.20%
CMYK:
(0,19,18,50)
C0M19Y18K50 
(0%,19%,18%,50%)
(0.00/0.19/0.18/0.50)	

CMYK percentages

%0
%18.9
%18.11
%50.2

Codes

Color #7F6768 in popluar color models

7F6768
RGB127103104
HSL358°10.43%45.10%
HSB/HSV358°18.90%49.80%
CMYK0.00%18.90%18.11%
50.20%

Color #7F6768 in popluar number systems.

HEX7F6768
Decimal127103104
Binary111111111001111101000
Octal177147150

Shades and tints

Shades of #7F6768

#7F6768
(127,103,104)
#745E5F
(116,94,95)
#695556
(105,85,86)
#5E4C4D
(94,76,77)
#534344
(83,67,68)
#483A3B
(72,58,59)
#3D3132
(61,49,50)
#322829
(50,40,41)
#271F20
(39,31,32)
#1C1617
(28,22,23)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #7F6768

#7F6768
(127,103,104)
#8A7475
(138,116,117)
#958182
(149,129,130)
#A08E8F
(160,142,143)
#AB9B9C
(171,155,156)
#B6A8A9
(182,168,169)
#C1B5B6
(193,181,182)
#CCC2C3
(204,194,195)
#D7CFD0
(215,207,208)
#E2DCDD
(226,220,221)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6768; }

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

This text font color is #7F6768.


Background Color

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

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

This div background color is #7F6768.


Border color

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

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

This div border color is #7F6768.


Opacity

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

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

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

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

This text has shadow with #7F6768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6768 on black background.


Color preview on white background

This text has color #7F6768 on white background.



Black color preview on #7F6768 background

This text has black color on #7F6768 background.


White color preview on #7F6768 background

This text has white color on #7F6768 background.