COLOR #7F688A

HEX: #7F688A
RGB: (127,104,138)

Color info

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

RGB color model

#7F688A color RGB value is (127,104,138).

  • red value is 127;
  • green value is 104;
  • blue value is 138.
RGB:
(127,104,138)
(50%,41%,54%)

RGB channels and saturation

R 127 of 255 = 50%
G 104 of 255 = 41%
B 138 of 255 = 54%

127
104
138

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

Portions of RGB colors in percentages

R + G + B =
127 + 104 + 138 = 369 (100%)
R 127 of 369 ~ 34.42%
G 104 of 369 ~ 28.18%
B 138 of 369 ~ 37.4%

%34.42
%28.18
%37.4

CMYK color model

#7F688A color CMYK value is (8,25,0,46).

  • cyan value is 7.97%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(8,25,0,46)
C8M25Y0K46 
(8%,25%,0%,46%)
(0.08/0.25/0.00/0.46)	

CMYK percentages

%7.97
%24.64
%0
%45.88

Codes

Color #7F688A in popluar color models

7F688A
RGB127104138
HSL281°14.05%47.45%
HSB/HSV281°24.64%54.12%
CMYK7.97%24.64%0.00%
45.88%

Color #7F688A in popluar number systems.

HEX7F688A
Decimal127104138
Binary1111111110100010001010
Octal177150212

Shades and tints

Shades of #7F688A

#7F688A
(127,104,138)
#745F7E
(116,95,126)
#695672
(105,86,114)
#5E4D66
(94,77,102)
#53445A
(83,68,90)
#483B4E
(72,59,78)
#3D3242
(61,50,66)
#322936
(50,41,54)
#27202A
(39,32,42)
#1C171E
(28,23,30)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #7F688A

#7F688A
(127,104,138)
#8A7594
(138,117,148)
#95829E
(149,130,158)
#A08FA8
(160,143,168)
#AB9CB2
(171,156,178)
#B6A9BC
(182,169,188)
#C1B6C6
(193,182,198)
#CCC3D0
(204,195,208)
#D7D0DA
(215,208,218)
#E2DDE4
(226,221,228)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F688A color. Also use rgb(127,104,138) instead hex code.

Text Font Color

.myTextColor { color: #7F688A; }

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

This text font color is #7F688A.


Background Color

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

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

This div background color is #7F688A.


Border color

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

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

This div border color is #7F688A.


Opacity

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

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

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

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

This text has shadow with #7F688A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F688A on black background.


Color preview on white background

This text has color #7F688A on white background.



Black color preview on #7F688A background

This text has black color on #7F688A background.


White color preview on #7F688A background

This text has white color on #7F688A background.