COLOR #755A5A

HEX: #755A5A RGB: (117,90,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
90
90

R + G + B ~ 39%. #755A5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 90 + 90 = 297 (100%)
R 117 of 297 ~ 39.39%
G 90 of 297 ~ 30.3%
B 90 of 297 ~ 30.3'%

%39.39
%30.3
%30.3

CMYK color model

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

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

CMYK: (0,23,23,54)
C0M23Y23K54 (0%, 23%, 23%, 54%)
(0.00 / 0.23 / 0.23 / 0.54)

CMYK percentages

%0
%23.08
%23.08
%54.12

Codes

Color #755A5A in popluar color models

75 5A 5A
RGB 117 90 90
HSL 13.04% 40.59%
HSB/HSV 23.08% 45.88%
CMYK 0.00% 23.08% 23.08%
54.12%

Color #755A5A in popluar number systems.

HEX 75 5A 5A
Decimal 117 90 90
Binary 1110101 1011010 1011010
Octal 165 132 132

Shades and tints

Shades of #755A5A

#755A5A
(117,90,90)
#6B5252
(107,82,82)
#614A4A
(97,74,74)
#574242
(87,66,66)
#4D3A3A
(77,58,58)
#433232
(67,50,50)
#392A2A
(57,42,42)
#2F2222
(47,34,34)
#251A1A
(37,26,26)
#1B1212
(27,18,18)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #755A5A

#755A5A
(117,90,90)
#816969
(129,105,105)
#8D7878
(141,120,120)
#998787
(153,135,135)
#A59696
(165,150,150)
#B1A5A5
(177,165,165)
#BDB4B4
(189,180,180)
#C9C3C3
(201,195,195)
#D5D2D2
(213,210,210)
#E1E1E1
(225,225,225)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755A5A; }

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

This text font color is #755A5A.

Background Color

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

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

This div background color is #755A5A.

Border color

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

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

This div border color is #755A5A.

Opacity

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

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

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

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

This text has shadow with #755A5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755A5A.

Preview

Color preview on black background

This text has color #755A5A on black background.


Color preview on white background

This text has color #755A5A on white background.


Black color preview on #755A5A background

This text has black color on #755A5A background.


White color preview on #755A5A background

This text has white color on #755A5A background.


Related colors

Complementary color

Complementary color for #hex is #8AA5A5.


I love getcolorcode.com