COLOR #7F5F69

HEX: #7F5F69
RGB: (127,95,105)

Color info

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

RGB color model

#7F5F69 color RGB value is (127,95,105).

  • red value is 127;
  • green value is 95;
  • blue value is 105.
RGB:
(127,95,105)
(50%,37%,41%)

RGB channels and saturation

R 127 of 255 = 50%
G 95 of 255 = 37%
B 105 of 255 = 41%

127
95
105

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

Portions of RGB colors in percentages

R + G + B =
127 + 95 + 105 = 327 (100%)
R 127 of 327 ~ 38.84%
G 95 of 327 ~ 29.05%
B 105 of 327 ~ 32.11%

%38.84
%29.05
%32.11

CMYK color model

#7F5F69 color CMYK value is (0,25,17,50).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 17.32%
  • key color value is 50.20%
CMYK:
(0,25,17,50)
C0M25Y17K50 
(0%,25%,17%,50%)
(0.00/0.25/0.17/0.50)	

CMYK percentages

%0
%25.2
%17.32
%50.2

Codes

Color #7F5F69 in popluar color models

7F5F69
RGB12795105
HSL341°14.41%43.53%
HSB/HSV341°25.20%49.80%
CMYK0.00%25.20%17.32%
50.20%

Color #7F5F69 in popluar number systems.

HEX7F5F69
Decimal12795105
Binary111111110111111101001
Octal177137151

Shades and tints

Shades of #7F5F69

#7F5F69
(127,95,105)
#745760
(116,87,96)
#694F57
(105,79,87)
#5E474E
(94,71,78)
#533F45
(83,63,69)
#48373C
(72,55,60)
#3D2F33
(61,47,51)
#32272A
(50,39,42)
#271F21
(39,31,33)
#1C1718
(28,23,24)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #7F5F69

#7F5F69
(127,95,105)
#8A6D76
(138,109,118)
#957B83
(149,123,131)
#A08990
(160,137,144)
#AB979D
(171,151,157)
#B6A5AA
(182,165,170)
#C1B3B7
(193,179,183)
#CCC1C4
(204,193,196)
#D7CFD1
(215,207,209)
#E2DDDE
(226,221,222)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5F69 color. Also use rgb(127,95,105) instead hex code.

Text Font Color

.myTextColor { color: #7F5F69; }

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

This text font color is #7F5F69.


Background Color

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

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

This div background color is #7F5F69.


Border color

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

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

This div border color is #7F5F69.


Opacity

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

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

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

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

This text has shadow with #7F5F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5F69 on black background.


Color preview on white background

This text has color #7F5F69 on white background.



Black color preview on #7F5F69 background

This text has black color on #7F5F69 background.


White color preview on #7F5F69 background

This text has white color on #7F5F69 background.