COLOR #735F75

HEX: #735F75 RGB: (115,95,117)

Color info

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

RGB color model

#735F75 color RGB value is (115,95,117).

RGB: (115,95,117) (45%, 37%, 46%)

RGB channels and saturation

R 115 of 255 = 45%
G 95 of 255 = 37%
B 117 of 255 = 46%

115
95
117

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

Portions of RGB colors in percentages

R + G + B = 115 + 95 + 117 = 327 (100%)
R 115 of 327 ~ 35.17%
G 95 of 327 ~ 29.05%
B 117 of 327 ~ 35.78'%

%35.17
%29.05
%35.78

CMYK color model

#735F75 color CMYK value is (2,19,0,54).

  • cyan value is 1.71%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (2,19,0,54)
C2M19Y0K54 (2%, 19%, 0%, 54%)
(0.02 / 0.19 / 0.00 / 0.54)

CMYK percentages

%1.71
%18.8
%0
%54.12

Codes

Color #735F75 in popluar color models

73 5F 75
RGB 115 95 117
HSL 295° 10.38% 41.57%
HSB/HSV 295° 18.80% 45.88%
CMYK 1.71% 18.80% 0.00%
54.12%

Color #735F75 in popluar number systems.

HEX 73 5F 75
Decimal 115 95 117
Binary 1110011 1011111 1110101
Octal 163 137 165

Shades and tints

Shades of #735F75

#735F75
(115,95,117)
#69576B
(105,87,107)
#5F4F61
(95,79,97)
#554757
(85,71,87)
#4B3F4D
(75,63,77)
#413743
(65,55,67)
#372F39
(55,47,57)
#2D272F
(45,39,47)
#231F25
(35,31,37)
#19171B
(25,23,27)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #735F75

#735F75
(115,95,117)
#7F6D81
(127,109,129)
#8B7B8D
(139,123,141)
#978999
(151,137,153)
#A397A5
(163,151,165)
#AFA5B1
(175,165,177)
#BBB3BD
(187,179,189)
#C7C1C9
(199,193,201)
#D3CFD5
(211,207,213)
#DFDDE1
(223,221,225)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735F75 color. Also use rgb(115,95,117) instead hex code.

Text Font Color

.myTextColor { color: #735F75; }

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

This text font color is #735F75.

Background Color

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

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

This div background color is #735F75.

Border color

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

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

This div border color is #735F75.

Opacity

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

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

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

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

This text has shadow with #735F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #735F75.

Preview

Color preview on black background

This text has color #735F75 on black background.


Color preview on white background

This text has color #735F75 on white background.


Black color preview on #735F75 background

This text has black color on #735F75 background.


White color preview on #735F75 background

This text has white color on #735F75 background.


Related colors

Complementary color

Complementary color for #hex is #8CA08A.


I love getcolorcode.com

Triadic colors

1 #75735F and #5F7573 with #735F75 are triadic colors.

2 #755F73 and #5F7375 with #735F75 are triadic colors.