COLOR #75AFA7

HEX: #75AFA7 RGB: (117,175,167)

Color info

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

RGB color model

#75AFA7 color RGB value is (117,175,167).

RGB: (117,175,167) (46%, 69%, 65%)

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 167 of 255 = 65%

117
175
167

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

Portions of RGB colors in percentages

R + G + B = 117 + 175 + 167 = 459 (100%)
R 117 of 459 ~ 25.49%
G 175 of 459 ~ 38.13%
B 167 of 459 ~ 36.38'%

%25.49
%38.13
%36.38

CMYK color model

#75AFA7 color CMYK value is (33,0,5,31).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 31.37%

CMYK: (33,0,5,31)
C33M0Y5K31 (33%, 0%, 5%, 31%)
(0.33 / 0.00 / 0.05 / 0.31)

CMYK percentages

%33.14
%0
%4.57
%31.37

Codes

Color #75AFA7 in popluar color models

75 AF A7
RGB 117 175 167
HSL 172° 26.61% 57.25%
HSB/HSV 172° 33.14% 68.63%
CMYK 33.14% 0.00% 4.57%
31.37%

Color #75AFA7 in popluar number systems.

HEX 75 AF A7
Decimal 117 175 167
Binary 1110101 10101111 10100111
Octal 165 257 247

Shades and tints

Shades of #75AFA7

#75AFA7
(117,175,167)
#6BA098
(107,160,152)
#619189
(97,145,137)
#57827A
(87,130,122)
#4D736B
(77,115,107)
#43645C
(67,100,92)
#39554D
(57,85,77)
#2F463E
(47,70,62)
#25372F
(37,55,47)
#1B2820
(27,40,32)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #75AFA7

#75AFA7
(117,175,167)
#81B6AF
(129,182,175)
#8DBDB7
(141,189,183)
#99C4BF
(153,196,191)
#A5CBC7
(165,203,199)
#B1D2CF
(177,210,207)
#BDD9D7
(189,217,215)
#C9E0DF
(201,224,223)
#D5E7E7
(213,231,231)
#E1EEEF
(225,238,239)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AFA7 color. Also use rgb(117,175,167) instead hex code.

Text Font Color

.myTextColor { color: #75AFA7; }

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

This text font color is #75AFA7.

Background Color

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

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

This div background color is #75AFA7.

Border color

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

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

This div border color is #75AFA7.

Opacity

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

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

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

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

This text has shadow with #75AFA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AFA7.

Preview

Color preview on black background

This text has color #75AFA7 on black background.


Color preview on white background

This text has color #75AFA7 on white background.


Black color preview on #75AFA7 background

This text has black color on #75AFA7 background.


White color preview on #75AFA7 background

This text has white color on #75AFA7 background.


Related colors

Complementary color

Complementary color for #hex is #8A5058.


I love getcolorcode.com

Triadic colors

1 #A775AF and #AFA775 with #75AFA7 are triadic colors.

2 #A7AF75 and #AF75A7 with #75AFA7 are triadic colors.