COLOR #755F6F

HEX: #755F6F RGB: (117,95,111)

Color info

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

RGB color model

#755F6F color RGB value is (117,95,111).

RGB: (117,95,111) (46%, 37%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 111 of 255 = 44%

117
95
111

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

Portions of RGB colors in percentages

R + G + B = 117 + 95 + 111 = 323 (100%)
R 117 of 323 ~ 36.22%
G 95 of 323 ~ 29.41%
B 111 of 323 ~ 34.37'%

%36.22
%29.41
%34.37

CMYK color model

#755F6F color CMYK value is (0,19,5,54).

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

CMYK: (0,19,5,54)
C0M19Y5K54 (0%, 19%, 5%, 54%)
(0.00 / 0.19 / 0.05 / 0.54)

CMYK percentages

%0
%18.8
%5.13
%54.12

Codes

Color #755F6F in popluar color models

75 5F 6F
RGB 117 95 111
HSL 316° 10.38% 41.57%
HSB/HSV 316° 18.80% 45.88%
CMYK 0.00% 18.80% 5.13%
54.12%

Color #755F6F in popluar number systems.

HEX 75 5F 6F
Decimal 117 95 111
Binary 1110101 1011111 1101111
Octal 165 137 157

Shades and tints

Shades of #755F6F

#755F6F
(117,95,111)
#6B5765
(107,87,101)
#614F5B
(97,79,91)
#574751
(87,71,81)
#4D3F47
(77,63,71)
#43373D
(67,55,61)
#392F33
(57,47,51)
#2F2729
(47,39,41)
#251F1F
(37,31,31)
#1B1715
(27,23,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #755F6F

#755F6F
(117,95,111)
#816D7C
(129,109,124)
#8D7B89
(141,123,137)
#998996
(153,137,150)
#A597A3
(165,151,163)
#B1A5B0
(177,165,176)
#BDB3BD
(189,179,189)
#C9C1CA
(201,193,202)
#D5CFD7
(213,207,215)
#E1DDE4
(225,221,228)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755F6F; }

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

This text font color is #755F6F.

Background Color

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

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

This div background color is #755F6F.

Border color

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

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

This div border color is #755F6F.

Opacity

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

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

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

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

This text has shadow with #755F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755F6F.

Preview

Color preview on black background

This text has color #755F6F on black background.


Color preview on white background

This text has color #755F6F on white background.


Black color preview on #755F6F background

This text has black color on #755F6F background.


White color preview on #755F6F background

This text has white color on #755F6F background.


Related colors

Complementary color

Complementary color for #hex is #8AA090.


I love getcolorcode.com

Triadic colors

1 #6F755F and #5F6F75 with #755F6F are triadic colors.

2 #6F5F75 and #5F756F with #755F6F are triadic colors.