COLOR #75A685

HEX: #75A685
RGB: (117,166,133)

Color info

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

RGB color model

#75A685 color RGB value is (117,166,133).

  • red value is 117;
  • green value is 166;
  • blue value is 133.
RGB:
(117,166,133)
(46%,65%,52%)

RGB channels and saturation

R 117 of 255 = 46%
G 166 of 255 = 65%
B 133 of 255 = 52%

117
166
133

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

Portions of RGB colors in percentages

R + G + B =
117 + 166 + 133 = 416 (100%)
R 117 of 416 ~ 28.13%
G 166 of 416 ~ 39.9%
B 133 of 416 ~ 31.97%

%28.13
%39.9
%31.97

CMYK color model

#75A685 color CMYK value is (30,0,20,35).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 34.90%
CMYK:
(30,0,20,35)
C30M0Y20K35 
(30%,0%,20%,35%)
(0.30/0.00/0.20/0.35)	

CMYK percentages

%29.52
%0
%19.88
%34.9

Codes

Color #75A685 in popluar color models

75A685
RGB117166133
HSL140°21.59%55.49%
HSB/HSV140°29.52%65.10%
CMYK29.52%0.00%19.88%
34.90%

Color #75A685 in popluar number systems.

HEX75A685
Decimal117166133
Binary11101011010011010000101
Octal165246205

Shades and tints

Shades of #75A685

#75A685
(117,166,133)
#6B9779
(107,151,121)
#61886D
(97,136,109)
#577961
(87,121,97)
#4D6A55
(77,106,85)
#435B49
(67,91,73)
#394C3D
(57,76,61)
#2F3D31
(47,61,49)
#252E25
(37,46,37)
#1B1F19
(27,31,25)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #75A685

#75A685
(117,166,133)
#81AE90
(129,174,144)
#8DB69B
(141,182,155)
#99BEA6
(153,190,166)
#A5C6B1
(165,198,177)
#B1CEBC
(177,206,188)
#BDD6C7
(189,214,199)
#C9DED2
(201,222,210)
#D5E6DD
(213,230,221)
#E1EEE8
(225,238,232)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A685 color. Also use rgb(117,166,133) instead hex code.

Text Font Color

.myTextColor { color: #75A685; }

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

This text font color is #75A685.


Background Color

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

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

This div background color is #75A685.


Border color

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

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

This div border color is #75A685.


Opacity

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

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

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

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

This text has shadow with #75A685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A685 on black background.


Color preview on white background

This text has color #75A685 on white background.



Black color preview on #75A685 background

This text has black color on #75A685 background.


White color preview on #75A685 background

This text has white color on #75A685 background.