COLOR #755F7C

HEX: #755F7C RGB: (117,95,124)

Color info

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

RGB color model

#755F7C color RGB value is (117,95,124).

RGB: (117,95,124) (46%, 37%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 124 of 255 = 49%

117
95
124

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

Portions of RGB colors in percentages

R + G + B = 117 + 95 + 124 = 336 (100%)
R 117 of 336 ~ 34.82%
G 95 of 336 ~ 28.27%
B 124 of 336 ~ 36.9'%

%34.82
%28.27
%36.9

CMYK color model

#755F7C color CMYK value is (6,23,0,51).

  • cyan value is 5.65%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (6,23,0,51)
C6M23Y0K51 (6%, 23%, 0%, 51%)
(0.06 / 0.23 / 0.00 / 0.51)

CMYK percentages

%5.65
%23.39
%0
%51.37

Codes

Color #755F7C in popluar color models

75 5F 7C
RGB 117 95 124
HSL 286° 13.24% 42.94%
HSB/HSV 286° 23.39% 48.63%
CMYK 5.65% 23.39% 0.00%
51.37%

Color #755F7C in popluar number systems.

HEX 75 5F 7C
Decimal 117 95 124
Binary 1110101 1011111 1111100
Octal 165 137 174

Shades and tints

Shades of #755F7C

#755F7C
(117,95,124)
#6B5771
(107,87,113)
#614F66
(97,79,102)
#57475B
(87,71,91)
#4D3F50
(77,63,80)
#433745
(67,55,69)
#392F3A
(57,47,58)
#2F272F
(47,39,47)
#251F24
(37,31,36)
#1B1719
(27,23,25)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #755F7C

#755F7C
(117,95,124)
#816D87
(129,109,135)
#8D7B92
(141,123,146)
#99899D
(153,137,157)
#A597A8
(165,151,168)
#B1A5B3
(177,165,179)
#BDB3BE
(189,179,190)
#C9C1C9
(201,193,201)
#D5CFD4
(213,207,212)
#E1DDDF
(225,221,223)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755F7C; }

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

This text font color is #755F7C.

Background Color

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

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

This div background color is #755F7C.

Border color

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

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

This div border color is #755F7C.

Opacity

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

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

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

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

This text has shadow with #755F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755F7C.

Preview

Color preview on black background

This text has color #755F7C on black background.


Color preview on white background

This text has color #755F7C on white background.


Black color preview on #755F7C background

This text has black color on #755F7C background.


White color preview on #755F7C background

This text has white color on #755F7C background.


Related colors

Complementary color

Complementary color for #hex is #8AA083.


I love getcolorcode.com

Triadic colors

1 #7C755F and #5F7C75 with #755F7C are triadic colors.

2 #7C5F75 and #5F757C with #755F7C are triadic colors.