COLOR #7F828F

HEX: #7F828F RGB: (127,130,143)

Color info

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

RGB color model

#7F828F color RGB value is (127,130,143).

RGB: (127,130,143) (50%, 51%, 56%)

RGB channels and saturation

R 127 of 255 = 50%
G 130 of 255 = 51%
B 143 of 255 = 56%

127
130
143

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

Portions of RGB colors in percentages

R + G + B = 127 + 130 + 143 = 400 (100%)
R 127 of 400 ~ 31.75%
G 130 of 400 ~ 32.5%
B 143 of 400 ~ 35.75'%

%31.75
%32.5
%35.75

CMYK color model

#7F828F color CMYK value is (11,9,0,44).

  • cyan value is 11.19%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (11,9,0,44)
C11M9Y0K44 (11%, 9%, 0%, 44%)
(0.11 / 0.09 / 0.00 / 0.44)

CMYK percentages

%11.19
%9.09
%0
%43.92

Codes

Color #7F828F in popluar color models

7F 82 8F
RGB 127 130 143
HSL 229° 6.67% 52.94%
HSB/HSV 229° 11.19% 56.08%
CMYK 11.19% 9.09% 0.00%
43.92%

Color #7F828F in popluar number systems.

HEX 7F 82 8F
Decimal 127 130 143
Binary 1111111 10000010 10001111
Octal 177 202 217

Shades and tints

Shades of #7F828F

#7F828F
(127,130,143)
#747782
(116,119,130)
#696C75
(105,108,117)
#5E6168
(94,97,104)
#53565B
(83,86,91)
#484B4E
(72,75,78)
#3D4041
(61,64,65)
#323534
(50,53,52)
#272A27
(39,42,39)
#1C1F1A
(28,31,26)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #7F828F

#7F828F
(127,130,143)
#8A8D99
(138,141,153)
#9598A3
(149,152,163)
#A0A3AD
(160,163,173)
#ABAEB7
(171,174,183)
#B6B9C1
(182,185,193)
#C1C4CB
(193,196,203)
#CCCFD5
(204,207,213)
#D7DADF
(215,218,223)
#E2E5E9
(226,229,233)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F828F; }

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

This text font color is #7F828F.

Background Color

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

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

This div background color is #7F828F.

Border color

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

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

This div border color is #7F828F.

Opacity

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

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

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

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

This text has shadow with #7F828F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F828F.

Preview

Color preview on black background

This text has color #7F828F on black background.


Color preview on white background

This text has color #7F828F on white background.


Black color preview on #7F828F background

This text has black color on #7F828F background.


White color preview on #7F828F background

This text has white color on #7F828F background.


Related colors

Complementary color

Complementary color for #hex is #807D70.


I love getcolorcode.com

Triadic colors

1 #8F7F82 and #828F7F with #7F828F are triadic colors.

2 #8F827F and #827F8F with #7F828F are triadic colors.