COLOR #75A599

HEX: #75A599
RGB: (117,165,153)

Color info

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

RGB color model

#75A599 color RGB value is (117,165,153).

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

RGB channels and saturation

R 117 of 255 = 46%
G 165 of 255 = 65%
B 153 of 255 = 60%

117
165
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 165 + 153 = 435 (100%)
R 117 of 435 ~ 26.9%
G 165 of 435 ~ 37.93%
B 153 of 435 ~ 35.17%

%26.9
%37.93
%35.17

CMYK color model

#75A599 color CMYK value is (29,0,7,35).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 35.29%
CMYK:
(29,0,7,35)
C29M0Y7K35 
(29%,0%,7%,35%)
(0.29/0.00/0.07/0.35)	

CMYK percentages

%29.09
%0
%7.27
%35.29

Codes

Color #75A599 in popluar color models

75A599
RGB117165153
HSL165°21.05%55.29%
HSB/HSV165°29.09%64.71%
CMYK29.09%0.00%7.27%
35.29%

Color #75A599 in popluar number systems.

HEX75A599
Decimal117165153
Binary11101011010010110011001
Octal165245231

Shades and tints

Shades of #75A599

#75A599
(117,165,153)
#6B968C
(107,150,140)
#61877F
(97,135,127)
#577872
(87,120,114)
#4D6965
(77,105,101)
#435A58
(67,90,88)
#394B4B
(57,75,75)
#2F3C3E
(47,60,62)
#252D31
(37,45,49)
#1B1E24
(27,30,36)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #75A599

#75A599
(117,165,153)
#81ADA2
(129,173,162)
#8DB5AB
(141,181,171)
#99BDB4
(153,189,180)
#A5C5BD
(165,197,189)
#B1CDC6
(177,205,198)
#BDD5CF
(189,213,207)
#C9DDD8
(201,221,216)
#D5E5E1
(213,229,225)
#E1EDEA
(225,237,234)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A599; }

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

This text font color is #75A599.


Background Color

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

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

This div background color is #75A599.


Border color

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

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

This div border color is #75A599.


Opacity

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

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

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

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

This text has shadow with #75A599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A599 on black background.


Color preview on white background

This text has color #75A599 on white background.



Black color preview on #75A599 background

This text has black color on #75A599 background.


White color preview on #75A599 background

This text has white color on #75A599 background.