COLOR #75A09D

HEX: #75A09D RGB: (117,160,157)

Color info

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

RGB color model

#75A09D color RGB value is (117,160,157).

RGB: (117,160,157) (46%, 63%, 62%)

RGB channels and saturation

R 117 of 255 = 46%
G 160 of 255 = 63%
B 157 of 255 = 62%

117
160
157

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

Portions of RGB colors in percentages

R + G + B = 117 + 160 + 157 = 434 (100%)
R 117 of 434 ~ 26.96%
G 160 of 434 ~ 36.87%
B 157 of 434 ~ 36.18'%

%26.96
%36.87
%36.18

CMYK color model

#75A09D color CMYK value is (27,0,2,37).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 37.25%

CMYK: (27,0,2,37)
C27M0Y2K37 (27%, 0%, 2%, 37%)
(0.27 / 0.00 / 0.02 / 0.37)

CMYK percentages

%26.88
%0
%1.87
%37.25

Codes

Color #75A09D in popluar color models

75 A0 9D
RGB 117 160 157
HSL 176° 18.45% 54.31%
HSB/HSV 176° 26.88% 62.75%
CMYK 26.88% 0.00% 1.87%
37.25%

Color #75A09D in popluar number systems.

HEX 75 A0 9D
Decimal 117 160 157
Binary 1110101 10100000 10011101
Octal 165 240 235

Shades and tints

Shades of #75A09D

#75A09D
(117,160,157)
#6B928F
(107,146,143)
#618481
(97,132,129)
#577673
(87,118,115)
#4D6865
(77,104,101)
#435A57
(67,90,87)
#394C49
(57,76,73)
#2F3E3B
(47,62,59)
#25302D
(37,48,45)
#1B221F
(27,34,31)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #75A09D

#75A09D
(117,160,157)
#81A8A5
(129,168,165)
#8DB0AD
(141,176,173)
#99B8B5
(153,184,181)
#A5C0BD
(165,192,189)
#B1C8C5
(177,200,197)
#BDD0CD
(189,208,205)
#C9D8D5
(201,216,213)
#D5E0DD
(213,224,221)
#E1E8E5
(225,232,229)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A09D color. Also use rgb(117,160,157) instead hex code.

Text Font Color

.myTextColor { color: #75A09D; }

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

This text font color is #75A09D.

Background Color

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

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

This div background color is #75A09D.

Border color

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

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

This div border color is #75A09D.

Opacity

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

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

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

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

This text has shadow with #75A09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A09D.

Preview

Color preview on black background

This text has color #75A09D on black background.


Color preview on white background

This text has color #75A09D on white background.


Black color preview on #75A09D background

This text has black color on #75A09D background.


White color preview on #75A09D background

This text has white color on #75A09D background.


Related colors

Complementary color

Complementary color for #hex is #8A5F62.


I love getcolorcode.com

Triadic colors

1 #9D75A0 and #A09D75 with #75A09D are triadic colors.

2 #9DA075 and #A0759D with #75A09D are triadic colors.