COLOR #75897B

HEX: #75897B RGB: (117,137,123)

Color info

#75897B contains red, green and blue colors in about the same proportion. Web safe color of #75897B is #669966 (or #696).

RGB color model

#75897B color RGB value is (117,137,123).

RGB: (117,137,123) (46%, 54%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 123 of 255 = 48%

117
137
123

R + G + B ~ 49%. #75897B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 137 + 123 = 377 (100%)
R 117 of 377 ~ 31.03%
G 137 of 377 ~ 36.34%
B 123 of 377 ~ 32.63'%

%31.03
%36.34
%32.63

CMYK color model

#75897B color CMYK value is (15,0,10,46).

  • cyan value is 14.60%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 46.27%

CMYK: (15,0,10,46)
C15M0Y10K46 (15%, 0%, 10%, 46%)
(0.15 / 0.00 / 0.10 / 0.46)

CMYK percentages

%14.6
%0
%10.22
%46.27

Codes

Color #75897B in popluar color models

75 89 7B
RGB 117 137 123
HSL 138° 7.87% 49.80%
HSB/HSV 138° 14.60% 53.73%
CMYK 14.60% 0.00% 10.22%
46.27%

Color #75897B in popluar number systems.

HEX 75 89 7B
Decimal 117 137 123
Binary 1110101 10001001 1111011
Octal 165 211 173

Shades and tints

Shades of #75897B

#75897B
(117,137,123)
#6B7D70
(107,125,112)
#617165
(97,113,101)
#57655A
(87,101,90)
#4D594F
(77,89,79)
#434D44
(67,77,68)
#394139
(57,65,57)
#2F352E
(47,53,46)
#252923
(37,41,35)
#1B1D18
(27,29,24)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #75897B

#75897B
(117,137,123)
#819387
(129,147,135)
#8D9D93
(141,157,147)
#99A79F
(153,167,159)
#A5B1AB
(165,177,171)
#B1BBB7
(177,187,183)
#BDC5C3
(189,197,195)
#C9CFCF
(201,207,207)
#D5D9DB
(213,217,219)
#E1E3E7
(225,227,231)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75897B color. Also use rgb(117,137,123) instead hex code.

Text Font Color

.myTextColor { color: #75897B; }

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

This text font color is #75897B.

Background Color

.myBgColor { background-color: #75897B; }

<div style="background-color:#75897B">Inner text</div>

This div background color is #75897B.

Border color

.myBorderColor { border: 1px solid #75897B; }

<div style="border:3px solid #75897B">Div</div>

This div border color is #75897B.

Opacity

.myOpacity80 { color: #75897B; opacity: 0.8; }

<p style="color:#75897B;opacity:0.8;">80%</p>

Text with #75897B 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 #75897B;}

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

This text has shadow with #75897B color.


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

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

This text has shadow with #75897B primary color and red secondary color.


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

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

This text has shadow with #75897B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75897B.

Preview

Color preview on black background

This text has color #75897B on black background.


Color preview on white background

This text has color #75897B on white background.


Black color preview on #75897B background

This text has black color on #75897B background.


White color preview on #75897B background

This text has white color on #75897B background.


Related colors

Complementary color

Complementary color for #hex is #8A7684.


I love getcolorcode.com

Triadic colors

1 #7B7589 and #897B75 with #75897B are triadic colors.

2 #7B8975 and #89757B with #75897B are triadic colors.