COLOR #735A74

HEX: #735A74 RGB: (115,90,116)

Color info

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

RGB color model

#735A74 color RGB value is (115,90,116).

RGB: (115,90,116) (45%, 35%, 45%)

RGB channels and saturation

R 115 of 255 = 45%
G 90 of 255 = 35%
B 116 of 255 = 45%

115
90
116

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

Portions of RGB colors in percentages

R + G + B = 115 + 90 + 116 = 321 (100%)
R 115 of 321 ~ 35.83%
G 90 of 321 ~ 28.04%
B 116 of 321 ~ 36.14'%

%35.83
%28.04
%36.14

CMYK color model

#735A74 color CMYK value is (1,22,0,55).

  • cyan value is 0.86%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (1,22,0,55)
C1M22Y0K55 (1%, 22%, 0%, 55%)
(0.01 / 0.22 / 0.00 / 0.55)

CMYK percentages

%0.86
%22.41
%0
%54.51

Codes

Color #735A74 in popluar color models

73 5A 74
RGB 115 90 116
HSL 298° 12.62% 40.39%
HSB/HSV 298° 22.41% 45.49%
CMYK 0.86% 22.41% 0.00%
54.51%

Color #735A74 in popluar number systems.

HEX 73 5A 74
Decimal 115 90 116
Binary 1110011 1011010 1110100
Octal 163 132 164

Shades and tints

Shades of #735A74

#735A74
(115,90,116)
#69526A
(105,82,106)
#5F4A60
(95,74,96)
#554256
(85,66,86)
#4B3A4C
(75,58,76)
#413242
(65,50,66)
#372A38
(55,42,56)
#2D222E
(45,34,46)
#231A24
(35,26,36)
#19121A
(25,18,26)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #735A74

#735A74
(115,90,116)
#7F6980
(127,105,128)
#8B788C
(139,120,140)
#978798
(151,135,152)
#A396A4
(163,150,164)
#AFA5B0
(175,165,176)
#BBB4BC
(187,180,188)
#C7C3C8
(199,195,200)
#D3D2D4
(211,210,212)
#DFE1E0
(223,225,224)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735A74 color. Also use rgb(115,90,116) instead hex code.

Text Font Color

.myTextColor { color: #735A74; }

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

This text font color is #735A74.

Background Color

.myBgColor { background-color: #735A74; }

<div style="background-color:#735A74">Inner text</div>

This div background color is #735A74.

Border color

.myBorderColor { border: 1px solid #735A74; }

<div style="border:3px solid #735A74">Div</div>

This div border color is #735A74.

Opacity

.myOpacity80 { color: #735A74; opacity: 0.8; }

<p style="color:#735A74;opacity:0.8;">80%</p>

Text with #735A74 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 #735A74;}

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

This text has shadow with #735A74 color.


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

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

This text has shadow with #735A74 primary color and red secondary color.


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

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

This text has shadow with #735A74 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #735A74.

Preview

Color preview on black background

This text has color #735A74 on black background.


Color preview on white background

This text has color #735A74 on white background.


Black color preview on #735A74 background

This text has black color on #735A74 background.


White color preview on #735A74 background

This text has white color on #735A74 background.


Related colors

Complementary color

Complementary color for #hex is #8CA58B.


I love getcolorcode.com

Triadic colors

1 #74735A and #5A7473 with #735A74 are triadic colors.

2 #745A73 and #5A7374 with #735A74 are triadic colors.