COLOR #7F846C

HEX: #7F846C
RGB: (127,132,108)

Color info

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

RGB color model

#7F846C color RGB value is (127,132,108).

  • red value is 127;
  • green value is 132;
  • blue value is 108.
RGB:
(127,132,108)
(50%,52%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 108 of 255 = 42%

127
132
108

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

Portions of RGB colors in percentages

R + G + B =
127 + 132 + 108 = 367 (100%)
R 127 of 367 ~ 34.6%
G 132 of 367 ~ 35.97%
B 108 of 367 ~ 29.43%

%34.6
%35.97
%29.43

CMYK color model

#7F846C color CMYK value is (4,0,18,48).

  • cyan value is 3.79%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 48.24%
CMYK:
(4,0,18,48)
C4M0Y18K48 
(4%,0%,18%,48%)
(0.04/0.00/0.18/0.48)	

CMYK percentages

%3.79
%0
%18.18
%48.24

Codes

Color #7F846C in popluar color models

7F846C
RGB127132108
HSL73°10.00%47.06%
HSB/HSV73°18.18%51.76%
CMYK3.79%0.00%18.18%
48.24%

Color #7F846C in popluar number systems.

HEX7F846C
Decimal127132108
Binary1111111100001001101100
Octal177204154

Shades and tints

Shades of #7F846C

#7F846C
(127,132,108)
#747863
(116,120,99)
#696C5A
(105,108,90)
#5E6051
(94,96,81)
#535448
(83,84,72)
#48483F
(72,72,63)
#3D3C36
(61,60,54)
#32302D
(50,48,45)
#272424
(39,36,36)
#1C181B
(28,24,27)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #7F846C

#7F846C
(127,132,108)
#8A8F79
(138,143,121)
#959A86
(149,154,134)
#A0A593
(160,165,147)
#ABB0A0
(171,176,160)
#B6BBAD
(182,187,173)
#C1C6BA
(193,198,186)
#CCD1C7
(204,209,199)
#D7DCD4
(215,220,212)
#E2E7E1
(226,231,225)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F846C; }

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

This text font color is #7F846C.


Background Color

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

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

This div background color is #7F846C.


Border color

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

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

This div border color is #7F846C.


Opacity

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

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

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

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

This text has shadow with #7F846C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F846C on black background.


Color preview on white background

This text has color #7F846C on white background.



Black color preview on #7F846C background

This text has black color on #7F846C background.


White color preview on #7F846C background

This text has white color on #7F846C background.