COLOR #7F7689

HEX: #7F7689
RGB: (127,118,137)

Color info

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

RGB color model

#7F7689 color RGB value is (127,118,137).

  • red value is 127;
  • green value is 118;
  • blue value is 137.
RGB:
(127,118,137)
(50%,46%,54%)

RGB channels and saturation

R 127 of 255 = 50%
G 118 of 255 = 46%
B 137 of 255 = 54%

127
118
137

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

Portions of RGB colors in percentages

R + G + B =
127 + 118 + 137 = 382 (100%)
R 127 of 382 ~ 33.25%
G 118 of 382 ~ 30.89%
B 137 of 382 ~ 35.86%

%33.25
%30.89
%35.86

CMYK color model

#7F7689 color CMYK value is (7,14,0,46).

  • cyan value is 7.30%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(7,14,0,46)
C7M14Y0K46 
(7%,14%,0%,46%)
(0.07/0.14/0.00/0.46)	

CMYK percentages

%7.3
%13.87
%0
%46.27

Codes

Color #7F7689 in popluar color models

7F7689
RGB127118137
HSL268°7.45%50.00%
HSB/HSV268°13.87%53.73%
CMYK7.30%13.87%0.00%
46.27%

Color #7F7689 in popluar number systems.

HEX7F7689
Decimal127118137
Binary1111111111011010001001
Octal177166211

Shades and tints

Shades of #7F7689

#7F7689
(127,118,137)
#746C7D
(116,108,125)
#696271
(105,98,113)
#5E5865
(94,88,101)
#534E59
(83,78,89)
#48444D
(72,68,77)
#3D3A41
(61,58,65)
#323035
(50,48,53)
#272629
(39,38,41)
#1C1C1D
(28,28,29)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #7F7689

#7F7689
(127,118,137)
#8A8293
(138,130,147)
#958E9D
(149,142,157)
#A09AA7
(160,154,167)
#ABA6B1
(171,166,177)
#B6B2BB
(182,178,187)
#C1BEC5
(193,190,197)
#CCCACF
(204,202,207)
#D7D6D9
(215,214,217)
#E2E2E3
(226,226,227)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7689 color. Also use rgb(127,118,137) instead hex code.

Text Font Color

.myTextColor { color: #7F7689; }

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

This text font color is #7F7689.


Background Color

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

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

This div background color is #7F7689.


Border color

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

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

This div border color is #7F7689.


Opacity

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

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

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

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

This text has shadow with #7F7689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7689 on black background.


Color preview on white background

This text has color #7F7689 on white background.



Black color preview on #7F7689 background

This text has black color on #7F7689 background.


White color preview on #7F7689 background

This text has white color on #7F7689 background.