COLOR #755858

HEX: #755858 RGB: (117,88,88)

Color info

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

RGB color model

#755858 color RGB value is (117,88,88).

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

RGB channels and saturation

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

117
88
88

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

Portions of RGB colors in percentages

R + G + B = 117 + 88 + 88 = 293 (100%)
R 117 of 293 ~ 39.93%
G 88 of 293 ~ 30.03%
B 88 of 293 ~ 30.03'%

%39.93
%30.03
%30.03

CMYK color model

#755858 color CMYK value is (0,25,25,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 24.79%
  • key color value is 54.12%
CMYK: (0,25,25,54) C0M25Y25K54 (0%,25%,25%,54%) (0.00/0.25/0.25/0.54) 

CMYK percentages

%0
%24.79
%24.79
%54.12

Codes

Color #755858 in popluar color models

75 58 58
RGB 117 88 88
HSL 14.15% 40.20%
HSB/HSV 24.79% 45.88%
CMYK 0.00% 24.79% 24.79%
54.12%

Color #755858 in popluar number systems.

HEX 75 58 58
Decimal 117 88 88
Binary 1110101 1011000 1011000
Octal 165 130 130

Shades and tints

Shades of #755858

#755858
(117,88,88)
#6B5050
(107,80,80)
#614848
(97,72,72)
#574040
(87,64,64)
#4D3838
(77,56,56)
#433030
(67,48,48)
#392828
(57,40,40)
#2F2020
(47,32,32)
#251818
(37,24,24)
#1B1010
(27,16,16)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #755858

#755858
(117,88,88)
#816767
(129,103,103)
#8D7676
(141,118,118)
#998585
(153,133,133)
#A59494
(165,148,148)
#B1A3A3
(177,163,163)
#BDB2B2
(189,178,178)
#C9C1C1
(201,193,193)
#D5D0D0
(213,208,208)
#E1DFDF
(225,223,223)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755858; }

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

This text font color is #755858.

Background Color

.myBgColor { background-color: #755858; }

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

This div background color is #755858.

Border color

.myBorderColor { border: 1px solid #755858; }

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

This div border color is #755858.

Opacity

.myOpacity80 { color: #755858; opacity: 0.8; }

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

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

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

This text has shadow with #755858 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755858.

Preview

Color preview on black background

This text has color #755858 on black background.


Color preview on white background

This text has color #755858 on white background.


Black color preview on #755858 background

This text has black color on #755858 background.


White color preview on #755858 background

This text has white color on #755858 background.


Related colors

Complementary color

Complementary color for #hex is #8AA7A7.


I love getcolorcode.com