COLOR #75A0AA

HEX: #75A0AA RGB: (117,160,170)

Color info

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

RGB color model

#75A0AA color RGB value is (117,160,170).

RGB: (117,160,170) (46%, 63%, 67%)

RGB channels and saturation

R 117 of 255 = 46%
G 160 of 255 = 63%
B 170 of 255 = 67%

117
160
170

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

Portions of RGB colors in percentages

R + G + B = 117 + 160 + 170 = 447 (100%)
R 117 of 447 ~ 26.17%
G 160 of 447 ~ 35.79%
B 170 of 447 ~ 38.03'%

%26.17
%35.79
%38.03

CMYK color model

#75A0AA color CMYK value is (31,6,0,33).

  • cyan value is 31.18%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (31,6,0,33)
C31M6Y0K33 (31%, 6%, 0%, 33%)
(0.31 / 0.06 / 0.00 / 0.33)

CMYK percentages

%31.18
%5.88
%0
%33.33

Codes

Color #75A0AA in popluar color models

75 A0 AA
RGB 117 160 170
HSL 191° 23.77% 56.27%
HSB/HSV 191° 31.18% 66.67%
CMYK 31.18% 5.88% 0.00%
33.33%

Color #75A0AA in popluar number systems.

HEX 75 A0 AA
Decimal 117 160 170
Binary 1110101 10100000 10101010
Octal 165 240 252

Shades and tints

Shades of #75A0AA

#75A0AA
(117,160,170)
#6B929B
(107,146,155)
#61848C
(97,132,140)
#57767D
(87,118,125)
#4D686E
(77,104,110)
#435A5F
(67,90,95)
#394C50
(57,76,80)
#2F3E41
(47,62,65)
#253032
(37,48,50)
#1B2223
(27,34,35)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #75A0AA

#75A0AA
(117,160,170)
#81A8B1
(129,168,177)
#8DB0B8
(141,176,184)
#99B8BF
(153,184,191)
#A5C0C6
(165,192,198)
#B1C8CD
(177,200,205)
#BDD0D4
(189,208,212)
#C9D8DB
(201,216,219)
#D5E0E2
(213,224,226)
#E1E8E9
(225,232,233)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A0AA; }

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

This text font color is #75A0AA.

Background Color

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

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

This div background color is #75A0AA.

Border color

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

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

This div border color is #75A0AA.

Opacity

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

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

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

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

This text has shadow with #75A0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A0AA.

Preview

Color preview on black background

This text has color #75A0AA on black background.


Color preview on white background

This text has color #75A0AA on white background.


Black color preview on #75A0AA background

This text has black color on #75A0AA background.


White color preview on #75A0AA background

This text has white color on #75A0AA background.


Related colors

Complementary color

Complementary color for #hex is #8A5F55.


I love getcolorcode.com

Triadic colors

1 #AA75A0 and #A0AA75 with #75A0AA are triadic colors.

2 #AAA075 and #A075AA with #75A0AA are triadic colors.