COLOR #75919E

HEX: #75919E RGB: (117,145,158)

Color info

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

RGB color model

#75919E color RGB value is (117,145,158).

RGB: (117,145,158) (46%, 57%, 62%)

RGB channels and saturation

R 117 of 255 = 46%
G 145 of 255 = 57%
B 158 of 255 = 62%

117
145
158

R + G + B ~ 55%. #75919E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 145 + 158 = 420 (100%)
R 117 of 420 ~ 27.86%
G 145 of 420 ~ 34.52%
B 158 of 420 ~ 37.62'%

%27.86
%34.52
%37.62

CMYK color model

#75919E color CMYK value is (26,8,0,38).

  • cyan value is 25.95%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (26,8,0,38)
C26M8Y0K38 (26%, 8%, 0%, 38%)
(0.26 / 0.08 / 0.00 / 0.38)

CMYK percentages

%25.95
%8.23
%0
%38.04

Codes

Color #75919E in popluar color models

75 91 9E
RGB 117 145 158
HSL 199° 17.45% 53.92%
HSB/HSV 199° 25.95% 61.96%
CMYK 25.95% 8.23% 0.00%
38.04%

Color #75919E in popluar number systems.

HEX 75 91 9E
Decimal 117 145 158
Binary 1110101 10010001 10011110
Octal 165 221 236

Shades and tints

Shades of #75919E

#75919E
(117,145,158)
#6B8490
(107,132,144)
#617782
(97,119,130)
#576A74
(87,106,116)
#4D5D66
(77,93,102)
#435058
(67,80,88)
#39434A
(57,67,74)
#2F363C
(47,54,60)
#25292E
(37,41,46)
#1B1C20
(27,28,32)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #75919E

#75919E
(117,145,158)
#819BA6
(129,155,166)
#8DA5AE
(141,165,174)
#99AFB6
(153,175,182)
#A5B9BE
(165,185,190)
#B1C3C6
(177,195,198)
#BDCDCE
(189,205,206)
#C9D7D6
(201,215,214)
#D5E1DE
(213,225,222)
#E1EBE6
(225,235,230)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75919E color. Also use rgb(117,145,158) instead hex code.

Text Font Color

.myTextColor { color: #75919E; }

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

This text font color is #75919E.

Background Color

.myBgColor { background-color: #75919E; }

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

This div background color is #75919E.

Border color

.myBorderColor { border: 1px solid #75919E; }

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

This div border color is #75919E.

Opacity

.myOpacity80 { color: #75919E; opacity: 0.8; }

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

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

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

This text has shadow with #75919E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75919E.

Preview

Color preview on black background

This text has color #75919E on black background.


Color preview on white background

This text has color #75919E on white background.


Black color preview on #75919E background

This text has black color on #75919E background.


White color preview on #75919E background

This text has white color on #75919E background.


Related colors

Complementary color

Complementary color for #hex is #8A6E61.


I love getcolorcode.com

Triadic colors

1 #9E7591 and #919E75 with #75919E are triadic colors.

2 #9E9175 and #91759E with #75919E are triadic colors.