COLOR #756182

HEX: #756182
RGB: (117,97,130)

Color info

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

RGB color model

#756182 color RGB value is (117,97,130).

  • red value is 117;
  • green value is 97;
  • blue value is 130.
RGB:
(117,97,130)
(46%,38%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 97 of 255 = 38%
B 130 of 255 = 51%

117
97
130

R + G + B ~ 45%. #756182 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 97 + 130 = 344 (100%)
R 117 of 344 ~ 34.01%
G 97 of 344 ~ 28.2%
B 130 of 344 ~ 37.79%

%34.01
%28.2
%37.79

CMYK color model

#756182 color CMYK value is (10,25,0,49).

  • cyan value is 10.00%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(10,25,0,49)
C10M25Y0K49 
(10%,25%,0%,49%)
(0.10/0.25/0.00/0.49)	

CMYK percentages

%10
%25.38
%0
%49.02

Codes

Color #756182 in popluar color models

756182
RGB11797130
HSL276°14.54%44.51%
HSB/HSV276°25.38%50.98%
CMYK10.00%25.38%0.00%
49.02%

Color #756182 in popluar number systems.

HEX756182
Decimal11797130
Binary1110101110000110000010
Octal165141202

Shades and tints

Shades of #756182

#756182
(117,97,130)
#6B5977
(107,89,119)
#61516C
(97,81,108)
#574961
(87,73,97)
#4D4156
(77,65,86)
#43394B
(67,57,75)
#393140
(57,49,64)
#2F2935
(47,41,53)
#25212A
(37,33,42)
#1B191F
(27,25,31)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #756182

#756182
(117,97,130)
#816F8D
(129,111,141)
#8D7D98
(141,125,152)
#998BA3
(153,139,163)
#A599AE
(165,153,174)
#B1A7B9
(177,167,185)
#BDB5C4
(189,181,196)
#C9C3CF
(201,195,207)
#D5D1DA
(213,209,218)
#E1DFE5
(225,223,229)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756182 color. Also use rgb(117,97,130) instead hex code.

Text Font Color

.myTextColor { color: #756182; }

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

This text font color is #756182.


Background Color

.myBgColor { background-color: #756182; }

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

This div background color is #756182.


Border color

.myBorderColor { border: 1px solid #756182; }

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

This div border color is #756182.


Opacity

.myOpacity80 { color: #756182; opacity: 0.8; }

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

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

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

This text has shadow with #756182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756182 on black background.


Color preview on white background

This text has color #756182 on white background.



Black color preview on #756182 background

This text has black color on #756182 background.


White color preview on #756182 background

This text has white color on #756182 background.