COLOR #75789C

HEX: #75789C
RGB: (117,120,156)

Color info

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

RGB color model

#75789C color RGB value is (117,120,156).

  • red value is 117;
  • green value is 120;
  • blue value is 156.
RGB:
(117,120,156)
(46%,47%,61%)

RGB channels and saturation

R 117 of 255 = 46%
G 120 of 255 = 47%
B 156 of 255 = 61%

117
120
156

R + G + B ~ 51%. #75789C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 120 + 156 = 393 (100%)
R 117 of 393 ~ 29.77%
G 120 of 393 ~ 30.53%
B 156 of 393 ~ 39.69%

%29.77
%30.53
%39.69

CMYK color model

#75789C color CMYK value is (25,23,0,39).

  • cyan value is 25.00%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(25,23,0,39)
C25M23Y0K39 
(25%,23%,0%,39%)
(0.25/0.23/0.00/0.39)	

CMYK percentages

%25
%23.08
%0
%38.82

Codes

Color #75789C in popluar color models

75789C
RGB117120156
HSL235°16.46%53.53%
HSB/HSV235°25.00%61.18%
CMYK25.00%23.08%0.00%
38.82%

Color #75789C in popluar number systems.

HEX75789C
Decimal117120156
Binary1110101111100010011100
Octal165170234

Shades and tints

Shades of #75789C

#75789C
(117,120,156)
#6B6E8E
(107,110,142)
#616480
(97,100,128)
#575A72
(87,90,114)
#4D5064
(77,80,100)
#434656
(67,70,86)
#393C48
(57,60,72)
#2F323A
(47,50,58)
#25282C
(37,40,44)
#1B1E1E
(27,30,30)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #75789C

#75789C
(117,120,156)
#8184A5
(129,132,165)
#8D90AE
(141,144,174)
#999CB7
(153,156,183)
#A5A8C0
(165,168,192)
#B1B4C9
(177,180,201)
#BDC0D2
(189,192,210)
#C9CCDB
(201,204,219)
#D5D8E4
(213,216,228)
#E1E4ED
(225,228,237)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75789C color. Also use rgb(117,120,156) instead hex code.

Text Font Color

.myTextColor { color: #75789C; }

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

This text font color is #75789C.


Background Color

.myBgColor { background-color: #75789C; }

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

This div background color is #75789C.


Border color

.myBorderColor { border: 1px solid #75789C; }

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

This div border color is #75789C.


Opacity

.myOpacity80 { color: #75789C; opacity: 0.8; }

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

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

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

This text has shadow with #75789C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75789C on black background.


Color preview on white background

This text has color #75789C on white background.



Black color preview on #75789C background

This text has black color on #75789C background.


White color preview on #75789C background

This text has white color on #75789C background.