COLOR #7F5465

HEX: #7F5465 RGB: (127,84,101)

Color info

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

RGB color model

#7F5465 color RGB value is (127,84,101).

RGB: (127,84,101) (50%, 33%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 84 of 255 = 33%
B 101 of 255 = 40%

127
84
101

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

Portions of RGB colors in percentages

R + G + B = 127 + 84 + 101 = 312 (100%)
R 127 of 312 ~ 40.71%
G 84 of 312 ~ 26.92%
B 101 of 312 ~ 32.37'%

%40.71
%26.92
%32.37

CMYK color model

#7F5465 color CMYK value is (0,34,20,50).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 20.47%
  • key color value is 50.20%

CMYK: (0,34,20,50)
C0M34Y20K50 (0%, 34%, 20%, 50%)
(0.00 / 0.34 / 0.20 / 0.50)

CMYK percentages

%0
%33.86
%20.47
%50.2

Codes

Color #7F5465 in popluar color models

7F 54 65
RGB 127 84 101
HSL 336° 20.38% 41.37%
HSB/HSV 336° 33.86% 49.80%
CMYK 0.00% 33.86% 20.47%
50.20%

Color #7F5465 in popluar number systems.

HEX 7F 54 65
Decimal 127 84 101
Binary 1111111 1010100 1100101
Octal 177 124 145

Shades and tints

Shades of #7F5465

#7F5465
(127,84,101)
#744D5C
(116,77,92)
#694653
(105,70,83)
#5E3F4A
(94,63,74)
#533841
(83,56,65)
#483138
(72,49,56)
#3D2A2F
(61,42,47)
#322326
(50,35,38)
#271C1D
(39,28,29)
#1C1514
(28,21,20)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #7F5465

#7F5465
(127,84,101)
#8A6373
(138,99,115)
#957281
(149,114,129)
#A0818F
(160,129,143)
#AB909D
(171,144,157)
#B69FAB
(182,159,171)
#C1AEB9
(193,174,185)
#CCBDC7
(204,189,199)
#D7CCD5
(215,204,213)
#E2DBE3
(226,219,227)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5465 color. Also use rgb(127,84,101) instead hex code.

Text Font Color

.myTextColor { color: #7F5465; }

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

This text font color is #7F5465.

Background Color

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

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

This div background color is #7F5465.

Border color

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

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

This div border color is #7F5465.

Opacity

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

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

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

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

This text has shadow with #7F5465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5465.

Preview

Color preview on black background

This text has color #7F5465 on black background.


Color preview on white background

This text has color #7F5465 on white background.


Black color preview on #7F5465 background

This text has black color on #7F5465 background.


White color preview on #7F5465 background

This text has white color on #7F5465 background.


Related colors

Complementary color

Complementary color for #7F5465 is #80AB9A.


I love getcolorcode.com

Triadic colors

1 #657F54 and #54657F with #7F5465 are triadic colors.

2 #65547F and #547F65 with #7F5465 are triadic colors.