COLOR #758A9C

HEX: #758A9C RGB: (117,138,156)

Color info

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

RGB color model

#758A9C color RGB value is (117,138,156).

RGB: (117,138,156) (46%, 54%, 61%)

RGB channels and saturation

R 117 of 255 = 46%
G 138 of 255 = 54%
B 156 of 255 = 61%

117
138
156

R + G + B ~ 54%. #758A9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 138 + 156 = 411 (100%)
R 117 of 411 ~ 28.47%
G 138 of 411 ~ 33.58%
B 156 of 411 ~ 37.96'%

%28.47
%33.58
%37.96

CMYK color model

#758A9C color CMYK value is (25,12,0,39).

  • cyan value is 25.00%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (25,12,0,39)
C25M12Y0K39 (25%, 12%, 0%, 39%)
(0.25 / 0.12 / 0.00 / 0.39)

CMYK percentages

%25
%11.54
%0
%38.82

Codes

Color #758A9C in popluar color models

75 8A 9C
RGB 117 138 156
HSL 208° 16.46% 53.53%
HSB/HSV 208° 25.00% 61.18%
CMYK 25.00% 11.54% 0.00%
38.82%

Color #758A9C in popluar number systems.

HEX 75 8A 9C
Decimal 117 138 156
Binary 1110101 10001010 10011100
Octal 165 212 234

Shades and tints

Shades of #758A9C

#758A9C
(117,138,156)
#6B7E8E
(107,126,142)
#617280
(97,114,128)
#576672
(87,102,114)
#4D5A64
(77,90,100)
#434E56
(67,78,86)
#394248
(57,66,72)
#2F363A
(47,54,58)
#252A2C
(37,42,44)
#1B1E1E
(27,30,30)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #758A9C

#758A9C
(117,138,156)
#8194A5
(129,148,165)
#8D9EAE
(141,158,174)
#99A8B7
(153,168,183)
#A5B2C0
(165,178,192)
#B1BCC9
(177,188,201)
#BDC6D2
(189,198,210)
#C9D0DB
(201,208,219)
#D5DAE4
(213,218,228)
#E1E4ED
(225,228,237)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758A9C color. Also use rgb(117,138,156) instead hex code.

Text Font Color

.myTextColor { color: #758A9C; }

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

This text font color is #758A9C.

Background Color

.myBgColor { background-color: #758A9C; }

<div style="background-color:#758A9C">Inner text</div>

This div background color is #758A9C.

Border color

.myBorderColor { border: 1px solid #758A9C; }

<div style="border:3px solid #758A9C">Div</div>

This div border color is #758A9C.

Opacity

.myOpacity80 { color: #758A9C; opacity: 0.8; }

<p style="color:#758A9C;opacity:0.8;">80%</p>

Text with #758A9C 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 #758A9C;}

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

This text has shadow with #758A9C color.


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

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

This text has shadow with #758A9C primary color and red secondary color.


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

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

This text has shadow with #758A9C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #758A9C.

Preview

Color preview on black background

This text has color #758A9C on black background.


Color preview on white background

This text has color #758A9C on white background.


Black color preview on #758A9C background

This text has black color on #758A9C background.


White color preview on #758A9C background

This text has white color on #758A9C background.


Related colors

Complementary color

Complementary color for #hex is #8A7563.


I love getcolorcode.com

Triadic colors

1 #9C758A and #8A9C75 with #758A9C are triadic colors.

2 #9C8A75 and #8A759C with #758A9C are triadic colors.