COLOR #756F90

HEX: #756F90
RGB: (117,111,144)

Color info

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

RGB color model

#756F90 color RGB value is (117,111,144).

  • red value is 117;
  • green value is 111;
  • blue value is 144.
RGB:
(117,111,144)
(46%,44%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 144 of 255 = 56%

117
111
144

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 144 = 372 (100%)
R 117 of 372 ~ 31.45%
G 111 of 372 ~ 29.84%
B 144 of 372 ~ 38.71%

%31.45
%29.84
%38.71

CMYK color model

#756F90 color CMYK value is (19,23,0,44).

  • cyan value is 18.75%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,23,0,44)
C19M23Y0K44 
(19%,23%,0%,44%)
(0.19/0.23/0.00/0.44)	

CMYK percentages

%18.75
%22.92
%0
%43.53

Codes

Color #756F90 in popluar color models

756F90
RGB117111144
HSL251°12.94%50.00%
HSB/HSV251°22.92%56.47%
CMYK18.75%22.92%0.00%
43.53%

Color #756F90 in popluar number systems.

HEX756F90
Decimal117111144
Binary1110101110111110010000
Octal165157220

Shades and tints

Shades of #756F90

#756F90
(117,111,144)
#6B6583
(107,101,131)
#615B76
(97,91,118)
#575169
(87,81,105)
#4D475C
(77,71,92)
#433D4F
(67,61,79)
#393342
(57,51,66)
#2F2935
(47,41,53)
#251F28
(37,31,40)
#1B151B
(27,21,27)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #756F90

#756F90
(117,111,144)
#817C9A
(129,124,154)
#8D89A4
(141,137,164)
#9996AE
(153,150,174)
#A5A3B8
(165,163,184)
#B1B0C2
(177,176,194)
#BDBDCC
(189,189,204)
#C9CAD6
(201,202,214)
#D5D7E0
(213,215,224)
#E1E4EA
(225,228,234)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756F90 color. Also use rgb(117,111,144) instead hex code.

Text Font Color

.myTextColor { color: #756F90; }

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

This text font color is #756F90.


Background Color

.myBgColor { background-color: #756F90; }

<div style="background-color:#756F90">Inner text</div>

This div background color is #756F90.


Border color

.myBorderColor { border: 1px solid #756F90; }

<div style="border:3px solid #756F90">Div</div>

This div border color is #756F90.


Opacity

.myOpacity80 { color: #756F90; opacity: 0.8; }

<p style="color:#756F90;opacity:0.8;">80%</p>

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

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

This text has shadow with #756F90 color.

.textShadow {text-shadow: 3px 3px 1px #756F90, 3px 3px 1px red;}

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

This text has shadow with #756F90 primary color and red secondary color.


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

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

This text has shadow with #756F90 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756F90 on black background.


Color preview on white background

This text has color #756F90 on white background.



Black color preview on #756F90 background

This text has black color on #756F90 background.


White color preview on #756F90 background

This text has white color on #756F90 background.