COLOR #755A6E

HEX: #755A6E RGB: (117,90,110)

Color info

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

RGB color model

#755A6E color RGB value is (117,90,110).

RGB: (117,90,110) (46%, 35%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 90 of 255 = 35%
B 110 of 255 = 43%

117
90
110

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

Portions of RGB colors in percentages

R + G + B = 117 + 90 + 110 = 317 (100%)
R 117 of 317 ~ 36.91%
G 90 of 317 ~ 28.39%
B 110 of 317 ~ 34.7'%

%36.91
%28.39
%34.7

CMYK color model

#755A6E color CMYK value is (0,23,6,54).

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

CMYK: (0,23,6,54)
C0M23Y6K54 (0%, 23%, 6%, 54%)
(0.00 / 0.23 / 0.06 / 0.54)

CMYK percentages

%0
%23.08
%5.98
%54.12

Codes

Color #755A6E in popluar color models

75 5A 6E
RGB 117 90 110
HSL 316° 13.04% 40.59%
HSB/HSV 316° 23.08% 45.88%
CMYK 0.00% 23.08% 5.98%
54.12%

Color #755A6E in popluar number systems.

HEX 75 5A 6E
Decimal 117 90 110
Binary 1110101 1011010 1101110
Octal 165 132 156

Shades and tints

Shades of #755A6E

#755A6E
(117,90,110)
#6B5264
(107,82,100)
#614A5A
(97,74,90)
#574250
(87,66,80)
#4D3A46
(77,58,70)
#43323C
(67,50,60)
#392A32
(57,42,50)
#2F2228
(47,34,40)
#251A1E
(37,26,30)
#1B1214
(27,18,20)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #755A6E

#755A6E
(117,90,110)
#81697B
(129,105,123)
#8D7888
(141,120,136)
#998795
(153,135,149)
#A596A2
(165,150,162)
#B1A5AF
(177,165,175)
#BDB4BC
(189,180,188)
#C9C3C9
(201,195,201)
#D5D2D6
(213,210,214)
#E1E1E3
(225,225,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755A6E; }

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

This text font color is #755A6E.

Background Color

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

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

This div background color is #755A6E.

Border color

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

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

This div border color is #755A6E.

Opacity

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

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

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

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

This text has shadow with #755A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755A6E.

Preview

Color preview on black background

This text has color #755A6E on black background.


Color preview on white background

This text has color #755A6E on white background.


Black color preview on #755A6E background

This text has black color on #755A6E background.


White color preview on #755A6E background

This text has white color on #755A6E background.


Related colors

Complementary color

Complementary color for #hex is #8AA591.


I love getcolorcode.com

Triadic colors

1 #6E755A and #5A6E75 with #755A6E are triadic colors.

2 #6E5A75 and #5A756E with #755A6E are triadic colors.