COLOR #7F7842

HEX: #7F7842
RGB: (127,120,66)

Color info

#7F7842 contains mainly red and green colors. Web safe color of #7F7842 is #666633 (or #663).

RGB color model

#7F7842 color RGB value is (127,120,66).

  • red value is 127;
  • green value is 120;
  • blue value is 66.
RGB:
(127,120,66)
(50%,47%,26%)

RGB channels and saturation

R 127 of 255 = 50%
G 120 of 255 = 47%
B 66 of 255 = 26%

127
120
66

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

Portions of RGB colors in percentages

R + G + B =
127 + 120 + 66 = 313 (100%)
R 127 of 313 ~ 40.58%
G 120 of 313 ~ 38.34%
B 66 of 313 ~ 21.09%

%40.58
%38.34
%21.09

CMYK color model

#7F7842 color CMYK value is (0,6,48,50).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 48.03%
  • key color value is 50.20%
CMYK:
(0,6,48,50)
C0M6Y48K50 
(0%,6%,48%,50%)
(0.00/0.06/0.48/0.50)	

CMYK percentages

%0
%5.51
%48.03
%50.2

Codes

Color #7F7842 in popluar color models

7F7842
RGB12712066
HSL53°31.61%37.84%
HSB/HSV53°48.03%49.80%
CMYK0.00%5.51%48.03%
50.20%

Color #7F7842 in popluar number systems.

HEX7F7842
Decimal12712066
Binary111111111110001000010
Octal177170102

Shades and tints

Shades of #7F7842

#7F7842
(127,120,66)
#746E3C
(116,110,60)
#696436
(105,100,54)
#5E5A30
(94,90,48)
#53502A
(83,80,42)
#484624
(72,70,36)
#3D3C1E
(61,60,30)
#323218
(50,50,24)
#272812
(39,40,18)
#1C1E0C
(28,30,12)
#111406
(17,20,6)
#000000
(0,0,0)

Tints of #7F7842

#7F7842
(127,120,66)
#8A8453
(138,132,83)
#959064
(149,144,100)
#A09C75
(160,156,117)
#ABA886
(171,168,134)
#B6B497
(182,180,151)
#C1C0A8
(193,192,168)
#CCCCB9
(204,204,185)
#D7D8CA
(215,216,202)
#E2E4DB
(226,228,219)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7842; }

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

This text font color is #7F7842.


Background Color

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

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

This div background color is #7F7842.


Border color

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

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

This div border color is #7F7842.


Opacity

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

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

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

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

This text has shadow with #7F7842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7842 on black background.


Color preview on white background

This text has color #7F7842 on white background.



Black color preview on #7F7842 background

This text has black color on #7F7842 background.


White color preview on #7F7842 background

This text has white color on #7F7842 background.