COLOR #75A08D

HEX: #75A08D RGB: (117,160,141)

Color info

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

RGB color model

#75A08D color RGB value is (117,160,141).

RGB: (117,160,141) (46%, 63%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 160 of 255 = 63%
B 141 of 255 = 55%

117
160
141

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

Portions of RGB colors in percentages

R + G + B = 117 + 160 + 141 = 418 (100%)
R 117 of 418 ~ 27.99%
G 160 of 418 ~ 38.28%
B 141 of 418 ~ 33.73'%

%27.99
%38.28
%33.73

CMYK color model

#75A08D color CMYK value is (27,0,12,37).

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

CMYK: (27,0,12,37)
C27M0Y12K37 (27%, 0%, 12%, 37%)
(0.27 / 0.00 / 0.12 / 0.37)

CMYK percentages

%26.88
%0
%11.88
%37.25

Codes

Color #75A08D in popluar color models

75 A0 8D
RGB 117 160 141
HSL 153° 18.45% 54.31%
HSB/HSV 153° 26.88% 62.75%
CMYK 26.88% 0.00% 11.88%
37.25%

Color #75A08D in popluar number systems.

HEX 75 A0 8D
Decimal 117 160 141
Binary 1110101 10100000 10001101
Octal 165 240 215

Shades and tints

Shades of #75A08D

#75A08D
(117,160,141)
#6B9281
(107,146,129)
#618475
(97,132,117)
#577669
(87,118,105)
#4D685D
(77,104,93)
#435A51
(67,90,81)
#394C45
(57,76,69)
#2F3E39
(47,62,57)
#25302D
(37,48,45)
#1B2221
(27,34,33)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #75A08D

#75A08D
(117,160,141)
#81A897
(129,168,151)
#8DB0A1
(141,176,161)
#99B8AB
(153,184,171)
#A5C0B5
(165,192,181)
#B1C8BF
(177,200,191)
#BDD0C9
(189,208,201)
#C9D8D3
(201,216,211)
#D5E0DD
(213,224,221)
#E1E8E7
(225,232,231)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A08D; }

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

This text font color is #75A08D.

Background Color

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

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

This div background color is #75A08D.

Border color

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

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

This div border color is #75A08D.

Opacity

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

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

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

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

This text has shadow with #75A08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A08D.

Preview

Color preview on black background

This text has color #75A08D on black background.


Color preview on white background

This text has color #75A08D on white background.


Black color preview on #75A08D background

This text has black color on #75A08D background.


White color preview on #75A08D background

This text has white color on #75A08D background.


Related colors

Complementary color

Complementary color for #hex is #8A5F72.


I love getcolorcode.com

Triadic colors

1 #8D75A0 and #A08D75 with #75A08D are triadic colors.

2 #8DA075 and #A0758D with #75A08D are triadic colors.