COLOR #7F828D

HEX: #7F828D RGB: (127,130,141)

Color info

#7F828D contains red, green and blue colors in about the same proportion. Web safe color of #7F828D is #669999 (or #699).

RGB color model

#7F828D color RGB value is (127,130,141).

RGB: (127,130,141) (50%, 51%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 130 of 255 = 51%
B 141 of 255 = 55%

127
130
141

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

Portions of RGB colors in percentages

R + G + B = 127 + 130 + 141 = 398 (100%)
R 127 of 398 ~ 31.91%
G 130 of 398 ~ 32.66%
B 141 of 398 ~ 35.43'%

%31.91
%32.66
%35.43

CMYK color model

#7F828D color CMYK value is (10,8,0,45).

  • cyan value is 9.93%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (10,8,0,45)
C10M8Y0K45 (10%, 8%, 0%, 45%)
(0.10 / 0.08 / 0.00 / 0.45)

CMYK percentages

%9.93
%7.8
%0
%44.71

Codes

Color #7F828D in popluar color models

7F 82 8D
RGB 127 130 141
HSL 227° 5.79% 52.55%
HSB/HSV 227° 9.93% 55.29%
CMYK 9.93% 7.80% 0.00%
44.71%

Color #7F828D in popluar number systems.

HEX 7F 82 8D
Decimal 127 130 141
Binary 1111111 10000010 10001101
Octal 177 202 215

Shades and tints

Shades of #7F828D

#7F828D
(127,130,141)
#747781
(116,119,129)
#696C75
(105,108,117)
#5E6169
(94,97,105)
#53565D
(83,86,93)
#484B51
(72,75,81)
#3D4045
(61,64,69)
#323539
(50,53,57)
#272A2D
(39,42,45)
#1C1F21
(28,31,33)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #7F828D

#7F828D
(127,130,141)
#8A8D97
(138,141,151)
#9598A1
(149,152,161)
#A0A3AB
(160,163,171)
#ABAEB5
(171,174,181)
#B6B9BF
(182,185,191)
#C1C4C9
(193,196,201)
#CCCFD3
(204,207,211)
#D7DADD
(215,218,221)
#E2E5E7
(226,229,231)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F828D color. Also use rgb(127,130,141) instead hex code.

Text Font Color

.myTextColor { color: #7F828D; }

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

This text font color is #7F828D.

Background Color

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

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

This div background color is #7F828D.

Border color

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

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

This div border color is #7F828D.

Opacity

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

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

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

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

This text has shadow with #7F828D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F828D.

Preview

Color preview on black background

This text has color #7F828D on black background.


Color preview on white background

This text has color #7F828D on white background.


Black color preview on #7F828D background

This text has black color on #7F828D background.


White color preview on #7F828D background

This text has white color on #7F828D background.


Related colors

Complementary color

Complementary color for #hex is #807D72.


I love getcolorcode.com

Triadic colors

1 #8D7F82 and #828D7F with #7F828D are triadic colors.

2 #8D827F and #827F8D with #7F828D are triadic colors.