COLOR #755E6E

HEX: #755E6E RGB: (117,94,110)

Color info

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

RGB color model

#755E6E color RGB value is (117,94,110).

RGB: (117,94,110) (46%, 37%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 110 of 255 = 43%

117
94
110

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

Portions of RGB colors in percentages

R + G + B = 117 + 94 + 110 = 321 (100%)
R 117 of 321 ~ 36.45%
G 94 of 321 ~ 29.28%
B 110 of 321 ~ 34.27'%

%36.45
%29.28
%34.27

CMYK color model

#755E6E color CMYK value is (0,20,6,54).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 5.98%
  • key color value is 54.12%

CMYK: (0,20,6,54)
C0M20Y6K54 (0%, 20%, 6%, 54%)
(0.00 / 0.20 / 0.06 / 0.54)

CMYK percentages

%0
%19.66
%5.98
%54.12

Codes

Color #755E6E in popluar color models

75 5E 6E
RGB 117 94 110
HSL 318° 10.90% 41.37%
HSB/HSV 318° 19.66% 45.88%
CMYK 0.00% 19.66% 5.98%
54.12%

Color #755E6E in popluar number systems.

HEX 75 5E 6E
Decimal 117 94 110
Binary 1110101 1011110 1101110
Octal 165 136 156

Shades and tints

Shades of #755E6E

#755E6E
(117,94,110)
#6B5664
(107,86,100)
#614E5A
(97,78,90)
#574650
(87,70,80)
#4D3E46
(77,62,70)
#43363C
(67,54,60)
#392E32
(57,46,50)
#2F2628
(47,38,40)
#251E1E
(37,30,30)
#1B1614
(27,22,20)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #755E6E

#755E6E
(117,94,110)
#816C7B
(129,108,123)
#8D7A88
(141,122,136)
#998895
(153,136,149)
#A596A2
(165,150,162)
#B1A4AF
(177,164,175)
#BDB2BC
(189,178,188)
#C9C0C9
(201,192,201)
#D5CED6
(213,206,214)
#E1DCE3
(225,220,227)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755E6E; }

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

This text font color is #755E6E.

Background Color

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

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

This div background color is #755E6E.

Border color

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

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

This div border color is #755E6E.

Opacity

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

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

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

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

This text has shadow with #755E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755E6E.

Preview

Color preview on black background

This text has color #755E6E on black background.


Color preview on white background

This text has color #755E6E on white background.


Black color preview on #755E6E background

This text has black color on #755E6E background.


White color preview on #755E6E background

This text has white color on #755E6E background.


Related colors

Complementary color

Complementary color for #hex is #8AA191.


I love getcolorcode.com

Triadic colors

1 #6E755E and #5E6E75 with #755E6E are triadic colors.

2 #6E5E75 and #5E756E with #755E6E are triadic colors.