COLOR #7F838C

HEX: #7F838C RGB: (127,131,140)

Color info

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

RGB color model

#7F838C color RGB value is (127,131,140).

RGB: (127,131,140) (50%, 51%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 131 of 255 = 51%
B 140 of 255 = 55%

127
131
140

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

Portions of RGB colors in percentages

R + G + B = 127 + 131 + 140 = 398 (100%)
R 127 of 398 ~ 31.91%
G 131 of 398 ~ 32.91%
B 140 of 398 ~ 35.18'%

%31.91
%32.91
%35.18

CMYK color model

#7F838C color CMYK value is (9,6,0,45).

  • cyan value is 9.29%
  • magenta value is 6.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (9,6,0,45)
C9M6Y0K45 (9%, 6%, 0%, 45%)
(0.09 / 0.06 / 0.00 / 0.45)

CMYK percentages

%9.29
%6.43
%0
%45.1

Codes

Color #7F838C in popluar color models

7F 83 8C
RGB 127 131 140
HSL 222° 5.35% 52.35%
HSB/HSV 222° 9.29% 54.90%
CMYK 9.29% 6.43% 0.00%
45.10%

Color #7F838C in popluar number systems.

HEX 7F 83 8C
Decimal 127 131 140
Binary 1111111 10000011 10001100
Octal 177 203 214

Shades and tints

Shades of #7F838C

#7F838C
(127,131,140)
#747880
(116,120,128)
#696D74
(105,109,116)
#5E6268
(94,98,104)
#53575C
(83,87,92)
#484C50
(72,76,80)
#3D4144
(61,65,68)
#323638
(50,54,56)
#272B2C
(39,43,44)
#1C2020
(28,32,32)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #7F838C

#7F838C
(127,131,140)
#8A8E96
(138,142,150)
#9599A0
(149,153,160)
#A0A4AA
(160,164,170)
#ABAFB4
(171,175,180)
#B6BABE
(182,186,190)
#C1C5C8
(193,197,200)
#CCD0D2
(204,208,210)
#D7DBDC
(215,219,220)
#E2E6E6
(226,230,230)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F838C color. Also use rgb(127,131,140) instead hex code.

Text Font Color

.myTextColor { color: #7F838C; }

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

This text font color is #7F838C.

Background Color

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

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

This div background color is #7F838C.

Border color

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

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

This div border color is #7F838C.

Opacity

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

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

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

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

This text has shadow with #7F838C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F838C.

Preview

Color preview on black background

This text has color #7F838C on black background.


Color preview on white background

This text has color #7F838C on white background.


Black color preview on #7F838C background

This text has black color on #7F838C background.


White color preview on #7F838C background

This text has white color on #7F838C background.


Related colors

Complementary color

Complementary color for #hex is #807C73.


I love getcolorcode.com

Triadic colors

1 #8C7F83 and #838C7F with #7F838C are triadic colors.

2 #8C837F and #837F8C with #7F838C are triadic colors.