COLOR #75A19C

HEX: #75A19C RGB: (117,161,156)

Color info

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

RGB color model

#75A19C color RGB value is (117,161,156).

RGB: (117,161,156) (46%, 63%, 61%)

RGB channels and saturation

R 117 of 255 = 46%
G 161 of 255 = 63%
B 156 of 255 = 61%

117
161
156

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

Portions of RGB colors in percentages

R + G + B = 117 + 161 + 156 = 434 (100%)
R 117 of 434 ~ 26.96%
G 161 of 434 ~ 37.1%
B 156 of 434 ~ 35.94'%

%26.96
%37.1
%35.94

CMYK color model

#75A19C color CMYK value is (27,0,3,37).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 36.86%

CMYK: (27,0,3,37)
C27M0Y3K37 (27%, 0%, 3%, 37%)
(0.27 / 0.00 / 0.03 / 0.37)

CMYK percentages

%27.33
%0
%3.11
%36.86

Codes

Color #75A19C in popluar color models

75 A1 9C
RGB 117 161 156
HSL 173° 18.97% 54.51%
HSB/HSV 173° 27.33% 63.14%
CMYK 27.33% 0.00% 3.11%
36.86%

Color #75A19C in popluar number systems.

HEX 75 A1 9C
Decimal 117 161 156
Binary 1110101 10100001 10011100
Octal 165 241 234

Shades and tints

Shades of #75A19C

#75A19C
(117,161,156)
#6B938E
(107,147,142)
#618580
(97,133,128)
#577772
(87,119,114)
#4D6964
(77,105,100)
#435B56
(67,91,86)
#394D48
(57,77,72)
#2F3F3A
(47,63,58)
#25312C
(37,49,44)
#1B231E
(27,35,30)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #75A19C

#75A19C
(117,161,156)
#81A9A5
(129,169,165)
#8DB1AE
(141,177,174)
#99B9B7
(153,185,183)
#A5C1C0
(165,193,192)
#B1C9C9
(177,201,201)
#BDD1D2
(189,209,210)
#C9D9DB
(201,217,219)
#D5E1E4
(213,225,228)
#E1E9ED
(225,233,237)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A19C color. Also use rgb(117,161,156) instead hex code.

Text Font Color

.myTextColor { color: #75A19C; }

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

This text font color is #75A19C.

Background Color

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

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

This div background color is #75A19C.

Border color

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

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

This div border color is #75A19C.

Opacity

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

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

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

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

This text has shadow with #75A19C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A19C.

Preview

Color preview on black background

This text has color #75A19C on black background.


Color preview on white background

This text has color #75A19C on white background.


Black color preview on #75A19C background

This text has black color on #75A19C background.


White color preview on #75A19C background

This text has white color on #75A19C background.


Related colors

Complementary color

Complementary color for #hex is #8A5E63.


I love getcolorcode.com

Triadic colors

1 #9C75A1 and #A19C75 with #75A19C are triadic colors.

2 #9CA175 and #A1759C with #75A19C are triadic colors.