COLOR #7F8868

HEX: #7F8868
RGB: (127,136,104)

Color info

#7F8868 contains red, green and blue colors in about the same proportion. Web safe color of #7F8868 is #669966 (or #696).

RGB color model

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

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

RGB channels and saturation

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

127
136
104

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

Portions of RGB colors in percentages

R + G + B =
127 + 136 + 104 = 367 (100%)
R 127 of 367 ~ 34.6%
G 136 of 367 ~ 37.06%
B 104 of 367 ~ 28.34%

%34.6
%37.06
%28.34

CMYK color model

#7F8868 color CMYK value is (7,0,24,47).

  • cyan value is 6.62%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(7,0,24,47)
C7M0Y24K47 
(7%,0%,24%,47%)
(0.07/0.00/0.24/0.47)	

CMYK percentages

%6.62
%0
%23.53
%46.67

Codes

Color #7F8868 in popluar color models

7F8868
RGB127136104
HSL77°13.33%47.06%
HSB/HSV77°23.53%53.33%
CMYK6.62%0.00%23.53%
46.67%

Color #7F8868 in popluar number systems.

HEX7F8868
Decimal127136104
Binary1111111100010001101000
Octal177210150

Shades and tints

Shades of #7F8868

#7F8868
(127,136,104)
#747C5F
(116,124,95)
#697056
(105,112,86)
#5E644D
(94,100,77)
#535844
(83,88,68)
#484C3B
(72,76,59)
#3D4032
(61,64,50)
#323429
(50,52,41)
#272820
(39,40,32)
#1C1C17
(28,28,23)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #7F8868

#7F8868
(127,136,104)
#8A9275
(138,146,117)
#959C82
(149,156,130)
#A0A68F
(160,166,143)
#ABB09C
(171,176,156)
#B6BAA9
(182,186,169)
#C1C4B6
(193,196,182)
#CCCEC3
(204,206,195)
#D7D8D0
(215,216,208)
#E2E2DD
(226,226,221)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8868; }

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

This text font color is #7F8868.


Background Color

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

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

This div background color is #7F8868.


Border color

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

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

This div border color is #7F8868.


Opacity

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

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

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

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

This text has shadow with #7F8868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8868 on black background.


Color preview on white background

This text has color #7F8868 on white background.



Black color preview on #7F8868 background

This text has black color on #7F8868 background.


White color preview on #7F8868 background

This text has white color on #7F8868 background.