COLOR #755A6B

HEX: #755A6B RGB: (117,90,107)

Color info

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

RGB color model

#755A6B color RGB value is (117,90,107).

RGB: (117,90,107) (46%, 35%, 42%)

RGB channels and saturation

R 117 of 255 = 46%
G 90 of 255 = 35%
B 107 of 255 = 42%

117
90
107

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

Portions of RGB colors in percentages

R + G + B = 117 + 90 + 107 = 314 (100%)
R 117 of 314 ~ 37.26%
G 90 of 314 ~ 28.66%
B 107 of 314 ~ 34.08'%

%37.26
%28.66
%34.08

CMYK color model

#755A6B color CMYK value is (0,23,9,54).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 8.55%
  • key color value is 54.12%

CMYK: (0,23,9,54)
C0M23Y9K54 (0%, 23%, 9%, 54%)
(0.00 / 0.23 / 0.09 / 0.54)

CMYK percentages

%0
%23.08
%8.55
%54.12

Codes

Color #755A6B in popluar color models

75 5A 6B
RGB 117 90 107
HSL 322° 13.04% 40.59%
HSB/HSV 322° 23.08% 45.88%
CMYK 0.00% 23.08% 8.55%
54.12%

Color #755A6B in popluar number systems.

HEX 75 5A 6B
Decimal 117 90 107
Binary 1110101 1011010 1101011
Octal 165 132 153

Shades and tints

Shades of #755A6B

#755A6B
(117,90,107)
#6B5262
(107,82,98)
#614A59
(97,74,89)
#574250
(87,66,80)
#4D3A47
(77,58,71)
#43323E
(67,50,62)
#392A35
(57,42,53)
#2F222C
(47,34,44)
#251A23
(37,26,35)
#1B121A
(27,18,26)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #755A6B

#755A6B
(117,90,107)
#816978
(129,105,120)
#8D7885
(141,120,133)
#998792
(153,135,146)
#A5969F
(165,150,159)
#B1A5AC
(177,165,172)
#BDB4B9
(189,180,185)
#C9C3C6
(201,195,198)
#D5D2D3
(213,210,211)
#E1E1E0
(225,225,224)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755A6B color. Also use rgb(117,90,107) instead hex code.

Text Font Color

.myTextColor { color: #755A6B; }

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

This text font color is #755A6B.

Background Color

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

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

This div background color is #755A6B.

Border color

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

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

This div border color is #755A6B.

Opacity

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

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

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

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

This text has shadow with #755A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755A6B.

Preview

Color preview on black background

This text has color #755A6B on black background.


Color preview on white background

This text has color #755A6B on white background.


Black color preview on #755A6B background

This text has black color on #755A6B background.


White color preview on #755A6B background

This text has white color on #755A6B background.


Related colors

Complementary color

Complementary color for #hex is #8AA594.


I love getcolorcode.com

Triadic colors

1 #6B755A and #5A6B75 with #755A6B are triadic colors.

2 #6B5A75 and #5A756B with #755A6B are triadic colors.