COLOR #759995

HEX: #759995
RGB: (117,153,149)

Color info

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

RGB color model

#759995 color RGB value is (117,153,149).

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

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 149 of 255 = 58%

117
153
149

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

Portions of RGB colors in percentages

R + G + B =
117 + 153 + 149 = 419 (100%)
R 117 of 419 ~ 27.92%
G 153 of 419 ~ 36.52%
B 149 of 419 ~ 35.56%

%27.92
%36.52
%35.56

CMYK color model

#759995 color CMYK value is (24,0,3,40).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 40.00%
CMYK:
(24,0,3,40)
C24M0Y3K40 
(24%,0%,3%,40%)
(0.24/0.00/0.03/0.40)	

CMYK percentages

%23.53
%0
%2.61
%40

Codes

Color #759995 in popluar color models

759995
RGB117153149
HSL173°15.00%52.94%
HSB/HSV173°23.53%60.00%
CMYK23.53%0.00%2.61%
40.00%

Color #759995 in popluar number systems.

HEX759995
Decimal117153149
Binary11101011001100110010101
Octal165231225

Shades and tints

Shades of #759995

#759995
(117,153,149)
#6B8C88
(107,140,136)
#617F7B
(97,127,123)
#57726E
(87,114,110)
#4D6561
(77,101,97)
#435854
(67,88,84)
#394B47
(57,75,71)
#2F3E3A
(47,62,58)
#25312D
(37,49,45)
#1B2420
(27,36,32)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #759995

#759995
(117,153,149)
#81A29E
(129,162,158)
#8DABA7
(141,171,167)
#99B4B0
(153,180,176)
#A5BDB9
(165,189,185)
#B1C6C2
(177,198,194)
#BDCFCB
(189,207,203)
#C9D8D4
(201,216,212)
#D5E1DD
(213,225,221)
#E1EAE6
(225,234,230)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759995; }

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

This text font color is #759995.


Background Color

.myBgColor { background-color: #759995; }

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

This div background color is #759995.


Border color

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

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

This div border color is #759995.


Opacity

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

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

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

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

This text has shadow with #759995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759995 on black background.


Color preview on white background

This text has color #759995 on white background.



Black color preview on #759995 background

This text has black color on #759995 background.


White color preview on #759995 background

This text has white color on #759995 background.