COLOR #755A70

HEX: #755A70 RGB: (117,90,112)

Color info

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

RGB color model

#755A70 color RGB value is (117,90,112).

RGB: (117,90,112) (46%, 35%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 90 of 255 = 35%
B 112 of 255 = 44%

117
90
112

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

Portions of RGB colors in percentages

R + G + B = 117 + 90 + 112 = 319 (100%)
R 117 of 319 ~ 36.68%
G 90 of 319 ~ 28.21%
B 112 of 319 ~ 35.11'%

%36.68
%28.21
%35.11

CMYK color model

#755A70 color CMYK value is (0,23,4,54).

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

CMYK: (0,23,4,54)
C0M23Y4K54 (0%, 23%, 4%, 54%)
(0.00 / 0.23 / 0.04 / 0.54)

CMYK percentages

%0
%23.08
%4.27
%54.12

Codes

Color #755A70 in popluar color models

75 5A 70
RGB 117 90 112
HSL 311° 13.04% 40.59%
HSB/HSV 311° 23.08% 45.88%
CMYK 0.00% 23.08% 4.27%
54.12%

Color #755A70 in popluar number systems.

HEX 75 5A 70
Decimal 117 90 112
Binary 1110101 1011010 1110000
Octal 165 132 160

Shades and tints

Shades of #755A70

#755A70
(117,90,112)
#6B5266
(107,82,102)
#614A5C
(97,74,92)
#574252
(87,66,82)
#4D3A48
(77,58,72)
#43323E
(67,50,62)
#392A34
(57,42,52)
#2F222A
(47,34,42)
#251A20
(37,26,32)
#1B1216
(27,18,22)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #755A70

#755A70
(117,90,112)
#81697D
(129,105,125)
#8D788A
(141,120,138)
#998797
(153,135,151)
#A596A4
(165,150,164)
#B1A5B1
(177,165,177)
#BDB4BE
(189,180,190)
#C9C3CB
(201,195,203)
#D5D2D8
(213,210,216)
#E1E1E5
(225,225,229)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755A70; }

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

This text font color is #755A70.

Background Color

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

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

This div background color is #755A70.

Border color

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

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

This div border color is #755A70.

Opacity

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

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

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

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

This text has shadow with #755A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755A70.

Preview

Color preview on black background

This text has color #755A70 on black background.


Color preview on white background

This text has color #755A70 on white background.


Black color preview on #755A70 background

This text has black color on #755A70 background.


White color preview on #755A70 background

This text has white color on #755A70 background.


Related colors

Complementary color

Complementary color for #hex is #8AA58F.


I love getcolorcode.com

Triadic colors

1 #70755A and #5A7075 with #755A70 are triadic colors.

2 #705A75 and #5A7570 with #755A70 are triadic colors.