COLOR #73765A

HEX: #73765A RGB: (115,118,90)

Color info

#73765A contains red, green and blue colors in about the same proportion. Web safe color of #73765A is #666666 (or #666).

RGB color model

#73765A color RGB value is (115,118,90).

RGB: (115,118,90) (45%, 46%, 35%)

RGB channels and saturation

R 115 of 255 = 45%
G 118 of 255 = 46%
B 90 of 255 = 35%

115
118
90

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

Portions of RGB colors in percentages

R + G + B = 115 + 118 + 90 = 323 (100%)
R 115 of 323 ~ 35.6%
G 118 of 323 ~ 36.53%
B 90 of 323 ~ 27.86'%

%35.6
%36.53
%27.86

CMYK color model

#73765A color CMYK value is (3,0,24,54).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 53.73%

CMYK: (3,0,24,54)
C3M0Y24K54 (3%, 0%, 24%, 54%)
(0.03 / 0.00 / 0.24 / 0.54)

CMYK percentages

%2.54
%0
%23.73
%53.73

Codes

Color #73765A in popluar color models

73 76 5A
RGB 115 118 90
HSL 66° 13.46% 40.78%
HSB/HSV 66° 23.73% 46.27%
CMYK 2.54% 0.00% 23.73%
53.73%

Color #73765A in popluar number systems.

HEX 73 76 5A
Decimal 115 118 90
Binary 1110011 1110110 1011010
Octal 163 166 132

Shades and tints

Shades of #73765A

#73765A
(115,118,90)
#696C52
(105,108,82)
#5F624A
(95,98,74)
#555842
(85,88,66)
#4B4E3A
(75,78,58)
#414432
(65,68,50)
#373A2A
(55,58,42)
#2D3022
(45,48,34)
#23261A
(35,38,26)
#191C12
(25,28,18)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #73765A

#73765A
(115,118,90)
#7F8269
(127,130,105)
#8B8E78
(139,142,120)
#979A87
(151,154,135)
#A3A696
(163,166,150)
#AFB2A5
(175,178,165)
#BBBEB4
(187,190,180)
#C7CAC3
(199,202,195)
#D3D6D2
(211,214,210)
#DFE2E1
(223,226,225)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73765A color. Also use rgb(115,118,90) instead hex code.

Text Font Color

.myTextColor { color: #73765A; }

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

This text font color is #73765A.

Background Color

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

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

This div background color is #73765A.

Border color

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

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

This div border color is #73765A.

Opacity

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

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

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

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

This text has shadow with #73765A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73765A.

Preview

Color preview on black background

This text has color #73765A on black background.


Color preview on white background

This text has color #73765A on white background.


Black color preview on #73765A background

This text has black color on #73765A background.


White color preview on #73765A background

This text has white color on #73765A background.


Related colors

Complementary color

Complementary color for #hex is #8C89A5.


I love getcolorcode.com

Triadic colors

1 #5A7376 and #765A73 with #73765A are triadic colors.

2 #5A7673 and #76735A with #73765A are triadic colors.