COLOR #75A495

HEX: #75A495 RGB: (117,164,149)

Color info

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

RGB color model

#75A495 color RGB value is (117,164,149).

RGB: (117,164,149) (46%, 64%, 58%)

RGB channels and saturation

R 117 of 255 = 46%
G 164 of 255 = 64%
B 149 of 255 = 58%

117
164
149

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

Portions of RGB colors in percentages

R + G + B = 117 + 164 + 149 = 430 (100%)
R 117 of 430 ~ 27.21%
G 164 of 430 ~ 38.14%
B 149 of 430 ~ 34.65'%

%27.21
%38.14
%34.65

CMYK color model

#75A495 color CMYK value is (29,0,9,36).

  • cyan value is 28.66%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK: (29,0,9,36) C29M0Y9K36 (29%,0%,9%,36%) (0.29/0.00/0.09/0.36) 

CMYK percentages

%28.66
%0
%9.15
%35.69

Codes

Color #75A495 in popluar color models

75 A4 95
RGB 117 164 149
HSL 161° 20.52% 55.10%
HSB/HSV 161° 28.66% 64.31%
CMYK 28.66% 0.00% 9.15%
35.69%

Color #75A495 in popluar number systems.

HEX 75 A4 95
Decimal 117 164 149
Binary 1110101 10100100 10010101
Octal 165 244 225

Shades and tints

Shades of #75A495

#75A495
(117,164,149)
#6B9688
(107,150,136)
#61887B
(97,136,123)
#577A6E
(87,122,110)
#4D6C61
(77,108,97)
#435E54
(67,94,84)
#395047
(57,80,71)
#2F423A
(47,66,58)
#25342D
(37,52,45)
#1B2620
(27,38,32)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #75A495

#75A495
(117,164,149)
#81AC9E
(129,172,158)
#8DB4A7
(141,180,167)
#99BCB0
(153,188,176)
#A5C4B9
(165,196,185)
#B1CCC2
(177,204,194)
#BDD4CB
(189,212,203)
#C9DCD4
(201,220,212)
#D5E4DD
(213,228,221)
#E1ECE6
(225,236,230)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A495; }

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

This text font color is #75A495.

Background Color

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

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

This div background color is #75A495.

Border color

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

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

This div border color is #75A495.

Opacity

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

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

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

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

This text has shadow with #75A495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A495.

Preview

Color preview on black background

This text has color #75A495 on black background.


Color preview on white background

This text has color #75A495 on white background.


Black color preview on #75A495 background

This text has black color on #75A495 background.


White color preview on #75A495 background

This text has white color on #75A495 background.


Related colors

Complementary color

Complementary color for #hex is #8A5B6A.


I love getcolorcode.com

Triadic colors

1 #9575A4 and #A49575 with #75A495 are triadic colors.

2 #95A475 and #A47595 with #75A495 are triadic colors.