COLOR #7F8092

HEX: #7F8092
RGB: (127,128,146)

Color info

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

RGB color model

#7F8092 color RGB value is (127,128,146).

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

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 146 of 255 = 57%

127
128
146

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

Portions of RGB colors in percentages

R + G + B =
127 + 128 + 146 = 401 (100%)
R 127 of 401 ~ 31.67%
G 128 of 401 ~ 31.92%
B 146 of 401 ~ 36.41%

%31.67
%31.92
%36.41

CMYK color model

#7F8092 color CMYK value is (13,12,0,43).

  • cyan value is 13.01%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(13,12,0,43)
C13M12Y0K43 
(13%,12%,0%,43%)
(0.13/0.12/0.00/0.43)	

CMYK percentages

%13.01
%12.33
%0
%42.75

Codes

Color #7F8092 in popluar color models

7F8092
RGB127128146
HSL237°8.02%53.53%
HSB/HSV237°13.01%57.25%
CMYK13.01%12.33%0.00%
42.75%

Color #7F8092 in popluar number systems.

HEX7F8092
Decimal127128146
Binary11111111000000010010010
Octal177200222

Shades and tints

Shades of #7F8092

#7F8092
(127,128,146)
#747585
(116,117,133)
#696A78
(105,106,120)
#5E5F6B
(94,95,107)
#53545E
(83,84,94)
#484951
(72,73,81)
#3D3E44
(61,62,68)
#323337
(50,51,55)
#27282A
(39,40,42)
#1C1D1D
(28,29,29)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #7F8092

#7F8092
(127,128,146)
#8A8B9B
(138,139,155)
#9596A4
(149,150,164)
#A0A1AD
(160,161,173)
#ABACB6
(171,172,182)
#B6B7BF
(182,183,191)
#C1C2C8
(193,194,200)
#CCCDD1
(204,205,209)
#D7D8DA
(215,216,218)
#E2E3E3
(226,227,227)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8092; }

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

This text font color is #7F8092.


Background Color

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

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

This div background color is #7F8092.


Border color

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

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

This div border color is #7F8092.


Opacity

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

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

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

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

This text has shadow with #7F8092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8092 on black background.


Color preview on white background

This text has color #7F8092 on white background.



Black color preview on #7F8092 background

This text has black color on #7F8092 background.


White color preview on #7F8092 background

This text has white color on #7F8092 background.