COLOR #7F7085

HEX: #7F7085 RGB: (127,112,133)

Color info

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

RGB color model

#7F7085 color RGB value is (127,112,133).

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

RGB channels and saturation

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

127
112
133

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

Portions of RGB colors in percentages

R + G + B = 127 + 112 + 133 = 372 (100%)
R 127 of 372 ~ 34.14%
G 112 of 372 ~ 30.11%
B 133 of 372 ~ 35.75'%

%34.14
%30.11
%35.75

CMYK color model

#7F7085 color CMYK value is (5,16,0,48).

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

CMYK: (5,16,0,48)
C5M16Y0K48 (5%, 16%, 0%, 48%)
(0.05 / 0.16 / 0.00 / 0.48)

CMYK percentages

%4.51
%15.79
%0
%47.84

Codes

Color #7F7085 in popluar color models

7F 70 85
RGB 127 112 133
HSL 283° 8.57% 48.04%
HSB/HSV 283° 15.79% 52.16%
CMYK 4.51% 15.79% 0.00%
47.84%

Color #7F7085 in popluar number systems.

HEX 7F 70 85
Decimal 127 112 133
Binary 1111111 1110000 10000101
Octal 177 160 205

Shades and tints

Shades of #7F7085

#7F7085
(127,112,133)
#746679
(116,102,121)
#695C6D
(105,92,109)
#5E5261
(94,82,97)
#534855
(83,72,85)
#483E49
(72,62,73)
#3D343D
(61,52,61)
#322A31
(50,42,49)
#272025
(39,32,37)
#1C1619
(28,22,25)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #7F7085

#7F7085
(127,112,133)
#8A7D90
(138,125,144)
#958A9B
(149,138,155)
#A097A6
(160,151,166)
#ABA4B1
(171,164,177)
#B6B1BC
(182,177,188)
#C1BEC7
(193,190,199)
#CCCBD2
(204,203,210)
#D7D8DD
(215,216,221)
#E2E5E8
(226,229,232)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7085; }

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

This text font color is #7F7085.

Background Color

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

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

This div background color is #7F7085.

Border color

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

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

This div border color is #7F7085.

Opacity

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

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

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

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

This text has shadow with #7F7085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7085.

Preview

Color preview on black background

This text has color #7F7085 on black background.


Color preview on white background

This text has color #7F7085 on white background.


Black color preview on #7F7085 background

This text has black color on #7F7085 background.


White color preview on #7F7085 background

This text has white color on #7F7085 background.


Related colors

Complementary color

Complementary color for #hex is #808F7A.


I love getcolorcode.com

Triadic colors

1 #857F70 and #70857F with #7F7085 are triadic colors.

2 #85707F and #707F85 with #7F7085 are triadic colors.