COLOR #7F7185

HEX: #7F7185 RGB: (127,113,133)

Color info

#7F7185 contains red, green and blue colors in about the same proportion. Web safe color of #7F7185 is #666699 (or #669).

RGB color model

#7F7185 color RGB value is (127,113,133).

RGB: (127,113,133) (50%, 44%, 52%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 133 of 255 = 52%

127
113
133

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

Portions of RGB colors in percentages

R + G + B = 127 + 113 + 133 = 373 (100%)
R 127 of 373 ~ 34.05%
G 113 of 373 ~ 30.29%
B 133 of 373 ~ 35.66'%

%34.05
%30.29
%35.66

CMYK color model

#7F7185 color CMYK value is (5,15,0,48).

  • cyan value is 4.51%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (5,15,0,48)
C5M15Y0K48 (5%, 15%, 0%, 48%)
(0.05 / 0.15 / 0.00 / 0.48)

CMYK percentages

%4.51
%15.04
%0
%47.84

Codes

Color #7F7185 in popluar color models

7F 71 85
RGB 127 113 133
HSL 282° 8.13% 48.24%
HSB/HSV 282° 15.04% 52.16%
CMYK 4.51% 15.04% 0.00%
47.84%

Color #7F7185 in popluar number systems.

HEX 7F 71 85
Decimal 127 113 133
Binary 1111111 1110001 10000101
Octal 177 161 205

Shades and tints

Shades of #7F7185

#7F7185
(127,113,133)
#746779
(116,103,121)
#695D6D
(105,93,109)
#5E5361
(94,83,97)
#534955
(83,73,85)
#483F49
(72,63,73)
#3D353D
(61,53,61)
#322B31
(50,43,49)
#272125
(39,33,37)
#1C1719
(28,23,25)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #7F7185

#7F7185
(127,113,133)
#8A7D90
(138,125,144)
#95899B
(149,137,155)
#A095A6
(160,149,166)
#ABA1B1
(171,161,177)
#B6ADBC
(182,173,188)
#C1B9C7
(193,185,199)
#CCC5D2
(204,197,210)
#D7D1DD
(215,209,221)
#E2DDE8
(226,221,232)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7185 color. Also use rgb(127,113,133) instead hex code.

Text Font Color

.myTextColor { color: #7F7185; }

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

This text font color is #7F7185.

Background Color

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

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

This div background color is #7F7185.

Border color

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

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

This div border color is #7F7185.

Opacity

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

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

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

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

This text has shadow with #7F7185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7185.

Preview

Color preview on black background

This text has color #7F7185 on black background.


Color preview on white background

This text has color #7F7185 on white background.


Black color preview on #7F7185 background

This text has black color on #7F7185 background.


White color preview on #7F7185 background

This text has white color on #7F7185 background.


Related colors

Complementary color

Complementary color for #hex is #808E7A.


I love getcolorcode.com

Triadic colors

1 #857F71 and #71857F with #7F7185 are triadic colors.

2 #85717F and #717F85 with #7F7185 are triadic colors.