COLOR #755C63

HEX: #755C63 RGB: (117,92,99)

Color info

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

RGB color model

#755C63 color RGB value is (117,92,99).

RGB: (117,92,99) (46%, 36%, 39%)

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 99 of 255 = 39%

117
92
99

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

Portions of RGB colors in percentages

R + G + B = 117 + 92 + 99 = 308 (100%)
R 117 of 308 ~ 37.99%
G 92 of 308 ~ 29.87%
B 99 of 308 ~ 32.14'%

%37.99
%29.87
%32.14

CMYK color model

#755C63 color CMYK value is (0,21,15,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 15.38%
  • key color value is 54.12%

CMYK: (0,21,15,54)
C0M21Y15K54 (0%, 21%, 15%, 54%)
(0.00 / 0.21 / 0.15 / 0.54)

CMYK percentages

%0
%21.37
%15.38
%54.12

Codes

Color #755C63 in popluar color models

75 5C 63
RGB 117 92 99
HSL 343° 11.96% 40.98%
HSB/HSV 343° 21.37% 45.88%
CMYK 0.00% 21.37% 15.38%
54.12%

Color #755C63 in popluar number systems.

HEX 75 5C 63
Decimal 117 92 99
Binary 1110101 1011100 1100011
Octal 165 134 143

Shades and tints

Shades of #755C63

#755C63
(117,92,99)
#6B545A
(107,84,90)
#614C51
(97,76,81)
#574448
(87,68,72)
#4D3C3F
(77,60,63)
#433436
(67,52,54)
#392C2D
(57,44,45)
#2F2424
(47,36,36)
#251C1B
(37,28,27)
#1B1412
(27,20,18)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #755C63

#755C63
(117,92,99)
#816A71
(129,106,113)
#8D787F
(141,120,127)
#99868D
(153,134,141)
#A5949B
(165,148,155)
#B1A2A9
(177,162,169)
#BDB0B7
(189,176,183)
#C9BEC5
(201,190,197)
#D5CCD3
(213,204,211)
#E1DAE1
(225,218,225)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C63; }

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

This text font color is #755C63.

Background Color

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

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

This div background color is #755C63.

Border color

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

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

This div border color is #755C63.

Opacity

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

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

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

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

This text has shadow with #755C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755C63.

Preview

Color preview on black background

This text has color #755C63 on black background.


Color preview on white background

This text has color #755C63 on white background.


Black color preview on #755C63 background

This text has black color on #755C63 background.


White color preview on #755C63 background

This text has white color on #755C63 background.


Related colors

Complementary color

Complementary color for #hex is #8AA39C.


I love getcolorcode.com

Triadic colors

1 #63755C and #5C6375 with #755C63 are triadic colors.

2 #635C75 and #5C7563 with #755C63 are triadic colors.