COLOR #75A89A

HEX: #75A89A
RGB: (117,168,154)

Color info

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

RGB color model

#75A89A color RGB value is (117,168,154).

  • red value is 117;
  • green value is 168;
  • blue value is 154.
RGB:
(117,168,154)
(46%,66%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 168 of 255 = 66%
B 154 of 255 = 60%

117
168
154

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

Portions of RGB colors in percentages

R + G + B =
117 + 168 + 154 = 439 (100%)
R 117 of 439 ~ 26.65%
G 168 of 439 ~ 38.27%
B 154 of 439 ~ 35.08%

%26.65
%38.27
%35.08

CMYK color model

#75A89A color CMYK value is (30,0,8,34).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 34.12%
CMYK:
(30,0,8,34)
C30M0Y8K34 
(30%,0%,8%,34%)
(0.30/0.00/0.08/0.34)	

CMYK percentages

%30.36
%0
%8.33
%34.12

Codes

Color #75A89A in popluar color models

75A89A
RGB117168154
HSL164°22.67%55.88%
HSB/HSV164°30.36%65.88%
CMYK30.36%0.00%8.33%
34.12%

Color #75A89A in popluar number systems.

HEX75A89A
Decimal117168154
Binary11101011010100010011010
Octal165250232

Shades and tints

Shades of #75A89A

#75A89A
(117,168,154)
#6B998C
(107,153,140)
#618A7E
(97,138,126)
#577B70
(87,123,112)
#4D6C62
(77,108,98)
#435D54
(67,93,84)
#394E46
(57,78,70)
#2F3F38
(47,63,56)
#25302A
(37,48,42)
#1B211C
(27,33,28)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #75A89A

#75A89A
(117,168,154)
#81AFA3
(129,175,163)
#8DB6AC
(141,182,172)
#99BDB5
(153,189,181)
#A5C4BE
(165,196,190)
#B1CBC7
(177,203,199)
#BDD2D0
(189,210,208)
#C9D9D9
(201,217,217)
#D5E0E2
(213,224,226)
#E1E7EB
(225,231,235)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A89A color. Also use rgb(117,168,154) instead hex code.

Text Font Color

.myTextColor { color: #75A89A; }

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

This text font color is #75A89A.


Background Color

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

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

This div background color is #75A89A.


Border color

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

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

This div border color is #75A89A.


Opacity

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

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

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

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

This text has shadow with #75A89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A89A on black background.


Color preview on white background

This text has color #75A89A on white background.



Black color preview on #75A89A background

This text has black color on #75A89A background.


White color preview on #75A89A background

This text has white color on #75A89A background.