COLOR #756098

HEX: #756098
RGB: (117,96,152)

Color info

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

RGB color model

#756098 color RGB value is (117,96,152).

  • red value is 117;
  • green value is 96;
  • blue value is 152.
RGB:
(117,96,152)
(46%,38%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 152 of 255 = 60%

117
96
152

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

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 152 = 365 (100%)
R 117 of 365 ~ 32.05%
G 96 of 365 ~ 26.3%
B 152 of 365 ~ 41.64%

%32.05
%26.3
%41.64

CMYK color model

#756098 color CMYK value is (23,37,0,40).

  • cyan value is 23.03%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(23,37,0,40)
C23M37Y0K40 
(23%,37%,0%,40%)
(0.23/0.37/0.00/0.40)	

CMYK percentages

%23.03
%36.84
%0
%40.39

Codes

Color #756098 in popluar color models

756098
RGB11796152
HSL263°22.58%48.63%
HSB/HSV263°36.84%59.61%
CMYK23.03%36.84%0.00%
40.39%

Color #756098 in popluar number systems.

HEX756098
Decimal11796152
Binary1110101110000010011000
Octal165140230

Shades and tints

Shades of #756098

#756098
(117,96,152)
#6B588B
(107,88,139)
#61507E
(97,80,126)
#574871
(87,72,113)
#4D4064
(77,64,100)
#433857
(67,56,87)
#39304A
(57,48,74)
#2F283D
(47,40,61)
#252030
(37,32,48)
#1B1823
(27,24,35)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #756098

#756098
(117,96,152)
#816EA1
(129,110,161)
#8D7CAA
(141,124,170)
#998AB3
(153,138,179)
#A598BC
(165,152,188)
#B1A6C5
(177,166,197)
#BDB4CE
(189,180,206)
#C9C2D7
(201,194,215)
#D5D0E0
(213,208,224)
#E1DEE9
(225,222,233)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756098 color. Also use rgb(117,96,152) instead hex code.

Text Font Color

.myTextColor { color: #756098; }

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

This text font color is #756098.


Background Color

.myBgColor { background-color: #756098; }

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

This div background color is #756098.


Border color

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

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

This div border color is #756098.


Opacity

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

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

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

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

This text has shadow with #756098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756098 on black background.


Color preview on white background

This text has color #756098 on white background.



Black color preview on #756098 background

This text has black color on #756098 background.


White color preview on #756098 background

This text has white color on #756098 background.