COLOR #73897A

HEX: #73897A RGB: (115,137,122)

Color info

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

RGB color model

#73897A color RGB value is (115,137,122).

RGB: (115,137,122) (45%, 54%, 48%)

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 122 of 255 = 48%

115
137
122

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

Portions of RGB colors in percentages

R + G + B = 115 + 137 + 122 = 374 (100%)
R 115 of 374 ~ 30.75%
G 137 of 374 ~ 36.63%
B 122 of 374 ~ 32.62'%

%30.75
%36.63
%32.62

CMYK color model

#73897A color CMYK value is (16,0,11,46).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 46.27%

CMYK: (16,0,11,46)
C16M0Y11K46 (16%, 0%, 11%, 46%)
(0.16 / 0.00 / 0.11 / 0.46)

CMYK percentages

%16.06
%0
%10.95
%46.27

Codes

Color #73897A in popluar color models

73 89 7A
RGB 115 137 122
HSL 139° 8.73% 49.41%
HSB/HSV 139° 16.06% 53.73%
CMYK 16.06% 0.00% 10.95%
46.27%

Color #73897A in popluar number systems.

HEX 73 89 7A
Decimal 115 137 122
Binary 1110011 10001001 1111010
Octal 163 211 172

Shades and tints

Shades of #73897A

#73897A
(115,137,122)
#697D6F
(105,125,111)
#5F7164
(95,113,100)
#556559
(85,101,89)
#4B594E
(75,89,78)
#414D43
(65,77,67)
#374138
(55,65,56)
#2D352D
(45,53,45)
#232922
(35,41,34)
#191D17
(25,29,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #73897A

#73897A
(115,137,122)
#7F9386
(127,147,134)
#8B9D92
(139,157,146)
#97A79E
(151,167,158)
#A3B1AA
(163,177,170)
#AFBBB6
(175,187,182)
#BBC5C2
(187,197,194)
#C7CFCE
(199,207,206)
#D3D9DA
(211,217,218)
#DFE3E6
(223,227,230)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73897A color. Also use rgb(115,137,122) instead hex code.

Text Font Color

.myTextColor { color: #73897A; }

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

This text font color is #73897A.

Background Color

.myBgColor { background-color: #73897A; }

<div style="background-color:#73897A">Inner text</div>

This div background color is #73897A.

Border color

.myBorderColor { border: 1px solid #73897A; }

<div style="border:3px solid #73897A">Div</div>

This div border color is #73897A.

Opacity

.myOpacity80 { color: #73897A; opacity: 0.8; }

<p style="color:#73897A;opacity:0.8;">80%</p>

Text with #73897A 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 #73897A;}

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

This text has shadow with #73897A color.


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

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

This text has shadow with #73897A primary color and red secondary color.


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

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

This text has shadow with #73897A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73897A.

Preview

Color preview on black background

This text has color #73897A on black background.


Color preview on white background

This text has color #73897A on white background.


Black color preview on #73897A background

This text has black color on #73897A background.


White color preview on #73897A background

This text has white color on #73897A background.


Related colors

Complementary color

Complementary color for #hex is #8C7685.


I love getcolorcode.com

Triadic colors

1 #7A7389 and #897A73 with #73897A are triadic colors.

2 #7A8973 and #89737A with #73897A are triadic colors.