COLOR #758995

HEX: #758995
RGB: (117,137,149)

Color info

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

RGB color model

#758995 color RGB value is (117,137,149).

  • red value is 117;
  • green value is 137;
  • blue value is 149.
RGB:
(117,137,149)
(46%,54%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 149 of 255 = 58%

117
137
149

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

Portions of RGB colors in percentages

R + G + B =
117 + 137 + 149 = 403 (100%)
R 117 of 403 ~ 29.03%
G 137 of 403 ~ 34%
B 149 of 403 ~ 36.97%

%29.03
%34
%36.97

CMYK color model

#758995 color CMYK value is (21,8,0,42).

  • cyan value is 21.48%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(21,8,0,42)
C21M8Y0K42 
(21%,8%,0%,42%)
(0.21/0.08/0.00/0.42)	

CMYK percentages

%21.48
%8.05
%0
%41.57

Codes

Color #758995 in popluar color models

758995
RGB117137149
HSL203°13.11%52.16%
HSB/HSV203°21.48%58.43%
CMYK21.48%8.05%0.00%
41.57%

Color #758995 in popluar number systems.

HEX758995
Decimal117137149
Binary11101011000100110010101
Octal165211225

Shades and tints

Shades of #758995

#758995
(117,137,149)
#6B7D88
(107,125,136)
#61717B
(97,113,123)
#57656E
(87,101,110)
#4D5961
(77,89,97)
#434D54
(67,77,84)
#394147
(57,65,71)
#2F353A
(47,53,58)
#25292D
(37,41,45)
#1B1D20
(27,29,32)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #758995

#758995
(117,137,149)
#81939E
(129,147,158)
#8D9DA7
(141,157,167)
#99A7B0
(153,167,176)
#A5B1B9
(165,177,185)
#B1BBC2
(177,187,194)
#BDC5CB
(189,197,203)
#C9CFD4
(201,207,212)
#D5D9DD
(213,217,221)
#E1E3E6
(225,227,230)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758995 color. Also use rgb(117,137,149) instead hex code.

Text Font Color

.myTextColor { color: #758995; }

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

This text font color is #758995.


Background Color

.myBgColor { background-color: #758995; }

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

This div background color is #758995.


Border color

.myBorderColor { border: 1px solid #758995; }

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

This div border color is #758995.


Opacity

.myOpacity80 { color: #758995; opacity: 0.8; }

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

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

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

This text has shadow with #758995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758995 on black background.


Color preview on white background

This text has color #758995 on white background.



Black color preview on #758995 background

This text has black color on #758995 background.


White color preview on #758995 background

This text has white color on #758995 background.