COLOR #73887E

HEX: #73887E RGB: (115,136,126)

Color info

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

RGB color model

#73887E color RGB value is (115,136,126).

RGB: (115,136,126) (45%, 53%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 126 of 255 = 49%

115
136
126

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

Portions of RGB colors in percentages

R + G + B = 115 + 136 + 126 = 377 (100%)
R 115 of 377 ~ 30.5%
G 136 of 377 ~ 36.07%
B 126 of 377 ~ 33.42'%

%30.5
%36.07
%33.42

CMYK color model

#73887E color CMYK value is (15,0,7,47).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 46.67%

CMYK: (15,0,7,47)
C15M0Y7K47 (15%, 0%, 7%, 47%)
(0.15 / 0.00 / 0.07 / 0.47)

CMYK percentages

%15.44
%0
%7.35
%46.67

Codes

Color #73887E in popluar color models

73 88 7E
RGB 115 136 126
HSL 151° 8.37% 49.22%
HSB/HSV 151° 15.44% 53.33%
CMYK 15.44% 0.00% 7.35%
46.67%

Color #73887E in popluar number systems.

HEX 73 88 7E
Decimal 115 136 126
Binary 1110011 10001000 1111110
Octal 163 210 176

Shades and tints

Shades of #73887E

#73887E
(115,136,126)
#697C73
(105,124,115)
#5F7068
(95,112,104)
#55645D
(85,100,93)
#4B5852
(75,88,82)
#414C47
(65,76,71)
#37403C
(55,64,60)
#2D3431
(45,52,49)
#232826
(35,40,38)
#191C1B
(25,28,27)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #73887E

#73887E
(115,136,126)
#7F9289
(127,146,137)
#8B9C94
(139,156,148)
#97A69F
(151,166,159)
#A3B0AA
(163,176,170)
#AFBAB5
(175,186,181)
#BBC4C0
(187,196,192)
#C7CECB
(199,206,203)
#D3D8D6
(211,216,214)
#DFE2E1
(223,226,225)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73887E color. Also use rgb(115,136,126) instead hex code.

Text Font Color

.myTextColor { color: #73887E; }

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

This text font color is #73887E.

Background Color

.myBgColor { background-color: #73887E; }

<div style="background-color:#73887E">Inner text</div>

This div background color is #73887E.

Border color

.myBorderColor { border: 1px solid #73887E; }

<div style="border:3px solid #73887E">Div</div>

This div border color is #73887E.

Opacity

.myOpacity80 { color: #73887E; opacity: 0.8; }

<p style="color:#73887E;opacity:0.8;">80%</p>

Text with #73887E 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 #73887E;}

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

This text has shadow with #73887E color.


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

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

This text has shadow with #73887E primary color and red secondary color.


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

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

This text has shadow with #73887E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73887E.

Preview

Color preview on black background

This text has color #73887E on black background.


Color preview on white background

This text has color #73887E on white background.


Black color preview on #73887E background

This text has black color on #73887E background.


White color preview on #73887E background

This text has white color on #73887E background.


Related colors

Complementary color

Complementary color for #hex is #8C7781.


I love getcolorcode.com

Triadic colors

1 #7E7388 and #887E73 with #73887E are triadic colors.

2 #7E8873 and #88737E with #73887E are triadic colors.