COLOR #755C7B

HEX: #755C7B RGB: (117,92,123)

Color info

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

RGB color model

#755C7B color RGB value is (117,92,123).

RGB: (117,92,123) (46%, 36%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 123 of 255 = 48%

117
92
123

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

Portions of RGB colors in percentages

R + G + B = 117 + 92 + 123 = 332 (100%)
R 117 of 332 ~ 35.24%
G 92 of 332 ~ 27.71%
B 123 of 332 ~ 37.05'%

%35.24
%27.71
%37.05

CMYK color model

#755C7B color CMYK value is (5,25,0,52).

  • cyan value is 4.88%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (5,25,0,52)
C5M25Y0K52 (5%, 25%, 0%, 52%)
(0.05 / 0.25 / 0.00 / 0.52)

CMYK percentages

%4.88
%25.2
%0
%51.76

Codes

Color #755C7B in popluar color models

75 5C 7B
RGB 117 92 123
HSL 288° 14.42% 42.16%
HSB/HSV 288° 25.20% 48.24%
CMYK 4.88% 25.20% 0.00%
51.76%

Color #755C7B in popluar number systems.

HEX 75 5C 7B
Decimal 117 92 123
Binary 1110101 1011100 1111011
Octal 165 134 173

Shades and tints

Shades of #755C7B

#755C7B
(117,92,123)
#6B5470
(107,84,112)
#614C65
(97,76,101)
#57445A
(87,68,90)
#4D3C4F
(77,60,79)
#433444
(67,52,68)
#392C39
(57,44,57)
#2F242E
(47,36,46)
#251C23
(37,28,35)
#1B1418
(27,20,24)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #755C7B

#755C7B
(117,92,123)
#816A87
(129,106,135)
#8D7893
(141,120,147)
#99869F
(153,134,159)
#A594AB
(165,148,171)
#B1A2B7
(177,162,183)
#BDB0C3
(189,176,195)
#C9BECF
(201,190,207)
#D5CCDB
(213,204,219)
#E1DAE7
(225,218,231)
#EDE8F3
(237,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C7B; }

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

This text font color is #755C7B.

Background Color

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

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

This div background color is #755C7B.

Border color

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

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

This div border color is #755C7B.

Opacity

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

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

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

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

This text has shadow with #755C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755C7B.

Preview

Color preview on black background

This text has color #755C7B on black background.


Color preview on white background

This text has color #755C7B on white background.


Black color preview on #755C7B background

This text has black color on #755C7B background.


White color preview on #755C7B background

This text has white color on #755C7B background.


Related colors

Complementary color

Complementary color for #hex is #8AA384.


I love getcolorcode.com

Triadic colors

1 #7B755C and #5C7B75 with #755C7B are triadic colors.

2 #7B5C75 and #5C757B with #755C7B are triadic colors.