COLOR #7F6084

HEX: #7F6084
RGB: (127,96,132)

Color info

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

RGB color model

#7F6084 color RGB value is (127,96,132).

  • red value is 127;
  • green value is 96;
  • blue value is 132.
RGB:
(127,96,132)
(50%,38%,52%)

RGB channels and saturation

R 127 of 255 = 50%
G 96 of 255 = 38%
B 132 of 255 = 52%

127
96
132

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

Portions of RGB colors in percentages

R + G + B =
127 + 96 + 132 = 355 (100%)
R 127 of 355 ~ 35.77%
G 96 of 355 ~ 27.04%
B 132 of 355 ~ 37.18%

%35.77
%27.04
%37.18

CMYK color model

#7F6084 color CMYK value is (4,27,0,48).

  • cyan value is 3.79%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(4,27,0,48)
C4M27Y0K48 
(4%,27%,0%,48%)
(0.04/0.27/0.00/0.48)	

CMYK percentages

%3.79
%27.27
%0
%48.24

Codes

Color #7F6084 in popluar color models

7F6084
RGB12796132
HSL292°15.79%44.71%
HSB/HSV292°27.27%51.76%
CMYK3.79%27.27%0.00%
48.24%

Color #7F6084 in popluar number systems.

HEX7F6084
Decimal12796132
Binary1111111110000010000100
Octal177140204

Shades and tints

Shades of #7F6084

#7F6084
(127,96,132)
#745878
(116,88,120)
#69506C
(105,80,108)
#5E4860
(94,72,96)
#534054
(83,64,84)
#483848
(72,56,72)
#3D303C
(61,48,60)
#322830
(50,40,48)
#272024
(39,32,36)
#1C1818
(28,24,24)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #7F6084

#7F6084
(127,96,132)
#8A6E8F
(138,110,143)
#957C9A
(149,124,154)
#A08AA5
(160,138,165)
#AB98B0
(171,152,176)
#B6A6BB
(182,166,187)
#C1B4C6
(193,180,198)
#CCC2D1
(204,194,209)
#D7D0DC
(215,208,220)
#E2DEE7
(226,222,231)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6084 color. Also use rgb(127,96,132) instead hex code.

Text Font Color

.myTextColor { color: #7F6084; }

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

This text font color is #7F6084.


Background Color

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

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

This div background color is #7F6084.


Border color

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

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

This div border color is #7F6084.


Opacity

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

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

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

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

This text has shadow with #7F6084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6084 on black background.


Color preview on white background

This text has color #7F6084 on white background.



Black color preview on #7F6084 background

This text has black color on #7F6084 background.


White color preview on #7F6084 background

This text has white color on #7F6084 background.