COLOR #7F886A

HEX: #7F886A
RGB: (127,136,106)

Color info

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

RGB color model

#7F886A color RGB value is (127,136,106).

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

RGB channels and saturation

R 127 of 255 = 50%
G 136 of 255 = 53%
B 106 of 255 = 42%

127
136
106

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

Portions of RGB colors in percentages

R + G + B =
127 + 136 + 106 = 369 (100%)
R 127 of 369 ~ 34.42%
G 136 of 369 ~ 36.86%
B 106 of 369 ~ 28.73%

%34.42
%36.86
%28.73

CMYK color model

#7F886A color CMYK value is (7,0,22,47).

  • cyan value is 6.62%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 46.67%
CMYK:
(7,0,22,47)
C7M0Y22K47 
(7%,0%,22%,47%)
(0.07/0.00/0.22/0.47)	

CMYK percentages

%6.62
%0
%22.06
%46.67

Codes

Color #7F886A in popluar color models

7F886A
RGB127136106
HSL78°12.40%47.45%
HSB/HSV78°22.06%53.33%
CMYK6.62%0.00%22.06%
46.67%

Color #7F886A in popluar number systems.

HEX7F886A
Decimal127136106
Binary1111111100010001101010
Octal177210152

Shades and tints

Shades of #7F886A

#7F886A
(127,136,106)
#747C61
(116,124,97)
#697058
(105,112,88)
#5E644F
(94,100,79)
#535846
(83,88,70)
#484C3D
(72,76,61)
#3D4034
(61,64,52)
#32342B
(50,52,43)
#272822
(39,40,34)
#1C1C19
(28,28,25)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #7F886A

#7F886A
(127,136,106)
#8A9277
(138,146,119)
#959C84
(149,156,132)
#A0A691
(160,166,145)
#ABB09E
(171,176,158)
#B6BAAB
(182,186,171)
#C1C4B8
(193,196,184)
#CCCEC5
(204,206,197)
#D7D8D2
(215,216,210)
#E2E2DF
(226,226,223)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F886A; }

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

This text font color is #7F886A.


Background Color

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

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

This div background color is #7F886A.


Border color

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

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

This div border color is #7F886A.


Opacity

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

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

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

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

This text has shadow with #7F886A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F886A on black background.


Color preview on white background

This text has color #7F886A on white background.



Black color preview on #7F886A background

This text has black color on #7F886A background.


White color preview on #7F886A background

This text has white color on #7F886A background.