COLOR #755862

HEX: #755862
RGB: (117,88,98)

Color info

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

RGB color model

#755862 color RGB value is (117,88,98).

  • red value is 117;
  • green value is 88;
  • blue value is 98.
RGB:
(117,88,98)
(46%,35%,38%)

RGB channels and saturation

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

117
88
98

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

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 98 = 303 (100%)
R 117 of 303 ~ 38.61%
G 88 of 303 ~ 29.04%
B 98 of 303 ~ 32.34%

%38.61
%29.04
%32.34

CMYK color model

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

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

CMYK percentages

%0
%24.79
%16.24
%54.12

Codes

Color #755862 in popluar color models

755862
RGB1178898
HSL339°14.15%40.20%
HSB/HSV339°24.79%45.88%
CMYK0.00%24.79%16.24%
54.12%

Color #755862 in popluar number systems.

HEX755862
Decimal1178898
Binary111010110110001100010
Octal165130142

Shades and tints

Shades of #755862

#755862
(117,88,98)
#6B505A
(107,80,90)
#614852
(97,72,82)
#57404A
(87,64,74)
#4D3842
(77,56,66)
#43303A
(67,48,58)
#392832
(57,40,50)
#2F202A
(47,32,42)
#251822
(37,24,34)
#1B101A
(27,16,26)
#110812
(17,8,18)
#000000
(0,0,0)

Tints of #755862

#755862
(117,88,98)
#816770
(129,103,112)
#8D767E
(141,118,126)
#99858C
(153,133,140)
#A5949A
(165,148,154)
#B1A3A8
(177,163,168)
#BDB2B6
(189,178,182)
#C9C1C4
(201,193,196)
#D5D0D2
(213,208,210)
#E1DFE0
(225,223,224)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755862; }

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

This text font color is #755862.


Background Color

.myBgColor { background-color: #755862; }

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

This div background color is #755862.


Border color

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

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

This div border color is #755862.


Opacity

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

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

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

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

This text has shadow with #755862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755862 on black background.


Color preview on white background

This text has color #755862 on white background.



Black color preview on #755862 background

This text has black color on #755862 background.


White color preview on #755862 background

This text has white color on #755862 background.