COLOR #75887B

HEX: #75887B RGB: (117,136,123)

Color info

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

RGB color model

#75887B color RGB value is (117,136,123).

RGB: (117,136,123) (46%, 53%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 136 of 255 = 53%
B 123 of 255 = 48%

117
136
123

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

Portions of RGB colors in percentages

R + G + B = 117 + 136 + 123 = 376 (100%)
R 117 of 376 ~ 31.12%
G 136 of 376 ~ 36.17%
B 123 of 376 ~ 32.71'%

%31.12
%36.17
%32.71

CMYK color model

#75887B color CMYK value is (14,0,10,47).

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

CMYK: (14,0,10,47)
C14M0Y10K47 (14%, 0%, 10%, 47%)
(0.14 / 0.00 / 0.10 / 0.47)

CMYK percentages

%13.97
%0
%9.56
%46.67

Codes

Color #75887B in popluar color models

75 88 7B
RGB 117 136 123
HSL 139° 7.51% 49.61%
HSB/HSV 139° 13.97% 53.33%
CMYK 13.97% 0.00% 9.56%
46.67%

Color #75887B in popluar number systems.

HEX 75 88 7B
Decimal 117 136 123
Binary 1110101 10001000 1111011
Octal 165 210 173

Shades and tints

Shades of #75887B

#75887B
(117,136,123)
#6B7C70
(107,124,112)
#617065
(97,112,101)
#57645A
(87,100,90)
#4D584F
(77,88,79)
#434C44
(67,76,68)
#394039
(57,64,57)
#2F342E
(47,52,46)
#252823
(37,40,35)
#1B1C18
(27,28,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #75887B

#75887B
(117,136,123)
#819287
(129,146,135)
#8D9C93
(141,156,147)
#99A69F
(153,166,159)
#A5B0AB
(165,176,171)
#B1BAB7
(177,186,183)
#BDC4C3
(189,196,195)
#C9CECF
(201,206,207)
#D5D8DB
(213,216,219)
#E1E2E7
(225,226,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75887B; }

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

This text font color is #75887B.

Background Color

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

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

This div background color is #75887B.

Border color

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

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

This div border color is #75887B.

Opacity

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

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

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

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

This text has shadow with #75887B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75887B.

Preview

Color preview on black background

This text has color #75887B on black background.


Color preview on white background

This text has color #75887B on white background.


Black color preview on #75887B background

This text has black color on #75887B background.


White color preview on #75887B background

This text has white color on #75887B background.


Related colors

Complementary color

Complementary color for #hex is #8A7784.


I love getcolorcode.com

Triadic colors

1 #7B7588 and #887B75 with #75887B are triadic colors.

2 #7B8875 and #88757B with #75887B are triadic colors.