COLOR #7F7362

HEX: #7F7362
RGB: (127,115,98)

Color info

#7F7362 contains red, green and blue colors in about the same proportion. Web safe color of #7F7362 is #666666 (or #666).

RGB color model

#7F7362 color RGB value is (127,115,98).

  • red value is 127;
  • green value is 115;
  • blue value is 98.
RGB:
(127,115,98)
(50%,45%,38%)

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 98 of 255 = 38%

127
115
98

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

Portions of RGB colors in percentages

R + G + B =
127 + 115 + 98 = 340 (100%)
R 127 of 340 ~ 37.35%
G 115 of 340 ~ 33.82%
B 98 of 340 ~ 28.82%

%37.35
%33.82
%28.82

CMYK color model

#7F7362 color CMYK value is (0,9,23,50).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 22.83%
  • key color value is 50.20%
CMYK:
(0,9,23,50)
C0M9Y23K50 
(0%,9%,23%,50%)
(0.00/0.09/0.23/0.50)	

CMYK percentages

%0
%9.45
%22.83
%50.2

Codes

Color #7F7362 in popluar color models

7F7362
RGB12711598
HSL35°12.89%44.12%
HSB/HSV35°22.83%49.80%
CMYK0.00%9.45%22.83%
50.20%

Color #7F7362 in popluar number systems.

HEX7F7362
Decimal12711598
Binary111111111100111100010
Octal177163142

Shades and tints

Shades of #7F7362

#7F7362
(127,115,98)
#74695A
(116,105,90)
#695F52
(105,95,82)
#5E554A
(94,85,74)
#534B42
(83,75,66)
#48413A
(72,65,58)
#3D3732
(61,55,50)
#322D2A
(50,45,42)
#272322
(39,35,34)
#1C191A
(28,25,26)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #7F7362

#7F7362
(127,115,98)
#8A7F70
(138,127,112)
#958B7E
(149,139,126)
#A0978C
(160,151,140)
#ABA39A
(171,163,154)
#B6AFA8
(182,175,168)
#C1BBB6
(193,187,182)
#CCC7C4
(204,199,196)
#D7D3D2
(215,211,210)
#E2DFE0
(226,223,224)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7362 color. Also use rgb(127,115,98) instead hex code.

Text Font Color

.myTextColor { color: #7F7362; }

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

This text font color is #7F7362.


Background Color

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

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

This div background color is #7F7362.


Border color

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

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

This div border color is #7F7362.


Opacity

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

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

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

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

This text has shadow with #7F7362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7362 on black background.


Color preview on white background

This text has color #7F7362 on white background.



Black color preview on #7F7362 background

This text has black color on #7F7362 background.


White color preview on #7F7362 background

This text has white color on #7F7362 background.