COLOR #75A199

HEX: #75A199
RGB: (117,161,153)

Color info

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

RGB color model

#75A199 color RGB value is (117,161,153).

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

RGB channels and saturation

R 117 of 255 = 46%
G 161 of 255 = 63%
B 153 of 255 = 60%

117
161
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 161 + 153 = 431 (100%)
R 117 of 431 ~ 27.15%
G 161 of 431 ~ 37.35%
B 153 of 431 ~ 35.5%

%27.15
%37.35
%35.5

CMYK color model

#75A199 color CMYK value is (27,0,5,37).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK:
(27,0,5,37)
C27M0Y5K37 
(27%,0%,5%,37%)
(0.27/0.00/0.05/0.37)	

CMYK percentages

%27.33
%0
%4.97
%36.86

Codes

Color #75A199 in popluar color models

75A199
RGB117161153
HSL169°18.97%54.51%
HSB/HSV169°27.33%63.14%
CMYK27.33%0.00%4.97%
36.86%

Color #75A199 in popluar number systems.

HEX75A199
Decimal117161153
Binary11101011010000110011001
Octal165241231

Shades and tints

Shades of #75A199

#75A199
(117,161,153)
#6B938C
(107,147,140)
#61857F
(97,133,127)
#577772
(87,119,114)
#4D6965
(77,105,101)
#435B58
(67,91,88)
#394D4B
(57,77,75)
#2F3F3E
(47,63,62)
#253131
(37,49,49)
#1B2324
(27,35,36)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #75A199

#75A199
(117,161,153)
#81A9A2
(129,169,162)
#8DB1AB
(141,177,171)
#99B9B4
(153,185,180)
#A5C1BD
(165,193,189)
#B1C9C6
(177,201,198)
#BDD1CF
(189,209,207)
#C9D9D8
(201,217,216)
#D5E1E1
(213,225,225)
#E1E9EA
(225,233,234)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A199; }

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

This text font color is #75A199.


Background Color

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

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

This div background color is #75A199.


Border color

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

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

This div border color is #75A199.


Opacity

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

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

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

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

This text has shadow with #75A199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A199 on black background.


Color preview on white background

This text has color #75A199 on white background.



Black color preview on #75A199 background

This text has black color on #75A199 background.


White color preview on #75A199 background

This text has white color on #75A199 background.