COLOR #7F5F70

HEX: #7F5F70 RGB: (127,95,112)

Color info

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

RGB color model

#7F5F70 color RGB value is (127,95,112).

RGB: (127,95,112) (50%, 37%, 44%)

RGB channels and saturation

R 127 of 255 = 50%
G 95 of 255 = 37%
B 112 of 255 = 44%

127
95
112

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

Portions of RGB colors in percentages

R + G + B = 127 + 95 + 112 = 334 (100%)
R 127 of 334 ~ 38.02%
G 95 of 334 ~ 28.44%
B 112 of 334 ~ 33.53'%

%38.02
%28.44
%33.53

CMYK color model

#7F5F70 color CMYK value is (0,25,12,50).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 11.81%
  • key color value is 50.20%
CMYK: (0,25,12,50) C0M25Y12K50 (0%,25%,12%,50%) (0.00/0.25/0.12/0.50) 

CMYK percentages

%0
%25.2
%11.81
%50.2

Codes

Color #7F5F70 in popluar color models

7F 5F 70
RGB 127 95 112
HSL 328° 14.41% 43.53%
HSB/HSV 328° 25.20% 49.80%
CMYK 0.00% 25.20% 11.81%
50.20%

Color #7F5F70 in popluar number systems.

HEX 7F 5F 70
Decimal 127 95 112
Binary 1111111 1011111 1110000
Octal 177 137 160

Shades and tints

Shades of #7F5F70

#7F5F70
(127,95,112)
#745766
(116,87,102)
#694F5C
(105,79,92)
#5E4752
(94,71,82)
#533F48
(83,63,72)
#48373E
(72,55,62)
#3D2F34
(61,47,52)
#32272A
(50,39,42)
#271F20
(39,31,32)
#1C1716
(28,23,22)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #7F5F70

#7F5F70
(127,95,112)
#8A6D7D
(138,109,125)
#957B8A
(149,123,138)
#A08997
(160,137,151)
#AB97A4
(171,151,164)
#B6A5B1
(182,165,177)
#C1B3BE
(193,179,190)
#CCC1CB
(204,193,203)
#D7CFD8
(215,207,216)
#E2DDE5
(226,221,229)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5F70; }

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

This text font color is #7F5F70.

Background Color

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

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

This div background color is #7F5F70.

Border color

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

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

This div border color is #7F5F70.

Opacity

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

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

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

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

This text has shadow with #7F5F70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5F70.

Preview

Color preview on black background

This text has color #7F5F70 on black background.


Color preview on white background

This text has color #7F5F70 on white background.


Black color preview on #7F5F70 background

This text has black color on #7F5F70 background.


White color preview on #7F5F70 background

This text has white color on #7F5F70 background.


Related colors

Complementary color

Complementary color for #hex is #80A08F.


I love getcolorcode.com

Triadic colors

1 #707F5F and #5F707F with #7F5F70 are triadic colors.

2 #705F7F and #5F7F70 with #7F5F70 are triadic colors.