COLOR #7F7363

HEX: #7F7363
RGB: (127,115,99)

Color info

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

RGB color model

#7F7363 color RGB value is (127,115,99).

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

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 99 of 255 = 39%

127
115
99

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

Portions of RGB colors in percentages

R + G + B =
127 + 115 + 99 = 341 (100%)
R 127 of 341 ~ 37.24%
G 115 of 341 ~ 33.72%
B 99 of 341 ~ 29.03%

%37.24
%33.72
%29.03

CMYK color model

#7F7363 color CMYK value is (0,9,22,50).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 22.05%
  • key color value is 50.20%
CMYK:
(0,9,22,50)
C0M9Y22K50 
(0%,9%,22%,50%)
(0.00/0.09/0.22/0.50)	

CMYK percentages

%0
%9.45
%22.05
%50.2

Codes

Color #7F7363 in popluar color models

7F7363
RGB12711599
HSL34°12.39%44.31%
HSB/HSV34°22.05%49.80%
CMYK0.00%9.45%22.05%
50.20%

Color #7F7363 in popluar number systems.

HEX7F7363
Decimal12711599
Binary111111111100111100011
Octal177163143

Shades and tints

Shades of #7F7363

#7F7363
(127,115,99)
#74695A
(116,105,90)
#695F51
(105,95,81)
#5E5548
(94,85,72)
#534B3F
(83,75,63)
#484136
(72,65,54)
#3D372D
(61,55,45)
#322D24
(50,45,36)
#27231B
(39,35,27)
#1C1912
(28,25,18)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #7F7363

#7F7363
(127,115,99)
#8A7F71
(138,127,113)
#958B7F
(149,139,127)
#A0978D
(160,151,141)
#ABA39B
(171,163,155)
#B6AFA9
(182,175,169)
#C1BBB7
(193,187,183)
#CCC7C5
(204,199,197)
#D7D3D3
(215,211,211)
#E2DFE1
(226,223,225)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7363; }

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

This text font color is #7F7363.


Background Color

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

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

This div background color is #7F7363.


Border color

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

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

This div border color is #7F7363.


Opacity

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

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

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

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

This text has shadow with #7F7363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7363 on black background.


Color preview on white background

This text has color #7F7363 on white background.



Black color preview on #7F7363 background

This text has black color on #7F7363 background.


White color preview on #7F7363 background

This text has white color on #7F7363 background.