COLOR #75A8A5

HEX: #75A8A5
RGB: (117,168,165)

Color info

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

RGB color model

#75A8A5 color RGB value is (117,168,165).

  • red value is 117;
  • green value is 168;
  • blue value is 165.
RGB:
(117,168,165)
(46%,66%,65%)

RGB channels and saturation

R 117 of 255 = 46%
G 168 of 255 = 66%
B 165 of 255 = 65%

117
168
165

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

Portions of RGB colors in percentages

R + G + B =
117 + 168 + 165 = 450 (100%)
R 117 of 450 ~ 26%
G 168 of 450 ~ 37.33%
B 165 of 450 ~ 36.67%

%26
%37.33
%36.67

CMYK color model

#75A8A5 color CMYK value is (30,0,2,34).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 34.12%
CMYK:
(30,0,2,34)
C30M0Y2K34 
(30%,0%,2%,34%)
(0.30/0.00/0.02/0.34)	

CMYK percentages

%30.36
%0
%1.79
%34.12

Codes

Color #75A8A5 in popluar color models

75A8A5
RGB117168165
HSL176°22.67%55.88%
HSB/HSV176°30.36%65.88%
CMYK30.36%0.00%1.79%
34.12%

Color #75A8A5 in popluar number systems.

HEX75A8A5
Decimal117168165
Binary11101011010100010100101
Octal165250245

Shades and tints

Shades of #75A8A5

#75A8A5
(117,168,165)
#6B9996
(107,153,150)
#618A87
(97,138,135)
#577B78
(87,123,120)
#4D6C69
(77,108,105)
#435D5A
(67,93,90)
#394E4B
(57,78,75)
#2F3F3C
(47,63,60)
#25302D
(37,48,45)
#1B211E
(27,33,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #75A8A5

#75A8A5
(117,168,165)
#81AFAD
(129,175,173)
#8DB6B5
(141,182,181)
#99BDBD
(153,189,189)
#A5C4C5
(165,196,197)
#B1CBCD
(177,203,205)
#BDD2D5
(189,210,213)
#C9D9DD
(201,217,221)
#D5E0E5
(213,224,229)
#E1E7ED
(225,231,237)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A8A5; }

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

This text font color is #75A8A5.


Background Color

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

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

This div background color is #75A8A5.


Border color

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

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

This div border color is #75A8A5.


Opacity

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

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

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

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

This text has shadow with #75A8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A8A5 on black background.


Color preview on white background

This text has color #75A8A5 on white background.



Black color preview on #75A8A5 background

This text has black color on #75A8A5 background.


White color preview on #75A8A5 background

This text has white color on #75A8A5 background.