COLOR #75859F

HEX: #75859F RGB: (117,133,159)

Color info

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

RGB color model

#75859F color RGB value is (117,133,159).

RGB: (117,133,159) (46%, 52%, 62%)

RGB channels and saturation

R 117 of 255 = 46%
G 133 of 255 = 52%
B 159 of 255 = 62%

117
133
159

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

Portions of RGB colors in percentages

R + G + B = 117 + 133 + 159 = 409 (100%)
R 117 of 409 ~ 28.61%
G 133 of 409 ~ 32.52%
B 159 of 409 ~ 38.88'%

%28.61
%32.52
%38.88

CMYK color model

#75859F color CMYK value is (26,16,0,38).

  • cyan value is 26.42%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (26,16,0,38)
C26M16Y0K38 (26%, 16%, 0%, 38%)
(0.26 / 0.16 / 0.00 / 0.38)

CMYK percentages

%26.42
%16.35
%0
%37.65

Codes

Color #75859F in popluar color models

75 85 9F
RGB 117 133 159
HSL 217° 17.95% 54.12%
HSB/HSV 217° 26.42% 62.35%
CMYK 26.42% 16.35% 0.00%
37.65%

Color #75859F in popluar number systems.

HEX 75 85 9F
Decimal 117 133 159
Binary 1110101 10000101 10011111
Octal 165 205 237

Shades and tints

Shades of #75859F

#75859F
(117,133,159)
#6B7991
(107,121,145)
#616D83
(97,109,131)
#576175
(87,97,117)
#4D5567
(77,85,103)
#434959
(67,73,89)
#393D4B
(57,61,75)
#2F313D
(47,49,61)
#25252F
(37,37,47)
#1B1921
(27,25,33)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #75859F

#75859F
(117,133,159)
#8190A7
(129,144,167)
#8D9BAF
(141,155,175)
#99A6B7
(153,166,183)
#A5B1BF
(165,177,191)
#B1BCC7
(177,188,199)
#BDC7CF
(189,199,207)
#C9D2D7
(201,210,215)
#D5DDDF
(213,221,223)
#E1E8E7
(225,232,231)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75859F; }

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

This text font color is #75859F.

Background Color

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

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

This div background color is #75859F.

Border color

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

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

This div border color is #75859F.

Opacity

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

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

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

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

This text has shadow with #75859F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75859F.

Preview

Color preview on black background

This text has color #75859F on black background.


Color preview on white background

This text has color #75859F on white background.


Black color preview on #75859F background

This text has black color on #75859F background.


White color preview on #75859F background

This text has white color on #75859F background.


Related colors

Complementary color

Complementary color for #hex is #8A7A60.


I love getcolorcode.com

Triadic colors

1 #9F7585 and #859F75 with #75859F are triadic colors.

2 #9F8575 and #85759F with #75859F are triadic colors.