COLOR #75A78B

HEX: #75A78B RGB: (117,167,139)

Color info

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

RGB color model

#75A78B color RGB value is (117,167,139).

RGB: (117,167,139) (46%, 65%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 167 of 255 = 65%
B 139 of 255 = 55%

117
167
139

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

Portions of RGB colors in percentages

R + G + B = 117 + 167 + 139 = 423 (100%)
R 117 of 423 ~ 27.66%
G 167 of 423 ~ 39.48%
B 139 of 423 ~ 32.86'%

%27.66
%39.48
%32.86

CMYK color model

#75A78B color CMYK value is (30,0,17,35).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 34.51%

CMYK: (30,0,17,35)
C30M0Y17K35 (30%, 0%, 17%, 35%)
(0.30 / 0.00 / 0.17 / 0.35)

CMYK percentages

%29.94
%0
%16.77
%34.51

Codes

Color #75A78B in popluar color models

75 A7 8B
RGB 117 167 139
HSL 146° 22.12% 55.69%
HSB/HSV 146° 29.94% 65.49%
CMYK 29.94% 0.00% 16.77%
34.51%

Color #75A78B in popluar number systems.

HEX 75 A7 8B
Decimal 117 167 139
Binary 1110101 10100111 10001011
Octal 165 247 213

Shades and tints

Shades of #75A78B

#75A78B
(117,167,139)
#6B987F
(107,152,127)
#618973
(97,137,115)
#577A67
(87,122,103)
#4D6B5B
(77,107,91)
#435C4F
(67,92,79)
#394D43
(57,77,67)
#2F3E37
(47,62,55)
#252F2B
(37,47,43)
#1B201F
(27,32,31)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #75A78B

#75A78B
(117,167,139)
#81AF95
(129,175,149)
#8DB79F
(141,183,159)
#99BFA9
(153,191,169)
#A5C7B3
(165,199,179)
#B1CFBD
(177,207,189)
#BDD7C7
(189,215,199)
#C9DFD1
(201,223,209)
#D5E7DB
(213,231,219)
#E1EFE5
(225,239,229)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A78B; }

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

This text font color is #75A78B.

Background Color

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

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

This div background color is #75A78B.

Border color

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

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

This div border color is #75A78B.

Opacity

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

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

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

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

This text has shadow with #75A78B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A78B.

Preview

Color preview on black background

This text has color #75A78B on black background.


Color preview on white background

This text has color #75A78B on white background.


Black color preview on #75A78B background

This text has black color on #75A78B background.


White color preview on #75A78B background

This text has white color on #75A78B background.


Related colors

Complementary color

Complementary color for #hex is #8A5874.


I love getcolorcode.com

Triadic colors

1 #8B75A7 and #A78B75 with #75A78B are triadic colors.

2 #8BA775 and #A7758B with #75A78B are triadic colors.