COLOR #7F886E

HEX: #7F886E
RGB: (127,136,110)

Color info

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

RGB color model

#7F886E color RGB value is (127,136,110).

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

RGB channels and saturation

R 127 of 255 = 50%
G 136 of 255 = 53%
B 110 of 255 = 43%

127
136
110

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

Portions of RGB colors in percentages

R + G + B =
127 + 136 + 110 = 373 (100%)
R 127 of 373 ~ 34.05%
G 136 of 373 ~ 36.46%
B 110 of 373 ~ 29.49%

%34.05
%36.46
%29.49

CMYK color model

#7F886E color CMYK value is (7,0,19,47).

  • cyan value is 6.62%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK:
(7,0,19,47)
C7M0Y19K47 
(7%,0%,19%,47%)
(0.07/0.00/0.19/0.47)	

CMYK percentages

%6.62
%0
%19.12
%46.67

Codes

Color #7F886E in popluar color models

7F886E
RGB127136110
HSL81°10.57%48.24%
HSB/HSV81°19.12%53.33%
CMYK6.62%0.00%19.12%
46.67%

Color #7F886E in popluar number systems.

HEX7F886E
Decimal127136110
Binary1111111100010001101110
Octal177210156

Shades and tints

Shades of #7F886E

#7F886E
(127,136,110)
#747C64
(116,124,100)
#69705A
(105,112,90)
#5E6450
(94,100,80)
#535846
(83,88,70)
#484C3C
(72,76,60)
#3D4032
(61,64,50)
#323428
(50,52,40)
#27281E
(39,40,30)
#1C1C14
(28,28,20)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #7F886E

#7F886E
(127,136,110)
#8A927B
(138,146,123)
#959C88
(149,156,136)
#A0A695
(160,166,149)
#ABB0A2
(171,176,162)
#B6BAAF
(182,186,175)
#C1C4BC
(193,196,188)
#CCCEC9
(204,206,201)
#D7D8D6
(215,216,214)
#E2E2E3
(226,226,227)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F886E; }

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

This text font color is #7F886E.


Background Color

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

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

This div background color is #7F886E.


Border color

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

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

This div border color is #7F886E.


Opacity

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

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

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

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

This text has shadow with #7F886E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F886E on black background.


Color preview on white background

This text has color #7F886E on white background.



Black color preview on #7F886E background

This text has black color on #7F886E background.


White color preview on #7F886E background

This text has white color on #7F886E background.