COLOR #75A287

HEX: #75A287 RGB: (117,162,135)

Color info

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

RGB color model

#75A287 color RGB value is (117,162,135).

RGB: (117,162,135) (46%, 64%, 53%)

RGB channels and saturation

R 117 of 255 = 46%
G 162 of 255 = 64%
B 135 of 255 = 53%

117
162
135

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

Portions of RGB colors in percentages

R + G + B = 117 + 162 + 135 = 414 (100%)
R 117 of 414 ~ 28.26%
G 162 of 414 ~ 39.13%
B 135 of 414 ~ 32.61'%

%28.26
%39.13
%32.61

CMYK color model

#75A287 color CMYK value is (28,0,17,36).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 36.47%

CMYK: (28,0,17,36)
C28M0Y17K36 (28%, 0%, 17%, 36%)
(0.28 / 0.00 / 0.17 / 0.36)

CMYK percentages

%27.78
%0
%16.67
%36.47

Codes

Color #75A287 in popluar color models

75 A2 87
RGB 117 162 135
HSL 144° 19.48% 54.71%
HSB/HSV 144° 27.78% 63.53%
CMYK 27.78% 0.00% 16.67%
36.47%

Color #75A287 in popluar number systems.

HEX 75 A2 87
Decimal 117 162 135
Binary 1110101 10100010 10000111
Octal 165 242 207

Shades and tints

Shades of #75A287

#75A287
(117,162,135)
#6B947B
(107,148,123)
#61866F
(97,134,111)
#577863
(87,120,99)
#4D6A57
(77,106,87)
#435C4B
(67,92,75)
#394E3F
(57,78,63)
#2F4033
(47,64,51)
#253227
(37,50,39)
#1B241B
(27,36,27)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #75A287

#75A287
(117,162,135)
#81AA91
(129,170,145)
#8DB29B
(141,178,155)
#99BAA5
(153,186,165)
#A5C2AF
(165,194,175)
#B1CAB9
(177,202,185)
#BDD2C3
(189,210,195)
#C9DACD
(201,218,205)
#D5E2D7
(213,226,215)
#E1EAE1
(225,234,225)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A287; }

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

This text font color is #75A287.

Background Color

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

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

This div background color is #75A287.

Border color

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

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

This div border color is #75A287.

Opacity

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

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

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

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

This text has shadow with #75A287 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A287.

Preview

Color preview on black background

This text has color #75A287 on black background.


Color preview on white background

This text has color #75A287 on white background.


Black color preview on #75A287 background

This text has black color on #75A287 background.


White color preview on #75A287 background

This text has white color on #75A287 background.


Related colors

Complementary color

Complementary color for #hex is #8A5D78.


I love getcolorcode.com

Triadic colors

1 #8775A2 and #A28775 with #75A287 are triadic colors.

2 #87A275 and #A27587 with #75A287 are triadic colors.