COLOR #75859C

HEX: #75859C
RGB: (117,133,156)

Color info

#75859C contains red, green and blue colors in about the same proportion. Web safe color of #75859C is #669999 (or #699).

RGB color model

#75859C color RGB value is (117,133,156).

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

RGB channels and saturation

R 117 of 255 = 46%
G 133 of 255 = 52%
B 156 of 255 = 61%

117
133
156

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

Portions of RGB colors in percentages

R + G + B =
117 + 133 + 156 = 406 (100%)
R 117 of 406 ~ 28.82%
G 133 of 406 ~ 32.76%
B 156 of 406 ~ 38.42%

%28.82
%32.76
%38.42

CMYK color model

#75859C color CMYK value is (25,15,0,39).

  • cyan value is 25.00%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(25,15,0,39)
C25M15Y0K39 
(25%,15%,0%,39%)
(0.25/0.15/0.00/0.39)	

CMYK percentages

%25
%14.74
%0
%38.82

Codes

Color #75859C in popluar color models

75859C
RGB117133156
HSL215°16.46%53.53%
HSB/HSV215°25.00%61.18%
CMYK25.00%14.74%0.00%
38.82%

Color #75859C in popluar number systems.

HEX75859C
Decimal117133156
Binary11101011000010110011100
Octal165205234

Shades and tints

Shades of #75859C

#75859C
(117,133,156)
#6B798E
(107,121,142)
#616D80
(97,109,128)
#576172
(87,97,114)
#4D5564
(77,85,100)
#434956
(67,73,86)
#393D48
(57,61,72)
#2F313A
(47,49,58)
#25252C
(37,37,44)
#1B191E
(27,25,30)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #75859C

#75859C
(117,133,156)
#8190A5
(129,144,165)
#8D9BAE
(141,155,174)
#99A6B7
(153,166,183)
#A5B1C0
(165,177,192)
#B1BCC9
(177,188,201)
#BDC7D2
(189,199,210)
#C9D2DB
(201,210,219)
#D5DDE4
(213,221,228)
#E1E8ED
(225,232,237)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75859C; }

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

This text font color is #75859C.


Background Color

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

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

This div background color is #75859C.


Border color

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

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

This div border color is #75859C.


Opacity

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

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

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

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

This text has shadow with #75859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75859C on black background.


Color preview on white background

This text has color #75859C on white background.



Black color preview on #75859C background

This text has black color on #75859C background.


White color preview on #75859C background

This text has white color on #75859C background.