COLOR #755F74

HEX: #755F74 RGB: (117,95,116)

Color info

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

RGB color model

#755F74 color RGB value is (117,95,116).

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

RGB channels and saturation

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

117
95
116

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

Portions of RGB colors in percentages

R + G + B = 117 + 95 + 116 = 328 (100%)
R 117 of 328 ~ 35.67%
G 95 of 328 ~ 28.96%
B 116 of 328 ~ 35.37'%

%35.67
%28.96
%35.37

CMYK color model

#755F74 color CMYK value is (0,19,1,54).

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

CMYK: (0,19,1,54)
C0M19Y1K54 (0%, 19%, 1%, 54%)
(0.00 / 0.19 / 0.01 / 0.54)

CMYK percentages

%0
%18.8
%0.85
%54.12

Codes

Color #755F74 in popluar color models

75 5F 74
RGB 117 95 116
HSL 303° 10.38% 41.57%
HSB/HSV 303° 18.80% 45.88%
CMYK 0.00% 18.80% 0.85%
54.12%

Color #755F74 in popluar number systems.

HEX 75 5F 74
Decimal 117 95 116
Binary 1110101 1011111 1110100
Octal 165 137 164

Shades and tints

Shades of #755F74

#755F74
(117,95,116)
#6B576A
(107,87,106)
#614F60
(97,79,96)
#574756
(87,71,86)
#4D3F4C
(77,63,76)
#433742
(67,55,66)
#392F38
(57,47,56)
#2F272E
(47,39,46)
#251F24
(37,31,36)
#1B171A
(27,23,26)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #755F74

#755F74
(117,95,116)
#816D80
(129,109,128)
#8D7B8C
(141,123,140)
#998998
(153,137,152)
#A597A4
(165,151,164)
#B1A5B0
(177,165,176)
#BDB3BC
(189,179,188)
#C9C1C8
(201,193,200)
#D5CFD4
(213,207,212)
#E1DDE0
(225,221,224)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755F74 color. Also use rgb(117,95,116) instead hex code.

Text Font Color

.myTextColor { color: #755F74; }

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

This text font color is #755F74.

Background Color

.myBgColor { background-color: #755F74; }

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

This div background color is #755F74.

Border color

.myBorderColor { border: 1px solid #755F74; }

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

This div border color is #755F74.

Opacity

.myOpacity80 { color: #755F74; opacity: 0.8; }

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

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

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

This text has shadow with #755F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755F74.

Preview

Color preview on black background

This text has color #755F74 on black background.


Color preview on white background

This text has color #755F74 on white background.


Black color preview on #755F74 background

This text has black color on #755F74 background.


White color preview on #755F74 background

This text has white color on #755F74 background.


Related colors

Complementary color

Complementary color for #hex is #8AA08B.


I love getcolorcode.com

Triadic colors

1 #74755F and #5F7475 with #755F74 are triadic colors.

2 #745F75 and #5F7574 with #755F74 are triadic colors.