COLOR #75A0A5

HEX: #75A0A5 RGB: (117,160,165)

Color info

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

RGB color model

#75A0A5 color RGB value is (117,160,165).

RGB: (117,160,165) (46%, 63%, 65%)

RGB channels and saturation

R 117 of 255 = 46%
G 160 of 255 = 63%
B 165 of 255 = 65%

117
160
165

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

Portions of RGB colors in percentages

R + G + B = 117 + 160 + 165 = 442 (100%)
R 117 of 442 ~ 26.47%
G 160 of 442 ~ 36.2%
B 165 of 442 ~ 37.33'%

%26.47
%36.2
%37.33

CMYK color model

#75A0A5 color CMYK value is (29,3,0,35).

  • cyan value is 29.09%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (29,3,0,35)
C29M3Y0K35 (29%, 3%, 0%, 35%)
(0.29 / 0.03 / 0.00 / 0.35)

CMYK percentages

%29.09
%3.03
%0
%35.29

Codes

Color #75A0A5 in popluar color models

75 A0 A5
RGB 117 160 165
HSL 186° 21.05% 55.29%
HSB/HSV 186° 29.09% 64.71%
CMYK 29.09% 3.03% 0.00%
35.29%

Color #75A0A5 in popluar number systems.

HEX 75 A0 A5
Decimal 117 160 165
Binary 1110101 10100000 10100101
Octal 165 240 245

Shades and tints

Shades of #75A0A5

#75A0A5
(117,160,165)
#6B9296
(107,146,150)
#618487
(97,132,135)
#577678
(87,118,120)
#4D6869
(77,104,105)
#435A5A
(67,90,90)
#394C4B
(57,76,75)
#2F3E3C
(47,62,60)
#25302D
(37,48,45)
#1B221E
(27,34,30)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #75A0A5

#75A0A5
(117,160,165)
#81A8AD
(129,168,173)
#8DB0B5
(141,176,181)
#99B8BD
(153,184,189)
#A5C0C5
(165,192,197)
#B1C8CD
(177,200,205)
#BDD0D5
(189,208,213)
#C9D8DD
(201,216,221)
#D5E0E5
(213,224,229)
#E1E8ED
(225,232,237)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A0A5; }

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

This text font color is #75A0A5.

Background Color

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

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

This div background color is #75A0A5.

Border color

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

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

This div border color is #75A0A5.

Opacity

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

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

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

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

This text has shadow with #75A0A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A0A5.

Preview

Color preview on black background

This text has color #75A0A5 on black background.


Color preview on white background

This text has color #75A0A5 on white background.


Black color preview on #75A0A5 background

This text has black color on #75A0A5 background.


White color preview on #75A0A5 background

This text has white color on #75A0A5 background.


Related colors

Complementary color

Complementary color for #hex is #8A5F5A.


I love getcolorcode.com

Triadic colors

1 #A575A0 and #A0A575 with #75A0A5 are triadic colors.

2 #A5A075 and #A075A5 with #75A0A5 are triadic colors.