COLOR #73817A

HEX: #73817A RGB: (115,129,122)

Color info

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

RGB color model

#73817A color RGB value is (115,129,122).

RGB: (115,129,122) (45%, 51%, 48%)

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 122 of 255 = 48%

115
129
122

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

Portions of RGB colors in percentages

R + G + B = 115 + 129 + 122 = 366 (100%)
R 115 of 366 ~ 31.42%
G 129 of 366 ~ 35.25%
B 122 of 366 ~ 33.33'%

%31.42
%35.25
%33.33

CMYK color model

#73817A color CMYK value is (11,0,5,49).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 49.41%

CMYK: (11,0,5,49)
C11M0Y5K49 (11%, 0%, 5%, 49%)
(0.11 / 0.00 / 0.05 / 0.49)

CMYK percentages

%10.85
%0
%5.43
%49.41

Codes

Color #73817A in popluar color models

73 81 7A
RGB 115 129 122
HSL 150° 5.74% 47.84%
HSB/HSV 150° 10.85% 50.59%
CMYK 10.85% 0.00% 5.43%
49.41%

Color #73817A in popluar number systems.

HEX 73 81 7A
Decimal 115 129 122
Binary 1110011 10000001 1111010
Octal 163 201 172

Shades and tints

Shades of #73817A

#73817A
(115,129,122)
#69766F
(105,118,111)
#5F6B64
(95,107,100)
#556059
(85,96,89)
#4B554E
(75,85,78)
#414A43
(65,74,67)
#373F38
(55,63,56)
#2D342D
(45,52,45)
#232922
(35,41,34)
#191E17
(25,30,23)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #73817A

#73817A
(115,129,122)
#7F8C86
(127,140,134)
#8B9792
(139,151,146)
#97A29E
(151,162,158)
#A3ADAA
(163,173,170)
#AFB8B6
(175,184,182)
#BBC3C2
(187,195,194)
#C7CECE
(199,206,206)
#D3D9DA
(211,217,218)
#DFE4E6
(223,228,230)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73817A; }

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

This text font color is #73817A.

Background Color

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

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

This div background color is #73817A.

Border color

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

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

This div border color is #73817A.

Opacity

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

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

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

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

This text has shadow with #73817A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73817A.

Preview

Color preview on black background

This text has color #73817A on black background.


Color preview on white background

This text has color #73817A on white background.


Black color preview on #73817A background

This text has black color on #73817A background.


White color preview on #73817A background

This text has white color on #73817A background.


Related colors

Complementary color

Complementary color for #hex is #8C7E85.


I love getcolorcode.com

Triadic colors

1 #7A7381 and #817A73 with #73817A are triadic colors.

2 #7A8173 and #81737A with #73817A are triadic colors.