COLOR #75A08E

HEX: #75A08E
RGB: (117,160,142)

Color info

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

RGB color model

#75A08E color RGB value is (117,160,142).

  • red value is 117;
  • green value is 160;
  • blue value is 142.
RGB:
(117,160,142)
(46%,63%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 160 of 255 = 63%
B 142 of 255 = 56%

117
160
142

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

Portions of RGB colors in percentages

R + G + B =
117 + 160 + 142 = 419 (100%)
R 117 of 419 ~ 27.92%
G 160 of 419 ~ 38.19%
B 142 of 419 ~ 33.89%

%27.92
%38.19
%33.89

CMYK color model

#75A08E color CMYK value is (27,0,11,37).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 11.25%
  • key color value is 37.25%
CMYK:
(27,0,11,37)
C27M0Y11K37 
(27%,0%,11%,37%)
(0.27/0.00/0.11/0.37)	

CMYK percentages

%26.88
%0
%11.25
%37.25

Codes

Color #75A08E in popluar color models

75A08E
RGB117160142
HSL155°18.45%54.31%
HSB/HSV155°26.88%62.75%
CMYK26.88%0.00%11.25%
37.25%

Color #75A08E in popluar number systems.

HEX75A08E
Decimal117160142
Binary11101011010000010001110
Octal165240216

Shades and tints

Shades of #75A08E

#75A08E
(117,160,142)
#6B9282
(107,146,130)
#618476
(97,132,118)
#57766A
(87,118,106)
#4D685E
(77,104,94)
#435A52
(67,90,82)
#394C46
(57,76,70)
#2F3E3A
(47,62,58)
#25302E
(37,48,46)
#1B2222
(27,34,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #75A08E

#75A08E
(117,160,142)
#81A898
(129,168,152)
#8DB0A2
(141,176,162)
#99B8AC
(153,184,172)
#A5C0B6
(165,192,182)
#B1C8C0
(177,200,192)
#BDD0CA
(189,208,202)
#C9D8D4
(201,216,212)
#D5E0DE
(213,224,222)
#E1E8E8
(225,232,232)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A08E; }

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

This text font color is #75A08E.


Background Color

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

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

This div background color is #75A08E.


Border color

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

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

This div border color is #75A08E.


Opacity

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

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

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

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

This text has shadow with #75A08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A08E on black background.


Color preview on white background

This text has color #75A08E on white background.



Black color preview on #75A08E background

This text has black color on #75A08E background.


White color preview on #75A08E background

This text has white color on #75A08E background.