COLOR #75689A

HEX: #75689A
RGB: (117,104,154)

Color info

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

RGB color model

#75689A color RGB value is (117,104,154).

  • red value is 117;
  • green value is 104;
  • blue value is 154.
RGB:
(117,104,154)
(46%,41%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 154 of 255 = 60%

117
104
154

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

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 154 = 375 (100%)
R 117 of 375 ~ 31.2%
G 104 of 375 ~ 27.73%
B 154 of 375 ~ 41.07%

%31.2
%27.73
%41.07

CMYK color model

#75689A color CMYK value is (24,32,0,40).

  • cyan value is 24.03%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(24,32,0,40)
C24M32Y0K40 
(24%,32%,0%,40%)
(0.24/0.32/0.00/0.40)	

CMYK percentages

%24.03
%32.47
%0
%39.61

Codes

Color #75689A in popluar color models

75689A
RGB117104154
HSL256°19.84%50.59%
HSB/HSV256°32.47%60.39%
CMYK24.03%32.47%0.00%
39.61%

Color #75689A in popluar number systems.

HEX75689A
Decimal117104154
Binary1110101110100010011010
Octal165150232

Shades and tints

Shades of #75689A

#75689A
(117,104,154)
#6B5F8C
(107,95,140)
#61567E
(97,86,126)
#574D70
(87,77,112)
#4D4462
(77,68,98)
#433B54
(67,59,84)
#393246
(57,50,70)
#2F2938
(47,41,56)
#25202A
(37,32,42)
#1B171C
(27,23,28)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #75689A

#75689A
(117,104,154)
#8175A3
(129,117,163)
#8D82AC
(141,130,172)
#998FB5
(153,143,181)
#A59CBE
(165,156,190)
#B1A9C7
(177,169,199)
#BDB6D0
(189,182,208)
#C9C3D9
(201,195,217)
#D5D0E2
(213,208,226)
#E1DDEB
(225,221,235)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75689A color. Also use rgb(117,104,154) instead hex code.

Text Font Color

.myTextColor { color: #75689A; }

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

This text font color is #75689A.


Background Color

.myBgColor { background-color: #75689A; }

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

This div background color is #75689A.


Border color

.myBorderColor { border: 1px solid #75689A; }

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

This div border color is #75689A.


Opacity

.myOpacity80 { color: #75689A; opacity: 0.8; }

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

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

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

This text has shadow with #75689A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75689A on black background.


Color preview on white background

This text has color #75689A on white background.



Black color preview on #75689A background

This text has black color on #75689A background.


White color preview on #75689A background

This text has white color on #75689A background.