COLOR #7F5C67

HEX: #7F5C67
RGB: (127,92,103)

Color info

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

RGB color model

#7F5C67 color RGB value is (127,92,103).

  • red value is 127;
  • green value is 92;
  • blue value is 103.
RGB:
(127,92,103)
(50%,36%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 92 of 255 = 36%
B 103 of 255 = 40%

127
92
103

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

Portions of RGB colors in percentages

R + G + B =
127 + 92 + 103 = 322 (100%)
R 127 of 322 ~ 39.44%
G 92 of 322 ~ 28.57%
B 103 of 322 ~ 31.99%

%39.44
%28.57
%31.99

CMYK color model

#7F5C67 color CMYK value is (0,28,19,50).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 18.90%
  • key color value is 50.20%
CMYK:
(0,28,19,50)
C0M28Y19K50 
(0%,28%,19%,50%)
(0.00/0.28/0.19/0.50)	

CMYK percentages

%0
%27.56
%18.9
%50.2

Codes

Color #7F5C67 in popluar color models

7F5C67
RGB12792103
HSL341°15.98%42.94%
HSB/HSV341°27.56%49.80%
CMYK0.00%27.56%18.90%
50.20%

Color #7F5C67 in popluar number systems.

HEX7F5C67
Decimal12792103
Binary111111110111001100111
Octal177134147

Shades and tints

Shades of #7F5C67

#7F5C67
(127,92,103)
#74545E
(116,84,94)
#694C55
(105,76,85)
#5E444C
(94,68,76)
#533C43
(83,60,67)
#48343A
(72,52,58)
#3D2C31
(61,44,49)
#322428
(50,36,40)
#271C1F
(39,28,31)
#1C1416
(28,20,22)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #7F5C67

#7F5C67
(127,92,103)
#8A6A74
(138,106,116)
#957881
(149,120,129)
#A0868E
(160,134,142)
#AB949B
(171,148,155)
#B6A2A8
(182,162,168)
#C1B0B5
(193,176,181)
#CCBEC2
(204,190,194)
#D7CCCF
(215,204,207)
#E2DADC
(226,218,220)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5C67 color. Also use rgb(127,92,103) instead hex code.

Text Font Color

.myTextColor { color: #7F5C67; }

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

This text font color is #7F5C67.


Background Color

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

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

This div background color is #7F5C67.


Border color

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

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

This div border color is #7F5C67.


Opacity

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

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

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

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

This text has shadow with #7F5C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5C67 on black background.


Color preview on white background

This text has color #7F5C67 on white background.



Black color preview on #7F5C67 background

This text has black color on #7F5C67 background.


White color preview on #7F5C67 background

This text has white color on #7F5C67 background.