COLOR #75A095

HEX: #75A095 RGB: (117,160,149)

Color info

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

RGB color model

#75A095 color RGB value is (117,160,149).

RGB: (117,160,149) (46%, 63%, 58%)

RGB channels and saturation

R 117 of 255 = 46%
G 160 of 255 = 63%
B 149 of 255 = 58%

117
160
149

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

Portions of RGB colors in percentages

R + G + B = 117 + 160 + 149 = 426 (100%)
R 117 of 426 ~ 27.46%
G 160 of 426 ~ 37.56%
B 149 of 426 ~ 34.98'%

%27.46
%37.56
%34.98

CMYK color model

#75A095 color CMYK value is (27,0,7,37).

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

CMYK: (27,0,7,37)
C27M0Y7K37 (27%, 0%, 7%, 37%)
(0.27 / 0.00 / 0.07 / 0.37)

CMYK percentages

%26.88
%0
%6.87
%37.25

Codes

Color #75A095 in popluar color models

75 A0 95
RGB 117 160 149
HSL 165° 18.45% 54.31%
HSB/HSV 165° 26.88% 62.75%
CMYK 26.88% 0.00% 6.87%
37.25%

Color #75A095 in popluar number systems.

HEX 75 A0 95
Decimal 117 160 149
Binary 1110101 10100000 10010101
Octal 165 240 225

Shades and tints

Shades of #75A095

#75A095
(117,160,149)
#6B9288
(107,146,136)
#61847B
(97,132,123)
#57766E
(87,118,110)
#4D6861
(77,104,97)
#435A54
(67,90,84)
#394C47
(57,76,71)
#2F3E3A
(47,62,58)
#25302D
(37,48,45)
#1B2220
(27,34,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #75A095

#75A095
(117,160,149)
#81A89E
(129,168,158)
#8DB0A7
(141,176,167)
#99B8B0
(153,184,176)
#A5C0B9
(165,192,185)
#B1C8C2
(177,200,194)
#BDD0CB
(189,208,203)
#C9D8D4
(201,216,212)
#D5E0DD
(213,224,221)
#E1E8E6
(225,232,230)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A095; }

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

This text font color is #75A095.

Background Color

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

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

This div background color is #75A095.

Border color

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

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

This div border color is #75A095.

Opacity

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

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

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

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

This text has shadow with #75A095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A095.

Preview

Color preview on black background

This text has color #75A095 on black background.


Color preview on white background

This text has color #75A095 on white background.


Black color preview on #75A095 background

This text has black color on #75A095 background.


White color preview on #75A095 background

This text has white color on #75A095 background.


Related colors

Complementary color

Complementary color for #hex is #8A5F6A.


I love getcolorcode.com

Triadic colors

1 #9575A0 and #A09575 with #75A095 are triadic colors.

2 #95A075 and #A07595 with #75A095 are triadic colors.