COLOR #7F7388

HEX: #7F7388
RGB: (127,115,136)

Color info

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

RGB color model

#7F7388 color RGB value is (127,115,136).

  • red value is 127;
  • green value is 115;
  • blue value is 136.
RGB:
(127,115,136)
(50%,45%,53%)

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 136 of 255 = 53%

127
115
136

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

Portions of RGB colors in percentages

R + G + B =
127 + 115 + 136 = 378 (100%)
R 127 of 378 ~ 33.6%
G 115 of 378 ~ 30.42%
B 136 of 378 ~ 35.98%

%33.6
%30.42
%35.98

CMYK color model

#7F7388 color CMYK value is (7,15,0,47).

  • cyan value is 6.62%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(7,15,0,47)
C7M15Y0K47 
(7%,15%,0%,47%)
(0.07/0.15/0.00/0.47)	

CMYK percentages

%6.62
%15.44
%0
%46.67

Codes

Color #7F7388 in popluar color models

7F7388
RGB127115136
HSL274°8.37%49.22%
HSB/HSV274°15.44%53.33%
CMYK6.62%15.44%0.00%
46.67%

Color #7F7388 in popluar number systems.

HEX7F7388
Decimal127115136
Binary1111111111001110001000
Octal177163210

Shades and tints

Shades of #7F7388

#7F7388
(127,115,136)
#74697C
(116,105,124)
#695F70
(105,95,112)
#5E5564
(94,85,100)
#534B58
(83,75,88)
#48414C
(72,65,76)
#3D3740
(61,55,64)
#322D34
(50,45,52)
#272328
(39,35,40)
#1C191C
(28,25,28)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #7F7388

#7F7388
(127,115,136)
#8A7F92
(138,127,146)
#958B9C
(149,139,156)
#A097A6
(160,151,166)
#ABA3B0
(171,163,176)
#B6AFBA
(182,175,186)
#C1BBC4
(193,187,196)
#CCC7CE
(204,199,206)
#D7D3D8
(215,211,216)
#E2DFE2
(226,223,226)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7388 color. Also use rgb(127,115,136) instead hex code.

Text Font Color

.myTextColor { color: #7F7388; }

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

This text font color is #7F7388.


Background Color

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

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

This div background color is #7F7388.


Border color

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

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

This div border color is #7F7388.


Opacity

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

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

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

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

This text has shadow with #7F7388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7388 on black background.


Color preview on white background

This text has color #7F7388 on white background.



Black color preview on #7F7388 background

This text has black color on #7F7388 background.


White color preview on #7F7388 background

This text has white color on #7F7388 background.