COLOR #75A696

HEX: #75A696
RGB: (117,166,150)

Color info

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

RGB color model

#75A696 color RGB value is (117,166,150).

  • red value is 117;
  • green value is 166;
  • blue value is 150.
RGB:
(117,166,150)
(46%,65%,59%)

RGB channels and saturation

R 117 of 255 = 46%
G 166 of 255 = 65%
B 150 of 255 = 59%

117
166
150

R + G + B ~ 57%. #75A696 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 166 + 150 = 433 (100%)
R 117 of 433 ~ 27.02%
G 166 of 433 ~ 38.34%
B 150 of 433 ~ 34.64%

%27.02
%38.34
%34.64

CMYK color model

#75A696 color CMYK value is (30,0,10,35).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(30,0,10,35)
C30M0Y10K35 
(30%,0%,10%,35%)
(0.30/0.00/0.10/0.35)	

CMYK percentages

%29.52
%0
%9.64
%34.9

Codes

Color #75A696 in popluar color models

75A696
RGB117166150
HSL160°21.59%55.49%
HSB/HSV160°29.52%65.10%
CMYK29.52%0.00%9.64%
34.90%

Color #75A696 in popluar number systems.

HEX75A696
Decimal117166150
Binary11101011010011010010110
Octal165246226

Shades and tints

Shades of #75A696

#75A696
(117,166,150)
#6B9789
(107,151,137)
#61887C
(97,136,124)
#57796F
(87,121,111)
#4D6A62
(77,106,98)
#435B55
(67,91,85)
#394C48
(57,76,72)
#2F3D3B
(47,61,59)
#252E2E
(37,46,46)
#1B1F21
(27,31,33)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #75A696

#75A696
(117,166,150)
#81AE9F
(129,174,159)
#8DB6A8
(141,182,168)
#99BEB1
(153,190,177)
#A5C6BA
(165,198,186)
#B1CEC3
(177,206,195)
#BDD6CC
(189,214,204)
#C9DED5
(201,222,213)
#D5E6DE
(213,230,222)
#E1EEE7
(225,238,231)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A696 color. Also use rgb(117,166,150) instead hex code.

Text Font Color

.myTextColor { color: #75A696; }

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

This text font color is #75A696.


Background Color

.myBgColor { background-color: #75A696; }

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

This div background color is #75A696.


Border color

.myBorderColor { border: 1px solid #75A696; }

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

This div border color is #75A696.


Opacity

.myOpacity80 { color: #75A696; opacity: 0.8; }

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

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

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

This text has shadow with #75A696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A696 on black background.


Color preview on white background

This text has color #75A696 on white background.



Black color preview on #75A696 background

This text has black color on #75A696 background.


White color preview on #75A696 background

This text has white color on #75A696 background.