COLOR #75AA87

HEX: #75AA87 RGB: (117,170,135)

Color info

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

RGB color model

#75AA87 color RGB value is (117,170,135).

RGB: (117,170,135) (46%, 67%, 53%)

RGB channels and saturation

R 117 of 255 = 46%
G 170 of 255 = 67%
B 135 of 255 = 53%

117
170
135

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

Portions of RGB colors in percentages

R + G + B = 117 + 170 + 135 = 422 (100%)
R 117 of 422 ~ 27.73%
G 170 of 422 ~ 40.28%
B 135 of 422 ~ 31.99'%

%27.73
%40.28
%31.99

CMYK color model

#75AA87 color CMYK value is (31,0,21,33).

  • cyan value is 31.18%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 33.33%

CMYK: (31,0,21,33)
C31M0Y21K33 (31%, 0%, 21%, 33%)
(0.31 / 0.00 / 0.21 / 0.33)

CMYK percentages

%31.18
%0
%20.59
%33.33

Codes

Color #75AA87 in popluar color models

75 AA 87
RGB 117 170 135
HSL 140° 23.77% 56.27%
HSB/HSV 140° 31.18% 66.67%
CMYK 31.18% 0.00% 20.59%
33.33%

Color #75AA87 in popluar number systems.

HEX 75 AA 87
Decimal 117 170 135
Binary 1110101 10101010 10000111
Octal 165 252 207

Shades and tints

Shades of #75AA87

#75AA87
(117,170,135)
#6B9B7B
(107,155,123)
#618C6F
(97,140,111)
#577D63
(87,125,99)
#4D6E57
(77,110,87)
#435F4B
(67,95,75)
#39503F
(57,80,63)
#2F4133
(47,65,51)
#253227
(37,50,39)
#1B231B
(27,35,27)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #75AA87

#75AA87
(117,170,135)
#81B191
(129,177,145)
#8DB89B
(141,184,155)
#99BFA5
(153,191,165)
#A5C6AF
(165,198,175)
#B1CDB9
(177,205,185)
#BDD4C3
(189,212,195)
#C9DBCD
(201,219,205)
#D5E2D7
(213,226,215)
#E1E9E1
(225,233,225)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AA87 color. Also use rgb(117,170,135) instead hex code.

Text Font Color

.myTextColor { color: #75AA87; }

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

This text font color is #75AA87.

Background Color

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

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

This div background color is #75AA87.

Border color

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

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

This div border color is #75AA87.

Opacity

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

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

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

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

This text has shadow with #75AA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AA87.

Preview

Color preview on black background

This text has color #75AA87 on black background.


Color preview on white background

This text has color #75AA87 on white background.


Black color preview on #75AA87 background

This text has black color on #75AA87 background.


White color preview on #75AA87 background

This text has white color on #75AA87 background.


Related colors

Complementary color

Complementary color for #hex is #8A5578.


I love getcolorcode.com

Triadic colors

1 #8775AA and #AA8775 with #75AA87 are triadic colors.

2 #87AA75 and #AA7587 with #75AA87 are triadic colors.