COLOR #75A693

HEX: #75A693 RGB: (117,166,147)

Color info

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

RGB color model

#75A693 color RGB value is (117,166,147).

RGB: (117,166,147) (46%, 65%, 58%)

RGB channels and saturation

R 117 of 255 = 46%
G 166 of 255 = 65%
B 147 of 255 = 58%

117
166
147

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

Portions of RGB colors in percentages

R + G + B = 117 + 166 + 147 = 430 (100%)
R 117 of 430 ~ 27.21%
G 166 of 430 ~ 38.6%
B 147 of 430 ~ 34.19'%

%27.21
%38.6
%34.19

CMYK color model

#75A693 color CMYK value is (30,0,11,35).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 34.90%

CMYK: (30,0,11,35)
C30M0Y11K35 (30%, 0%, 11%, 35%)
(0.30 / 0.00 / 0.11 / 0.35)

CMYK percentages

%29.52
%0
%11.45
%34.9

Codes

Color #75A693 in popluar color models

75 A6 93
RGB 117 166 147
HSL 157° 21.59% 55.49%
HSB/HSV 157° 29.52% 65.10%
CMYK 29.52% 0.00% 11.45%
34.90%

Color #75A693 in popluar number systems.

HEX 75 A6 93
Decimal 117 166 147
Binary 1110101 10100110 10010011
Octal 165 246 223

Shades and tints

Shades of #75A693

#75A693
(117,166,147)
#6B9786
(107,151,134)
#618879
(97,136,121)
#57796C
(87,121,108)
#4D6A5F
(77,106,95)
#435B52
(67,91,82)
#394C45
(57,76,69)
#2F3D38
(47,61,56)
#252E2B
(37,46,43)
#1B1F1E
(27,31,30)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #75A693

#75A693
(117,166,147)
#81AE9C
(129,174,156)
#8DB6A5
(141,182,165)
#99BEAE
(153,190,174)
#A5C6B7
(165,198,183)
#B1CEC0
(177,206,192)
#BDD6C9
(189,214,201)
#C9DED2
(201,222,210)
#D5E6DB
(213,230,219)
#E1EEE4
(225,238,228)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A693; }

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

This text font color is #75A693.

Background Color

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

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

This div background color is #75A693.

Border color

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

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

This div border color is #75A693.

Opacity

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

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

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

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

This text has shadow with #75A693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A693.

Preview

Color preview on black background

This text has color #75A693 on black background.


Color preview on white background

This text has color #75A693 on white background.


Black color preview on #75A693 background

This text has black color on #75A693 background.


White color preview on #75A693 background

This text has white color on #75A693 background.


Related colors

Complementary color

Complementary color for #hex is #8A596C.


I love getcolorcode.com

Triadic colors

1 #9375A6 and #A69375 with #75A693 are triadic colors.

2 #93A675 and #A67593 with #75A693 are triadic colors.