COLOR #75895C

HEX: #75895C RGB: (117,137,92)

Color info

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

RGB color model

#75895C color RGB value is (117,137,92).

RGB: (117,137,92) (46%, 54%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 92 of 255 = 36%

117
137
92

R + G + B ~ 45%. #75895C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 137 + 92 = 346 (100%)
R 117 of 346 ~ 33.82%
G 137 of 346 ~ 39.6%
B 92 of 346 ~ 26.59'%

%33.82
%39.6
%26.59

CMYK color model

#75895C color CMYK value is (15,0,33,46).

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

CMYK: (15,0,33,46)
C15M0Y33K46 (15%, 0%, 33%, 46%)
(0.15 / 0.00 / 0.33 / 0.46)

CMYK percentages

%14.6
%0
%32.85
%46.27

Codes

Color #75895C in popluar color models

75 89 5C
RGB 117 137 92
HSL 87° 19.65% 44.90%
HSB/HSV 87° 32.85% 53.73%
CMYK 14.60% 0.00% 32.85%
46.27%

Color #75895C in popluar number systems.

HEX 75 89 5C
Decimal 117 137 92
Binary 1110101 10001001 1011100
Octal 165 211 134

Shades and tints

Shades of #75895C

#75895C
(117,137,92)
#6B7D54
(107,125,84)
#61714C
(97,113,76)
#576544
(87,101,68)
#4D593C
(77,89,60)
#434D34
(67,77,52)
#39412C
(57,65,44)
#2F3524
(47,53,36)
#25291C
(37,41,28)
#1B1D14
(27,29,20)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #75895C

#75895C
(117,137,92)
#81936A
(129,147,106)
#8D9D78
(141,157,120)
#99A786
(153,167,134)
#A5B194
(165,177,148)
#B1BBA2
(177,187,162)
#BDC5B0
(189,197,176)
#C9CFBE
(201,207,190)
#D5D9CC
(213,217,204)
#E1E3DA
(225,227,218)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75895C color. Also use rgb(117,137,92) instead hex code.

Text Font Color

.myTextColor { color: #75895C; }

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

This text font color is #75895C.

Background Color

.myBgColor { background-color: #75895C; }

<div style="background-color:#75895C">Inner text</div>

This div background color is #75895C.

Border color

.myBorderColor { border: 1px solid #75895C; }

<div style="border:3px solid #75895C">Div</div>

This div border color is #75895C.

Opacity

.myOpacity80 { color: #75895C; opacity: 0.8; }

<p style="color:#75895C;opacity:0.8;">80%</p>

Text with #75895C 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 #75895C;}

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

This text has shadow with #75895C color.


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

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

This text has shadow with #75895C primary color and red secondary color.


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

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

This text has shadow with #75895C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75895C.

Preview

Color preview on black background

This text has color #75895C on black background.


Color preview on white background

This text has color #75895C on white background.


Black color preview on #75895C background

This text has black color on #75895C background.


White color preview on #75895C background

This text has white color on #75895C background.


Related colors

Complementary color

Complementary color for #hex is #8A76A3.


I love getcolorcode.com

Triadic colors

1 #5C7589 and #895C75 with #75895C are triadic colors.

2 #5C8975 and #89755C with #75895C are triadic colors.