COLOR #7F6868

HEX: #7F6868
RGB: (127,104,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
104
104

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

Portions of RGB colors in percentages

R + G + B =
127 + 104 + 104 = 335 (100%)
R 127 of 335 ~ 37.91%
G 104 of 335 ~ 31.04%
B 104 of 335 ~ 31.04%

%37.91
%31.04
%31.04

CMYK color model

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

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

CMYK percentages

%0
%18.11
%18.11
%50.2

Codes

Color #7F6868 in popluar color models

7F6868
RGB127104104
HSL9.96%45.29%
HSB/HSV18.11%49.80%
CMYK0.00%18.11%18.11%
50.20%

Color #7F6868 in popluar number systems.

HEX7F6868
Decimal127104104
Binary111111111010001101000
Octal177150150

Shades and tints

Shades of #7F6868

#7F6868
(127,104,104)
#745F5F
(116,95,95)
#695656
(105,86,86)
#5E4D4D
(94,77,77)
#534444
(83,68,68)
#483B3B
(72,59,59)
#3D3232
(61,50,50)
#322929
(50,41,41)
#272020
(39,32,32)
#1C1717
(28,23,23)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #7F6868

#7F6868
(127,104,104)
#8A7575
(138,117,117)
#958282
(149,130,130)
#A08F8F
(160,143,143)
#AB9C9C
(171,156,156)
#B6A9A9
(182,169,169)
#C1B6B6
(193,182,182)
#CCC3C3
(204,195,195)
#D7D0D0
(215,208,208)
#E2DDDD
(226,221,221)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6868; }

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

This text font color is #7F6868.


Background Color

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

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

This div background color is #7F6868.


Border color

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

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

This div border color is #7F6868.


Opacity

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

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

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

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

This text has shadow with #7F6868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6868 on black background.


Color preview on white background

This text has color #7F6868 on white background.



Black color preview on #7F6868 background

This text has black color on #7F6868 background.


White color preview on #7F6868 background

This text has white color on #7F6868 background.