COLOR #75A29D

HEX: #75A29D RGB: (117,162,157)

Color info

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

RGB color model

#75A29D color RGB value is (117,162,157).

RGB: (117,162,157) (46%, 64%, 62%)

RGB channels and saturation

R 117 of 255 = 46%
G 162 of 255 = 64%
B 157 of 255 = 62%

117
162
157

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

Portions of RGB colors in percentages

R + G + B = 117 + 162 + 157 = 436 (100%)
R 117 of 436 ~ 26.83%
G 162 of 436 ~ 37.16%
B 157 of 436 ~ 36.01'%

%26.83
%37.16
%36.01

CMYK color model

#75A29D color CMYK value is (28,0,3,36).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 36.47%
CMYK: (28,0,3,36) C28M0Y3K36 (28%,0%,3%,36%) (0.28/0.00/0.03/0.36) 

CMYK percentages

%27.78
%0
%3.09
%36.47

Codes

Color #75A29D in popluar color models

75 A2 9D
RGB 117 162 157
HSL 173° 19.48% 54.71%
HSB/HSV 173° 27.78% 63.53%
CMYK 27.78% 0.00% 3.09%
36.47%

Color #75A29D in popluar number systems.

HEX 75 A2 9D
Decimal 117 162 157
Binary 1110101 10100010 10011101
Octal 165 242 235

Shades and tints

Shades of #75A29D

#75A29D
(117,162,157)
#6B948F
(107,148,143)
#618681
(97,134,129)
#577873
(87,120,115)
#4D6A65
(77,106,101)
#435C57
(67,92,87)
#394E49
(57,78,73)
#2F403B
(47,64,59)
#25322D
(37,50,45)
#1B241F
(27,36,31)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #75A29D

#75A29D
(117,162,157)
#81AAA5
(129,170,165)
#8DB2AD
(141,178,173)
#99BAB5
(153,186,181)
#A5C2BD
(165,194,189)
#B1CAC5
(177,202,197)
#BDD2CD
(189,210,205)
#C9DAD5
(201,218,213)
#D5E2DD
(213,226,221)
#E1EAE5
(225,234,229)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A29D; }

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

This text font color is #75A29D.

Background Color

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

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

This div background color is #75A29D.

Border color

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

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

This div border color is #75A29D.

Opacity

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

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

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

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

This text has shadow with #75A29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A29D.

Preview

Color preview on black background

This text has color #75A29D on black background.


Color preview on white background

This text has color #75A29D on white background.


Black color preview on #75A29D background

This text has black color on #75A29D background.


White color preview on #75A29D background

This text has white color on #75A29D background.


Related colors

Complementary color

Complementary color for #hex is #8A5D62.


I love getcolorcode.com

Triadic colors

1 #9D75A2 and #A29D75 with #75A29D are triadic colors.

2 #9DA275 and #A2759D with #75A29D are triadic colors.