COLOR #7F929C

HEX: #7F929C
RGB: (127,146,156)

Color info

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

RGB color model

#7F929C color RGB value is (127,146,156).

  • red value is 127;
  • green value is 146;
  • blue value is 156.
RGB:
(127,146,156)
(50%,57%,61%)

RGB channels and saturation

R 127 of 255 = 50%
G 146 of 255 = 57%
B 156 of 255 = 61%

127
146
156

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

Portions of RGB colors in percentages

R + G + B =
127 + 146 + 156 = 429 (100%)
R 127 of 429 ~ 29.6%
G 146 of 429 ~ 34.03%
B 156 of 429 ~ 36.36%

%29.6
%34.03
%36.36

CMYK color model

#7F929C color CMYK value is (19,6,0,39).

  • cyan value is 18.59%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(19,6,0,39)
C19M6Y0K39 
(19%,6%,0%,39%)
(0.19/0.06/0.00/0.39)	

CMYK percentages

%18.59
%6.41
%0
%38.82

Codes

Color #7F929C in popluar color models

7F929C
RGB127146156
HSL201°12.78%55.49%
HSB/HSV201°18.59%61.18%
CMYK18.59%6.41%0.00%
38.82%

Color #7F929C in popluar number systems.

HEX7F929C
Decimal127146156
Binary11111111001001010011100
Octal177222234

Shades and tints

Shades of #7F929C

#7F929C
(127,146,156)
#74858E
(116,133,142)
#697880
(105,120,128)
#5E6B72
(94,107,114)
#535E64
(83,94,100)
#485156
(72,81,86)
#3D4448
(61,68,72)
#32373A
(50,55,58)
#272A2C
(39,42,44)
#1C1D1E
(28,29,30)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #7F929C

#7F929C
(127,146,156)
#8A9BA5
(138,155,165)
#95A4AE
(149,164,174)
#A0ADB7
(160,173,183)
#ABB6C0
(171,182,192)
#B6BFC9
(182,191,201)
#C1C8D2
(193,200,210)
#CCD1DB
(204,209,219)
#D7DAE4
(215,218,228)
#E2E3ED
(226,227,237)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F929C color. Also use rgb(127,146,156) instead hex code.

Text Font Color

.myTextColor { color: #7F929C; }

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

This text font color is #7F929C.


Background Color

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

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

This div background color is #7F929C.


Border color

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

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

This div border color is #7F929C.


Opacity

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

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

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

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

This text has shadow with #7F929C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F929C on black background.


Color preview on white background

This text has color #7F929C on white background.



Black color preview on #7F929C background

This text has black color on #7F929C background.


White color preview on #7F929C background

This text has white color on #7F929C background.