COLOR #75885C

HEX: #75885C RGB: (117,136,92)

Color info

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

RGB color model

#75885C color RGB value is (117,136,92).

RGB: (117,136,92) (46%, 53%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 136 of 255 = 53%
B 92 of 255 = 36%

117
136
92

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

Portions of RGB colors in percentages

R + G + B = 117 + 136 + 92 = 345 (100%)
R 117 of 345 ~ 33.91%
G 136 of 345 ~ 39.42%
B 92 of 345 ~ 26.67'%

%33.91
%39.42
%26.67

CMYK color model

#75885C color CMYK value is (14,0,32,47).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK: (14,0,32,47) C14M0Y32K47 (14%,0%,32%,47%) (0.14/0.00/0.32/0.47) 

CMYK percentages

%13.97
%0
%32.35
%46.67

Codes

Color #75885C in popluar color models

75 88 5C
RGB 117 136 92
HSL 86° 19.30% 44.71%
HSB/HSV 86° 32.35% 53.33%
CMYK 13.97% 0.00% 32.35%
46.67%

Color #75885C in popluar number systems.

HEX 75 88 5C
Decimal 117 136 92
Binary 1110101 10001000 1011100
Octal 165 210 134

Shades and tints

Shades of #75885C

#75885C
(117,136,92)
#6B7C54
(107,124,84)
#61704C
(97,112,76)
#576444
(87,100,68)
#4D583C
(77,88,60)
#434C34
(67,76,52)
#39402C
(57,64,44)
#2F3424
(47,52,36)
#25281C
(37,40,28)
#1B1C14
(27,28,20)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #75885C

#75885C
(117,136,92)
#81926A
(129,146,106)
#8D9C78
(141,156,120)
#99A686
(153,166,134)
#A5B094
(165,176,148)
#B1BAA2
(177,186,162)
#BDC4B0
(189,196,176)
#C9CEBE
(201,206,190)
#D5D8CC
(213,216,204)
#E1E2DA
(225,226,218)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75885C; }

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

This text font color is #75885C.

Background Color

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

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

This div background color is #75885C.

Border color

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

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

This div border color is #75885C.

Opacity

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

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

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

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

This text has shadow with #75885C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75885C.

Preview

Color preview on black background

This text has color #75885C on black background.


Color preview on white background

This text has color #75885C on white background.


Black color preview on #75885C background

This text has black color on #75885C background.


White color preview on #75885C background

This text has white color on #75885C background.


Related colors

Complementary color

Complementary color for #hex is #8A77A3.


I love getcolorcode.com

Triadic colors

1 #5C7588 and #885C75 with #75885C are triadic colors.

2 #5C8875 and #88755C with #75885C are triadic colors.