COLOR #735977

HEX: #735977
RGB: (115,89,119)

Color info

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

RGB color model

#735977 color RGB value is (115,89,119).

  • red value is 115;
  • green value is 89;
  • blue value is 119.
RGB:
(115,89,119)
(45%,35%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 119 of 255 = 47%

115
89
119

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

Portions of RGB colors in percentages

R + G + B =
115 + 89 + 119 = 323 (100%)
R 115 of 323 ~ 35.6%
G 89 of 323 ~ 27.55%
B 119 of 323 ~ 36.84%

%35.6
%27.55
%36.84

CMYK color model

#735977 color CMYK value is (3,25,0,53).

  • cyan value is 3.36%
  • magenta value is 25.21%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(3,25,0,53)
C3M25Y0K53 
(3%,25%,0%,53%)
(0.03/0.25/0.00/0.53)	

CMYK percentages

%3.36
%25.21
%0
%53.33

Codes

Color #735977 in popluar color models

735977
RGB11589119
HSL292°14.42%40.78%
HSB/HSV292°25.21%46.67%
CMYK3.36%25.21%0.00%
53.33%

Color #735977 in popluar number systems.

HEX735977
Decimal11589119
Binary111001110110011110111
Octal163131167

Shades and tints

Shades of #735977

#735977
(115,89,119)
#69516D
(105,81,109)
#5F4963
(95,73,99)
#554159
(85,65,89)
#4B394F
(75,57,79)
#413145
(65,49,69)
#37293B
(55,41,59)
#2D2131
(45,33,49)
#231927
(35,25,39)
#19111D
(25,17,29)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #735977

#735977
(115,89,119)
#7F6883
(127,104,131)
#8B778F
(139,119,143)
#97869B
(151,134,155)
#A395A7
(163,149,167)
#AFA4B3
(175,164,179)
#BBB3BF
(187,179,191)
#C7C2CB
(199,194,203)
#D3D1D7
(211,209,215)
#DFE0E3
(223,224,227)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735977 color. Also use rgb(115,89,119) instead hex code.

Text Font Color

.myTextColor { color: #735977; }

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

This text font color is #735977.


Background Color

.myBgColor { background-color: #735977; }

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

This div background color is #735977.


Border color

.myBorderColor { border: 1px solid #735977; }

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

This div border color is #735977.


Opacity

.myOpacity80 { color: #735977; opacity: 0.8; }

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

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

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

This text has shadow with #735977 color.

.textShadow {text-shadow: 3px 3px 1px #735977, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #735977;
-webkit-box-shadow: 1px 1px 3px 2px #735977;
box-shadow:1px 1px 3px 2px #735977;">
Div content here</div>
This div box has shadow with color #735977.

Preview

Color preview on black background

This text has color #735977 on black background.


Color preview on white background

This text has color #735977 on white background.



Black color preview on #735977 background

This text has black color on #735977 background.


White color preview on #735977 background

This text has white color on #735977 background.