COLOR #758F93

HEX: #758F93
RGB: (117,143,147)

Color info

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

RGB color model

#758F93 color RGB value is (117,143,147).

  • red value is 117;
  • green value is 143;
  • blue value is 147.
RGB:
(117,143,147)
(46%,56%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 143 of 255 = 56%
B 147 of 255 = 58%

117
143
147

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

Portions of RGB colors in percentages

R + G + B =
117 + 143 + 147 = 407 (100%)
R 117 of 407 ~ 28.75%
G 143 of 407 ~ 35.14%
B 147 of 407 ~ 36.12%

%28.75
%35.14
%36.12

CMYK color model

#758F93 color CMYK value is (20,3,0,42).

  • cyan value is 20.41%
  • magenta value is 2.72%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(20,3,0,42)
C20M3Y0K42 
(20%,3%,0%,42%)
(0.20/0.03/0.00/0.42)	

CMYK percentages

%20.41
%2.72
%0
%42.35

Codes

Color #758F93 in popluar color models

758F93
RGB117143147
HSL188°12.20%51.76%
HSB/HSV188°20.41%57.65%
CMYK20.41%2.72%0.00%
42.35%

Color #758F93 in popluar number systems.

HEX758F93
Decimal117143147
Binary11101011000111110010011
Octal165217223

Shades and tints

Shades of #758F93

#758F93
(117,143,147)
#6B8286
(107,130,134)
#617579
(97,117,121)
#57686C
(87,104,108)
#4D5B5F
(77,91,95)
#434E52
(67,78,82)
#394145
(57,65,69)
#2F3438
(47,52,56)
#25272B
(37,39,43)
#1B1A1E
(27,26,30)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #758F93

#758F93
(117,143,147)
#81999C
(129,153,156)
#8DA3A5
(141,163,165)
#99ADAE
(153,173,174)
#A5B7B7
(165,183,183)
#B1C1C0
(177,193,192)
#BDCBC9
(189,203,201)
#C9D5D2
(201,213,210)
#D5DFDB
(213,223,219)
#E1E9E4
(225,233,228)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758F93 color. Also use rgb(117,143,147) instead hex code.

Text Font Color

.myTextColor { color: #758F93; }

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

This text font color is #758F93.


Background Color

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

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

This div background color is #758F93.


Border color

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

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

This div border color is #758F93.


Opacity

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

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

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

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

This text has shadow with #758F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758F93 on black background.


Color preview on white background

This text has color #758F93 on white background.



Black color preview on #758F93 background

This text has black color on #758F93 background.


White color preview on #758F93 background

This text has white color on #758F93 background.