COLOR #7F7366

HEX: #7F7366
RGB: (127,115,102)

Color info

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

RGB color model

#7F7366 color RGB value is (127,115,102).

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

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 102 of 255 = 40%

127
115
102

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

Portions of RGB colors in percentages

R + G + B =
127 + 115 + 102 = 344 (100%)
R 127 of 344 ~ 36.92%
G 115 of 344 ~ 33.43%
B 102 of 344 ~ 29.65%

%36.92
%33.43
%29.65

CMYK color model

#7F7366 color CMYK value is (0,9,20,50).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 19.69%
  • key color value is 50.20%
CMYK:
(0,9,20,50)
C0M9Y20K50 
(0%,9%,20%,50%)
(0.00/0.09/0.20/0.50)	

CMYK percentages

%0
%9.45
%19.69
%50.2

Codes

Color #7F7366 in popluar color models

7F7366
RGB127115102
HSL31°10.92%44.90%
HSB/HSV31°19.69%49.80%
CMYK0.00%9.45%19.69%
50.20%

Color #7F7366 in popluar number systems.

HEX7F7366
Decimal127115102
Binary111111111100111100110
Octal177163146

Shades and tints

Shades of #7F7366

#7F7366
(127,115,102)
#74695D
(116,105,93)
#695F54
(105,95,84)
#5E554B
(94,85,75)
#534B42
(83,75,66)
#484139
(72,65,57)
#3D3730
(61,55,48)
#322D27
(50,45,39)
#27231E
(39,35,30)
#1C1915
(28,25,21)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #7F7366

#7F7366
(127,115,102)
#8A7F73
(138,127,115)
#958B80
(149,139,128)
#A0978D
(160,151,141)
#ABA39A
(171,163,154)
#B6AFA7
(182,175,167)
#C1BBB4
(193,187,180)
#CCC7C1
(204,199,193)
#D7D3CE
(215,211,206)
#E2DFDB
(226,223,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7366; }

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

This text font color is #7F7366.


Background Color

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

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

This div background color is #7F7366.


Border color

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

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

This div border color is #7F7366.


Opacity

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

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

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

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

This text has shadow with #7F7366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7366 on black background.


Color preview on white background

This text has color #7F7366 on white background.



Black color preview on #7F7366 background

This text has black color on #7F7366 background.


White color preview on #7F7366 background

This text has white color on #7F7366 background.