COLOR #75886C

HEX: #75886C RGB: (117,136,108)

Color info

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

RGB color model

#75886C color RGB value is (117,136,108).

RGB: (117,136,108) (46%, 53%, 42%)

RGB channels and saturation

R 117 of 255 = 46%
G 136 of 255 = 53%
B 108 of 255 = 42%

117
136
108

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

Portions of RGB colors in percentages

R + G + B = 117 + 136 + 108 = 361 (100%)
R 117 of 361 ~ 32.41%
G 136 of 361 ~ 37.67%
B 108 of 361 ~ 29.92'%

%32.41
%37.67
%29.92

CMYK color model

#75886C color CMYK value is (14,0,21,47).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 46.67%

CMYK: (14,0,21,47)
C14M0Y21K47 (14%, 0%, 21%, 47%)
(0.14 / 0.00 / 0.21 / 0.47)

CMYK percentages

%13.97
%0
%20.59
%46.67

Codes

Color #75886C in popluar color models

75 88 6C
RGB 117 136 108
HSL 101° 11.48% 47.84%
HSB/HSV 101° 20.59% 53.33%
CMYK 13.97% 0.00% 20.59%
46.67%

Color #75886C in popluar number systems.

HEX 75 88 6C
Decimal 117 136 108
Binary 1110101 10001000 1101100
Octal 165 210 154

Shades and tints

Shades of #75886C

#75886C
(117,136,108)
#6B7C63
(107,124,99)
#61705A
(97,112,90)
#576451
(87,100,81)
#4D5848
(77,88,72)
#434C3F
(67,76,63)
#394036
(57,64,54)
#2F342D
(47,52,45)
#252824
(37,40,36)
#1B1C1B
(27,28,27)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #75886C

#75886C
(117,136,108)
#819279
(129,146,121)
#8D9C86
(141,156,134)
#99A693
(153,166,147)
#A5B0A0
(165,176,160)
#B1BAAD
(177,186,173)
#BDC4BA
(189,196,186)
#C9CEC7
(201,206,199)
#D5D8D4
(213,216,212)
#E1E2E1
(225,226,225)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75886C; }

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

This text font color is #75886C.

Background Color

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

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

This div background color is #75886C.

Border color

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

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

This div border color is #75886C.

Opacity

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

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

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

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

This text has shadow with #75886C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75886C.

Preview

Color preview on black background

This text has color #75886C on black background.


Color preview on white background

This text has color #75886C on white background.


Black color preview on #75886C background

This text has black color on #75886C background.


White color preview on #75886C background

This text has white color on #75886C background.


Related colors

Complementary color

Complementary color for #hex is #8A7793.


I love getcolorcode.com

Triadic colors

1 #6C7588 and #886C75 with #75886C are triadic colors.

2 #6C8875 and #88756C with #75886C are triadic colors.