COLOR #7F5A60

HEX: #7F5A60 RGB: (127,90,96)

Color info

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

RGB color model

#7F5A60 color RGB value is (127,90,96).

RGB: (127,90,96) (50%, 35%, 38%)

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 96 of 255 = 38%

127
90
96

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

Portions of RGB colors in percentages

R + G + B = 127 + 90 + 96 = 313 (100%)
R 127 of 313 ~ 40.58%
G 90 of 313 ~ 28.75%
B 96 of 313 ~ 30.67'%

%40.58
%28.75
%30.67

CMYK color model

#7F5A60 color CMYK value is (0,29,24,50).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 24.41%
  • key color value is 50.20%
CMYK: (0,29,24,50) C0M29Y24K50 (0%,29%,24%,50%) (0.00/0.29/0.24/0.50) 

CMYK percentages

%0
%29.13
%24.41
%50.2

Codes

Color #7F5A60 in popluar color models

7F 5A 60
RGB 127 90 96
HSL 350° 17.05% 42.55%
HSB/HSV 350° 29.13% 49.80%
CMYK 0.00% 29.13% 24.41%
50.20%

Color #7F5A60 in popluar number systems.

HEX 7F 5A 60
Decimal 127 90 96
Binary 1111111 1011010 1100000
Octal 177 132 140

Shades and tints

Shades of #7F5A60

#7F5A60
(127,90,96)
#745258
(116,82,88)
#694A50
(105,74,80)
#5E4248
(94,66,72)
#533A40
(83,58,64)
#483238
(72,50,56)
#3D2A30
(61,42,48)
#322228
(50,34,40)
#271A20
(39,26,32)
#1C1218
(28,18,24)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #7F5A60

#7F5A60
(127,90,96)
#8A696E
(138,105,110)
#95787C
(149,120,124)
#A0878A
(160,135,138)
#AB9698
(171,150,152)
#B6A5A6
(182,165,166)
#C1B4B4
(193,180,180)
#CCC3C2
(204,195,194)
#D7D2D0
(215,210,208)
#E2E1DE
(226,225,222)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5A60 color. Also use rgb(127,90,96) instead hex code.

Text Font Color

.myTextColor { color: #7F5A60; }

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

This text font color is #7F5A60.

Background Color

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

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

This div background color is #7F5A60.

Border color

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

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

This div border color is #7F5A60.

Opacity

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

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

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

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

This text has shadow with #7F5A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5A60.

Preview

Color preview on black background

This text has color #7F5A60 on black background.


Color preview on white background

This text has color #7F5A60 on white background.


Black color preview on #7F5A60 background

This text has black color on #7F5A60 background.


White color preview on #7F5A60 background

This text has white color on #7F5A60 background.


Related colors

Complementary color

Complementary color for #hex is #80A59F.


I love getcolorcode.com

Triadic colors

1 #607F5A and #5A607F with #7F5A60 are triadic colors.

2 #605A7F and #5A7F60 with #7F5A60 are triadic colors.