COLOR #75A888

HEX: #75A888 RGB: (117,168,136)

Color info

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

RGB color model

#75A888 color RGB value is (117,168,136).

RGB: (117,168,136) (46%, 66%, 53%)

RGB channels and saturation

R 117 of 255 = 46%
G 168 of 255 = 66%
B 136 of 255 = 53%

117
168
136

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

Portions of RGB colors in percentages

R + G + B = 117 + 168 + 136 = 421 (100%)
R 117 of 421 ~ 27.79%
G 168 of 421 ~ 39.9%
B 136 of 421 ~ 32.3'%

%27.79
%39.9
%32.3

CMYK color model

#75A888 color CMYK value is (30,0,19,34).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 34.12%

CMYK: (30,0,19,34)
C30M0Y19K34 (30%, 0%, 19%, 34%)
(0.30 / 0.00 / 0.19 / 0.34)

CMYK percentages

%30.36
%0
%19.05
%34.12

Codes

Color #75A888 in popluar color models

75 A8 88
RGB 117 168 136
HSL 142° 22.67% 55.88%
HSB/HSV 142° 30.36% 65.88%
CMYK 30.36% 0.00% 19.05%
34.12%

Color #75A888 in popluar number systems.

HEX 75 A8 88
Decimal 117 168 136
Binary 1110101 10101000 10001000
Octal 165 250 210

Shades and tints

Shades of #75A888

#75A888
(117,168,136)
#6B997C
(107,153,124)
#618A70
(97,138,112)
#577B64
(87,123,100)
#4D6C58
(77,108,88)
#435D4C
(67,93,76)
#394E40
(57,78,64)
#2F3F34
(47,63,52)
#253028
(37,48,40)
#1B211C
(27,33,28)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #75A888

#75A888
(117,168,136)
#81AF92
(129,175,146)
#8DB69C
(141,182,156)
#99BDA6
(153,189,166)
#A5C4B0
(165,196,176)
#B1CBBA
(177,203,186)
#BDD2C4
(189,210,196)
#C9D9CE
(201,217,206)
#D5E0D8
(213,224,216)
#E1E7E2
(225,231,226)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A888; }

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

This text font color is #75A888.

Background Color

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

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

This div background color is #75A888.

Border color

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

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

This div border color is #75A888.

Opacity

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

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

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

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

This text has shadow with #75A888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A888.

Preview

Color preview on black background

This text has color #75A888 on black background.


Color preview on white background

This text has color #75A888 on white background.


Black color preview on #75A888 background

This text has black color on #75A888 background.


White color preview on #75A888 background

This text has white color on #75A888 background.


Related colors

Complementary color

Complementary color for #hex is #8A5777.


I love getcolorcode.com

Triadic colors

1 #8875A8 and #A88875 with #75A888 are triadic colors.

2 #88A875 and #A87588 with #75A888 are triadic colors.