COLOR #755367

HEX: #755367
RGB: (117,83,103)

Color info

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

RGB color model

#755367 color RGB value is (117,83,103).

  • red value is 117;
  • green value is 83;
  • blue value is 103.
RGB:
(117,83,103)
(46%,33%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 83 of 255 = 33%
B 103 of 255 = 40%

117
83
103

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

Portions of RGB colors in percentages

R + G + B =
117 + 83 + 103 = 303 (100%)
R 117 of 303 ~ 38.61%
G 83 of 303 ~ 27.39%
B 103 of 303 ~ 33.99%

%38.61
%27.39
%33.99

CMYK color model

#755367 color CMYK value is (0,29,12,54).

  • cyan value is 0.00%
  • magenta value is 29.06%
  • yellow value is 11.97%
  • key color value is 54.12%
CMYK:
(0,29,12,54)
C0M29Y12K54 
(0%,29%,12%,54%)
(0.00/0.29/0.12/0.54)	

CMYK percentages

%0
%29.06
%11.97
%54.12

Codes

Color #755367 in popluar color models

755367
RGB11783103
HSL325°17.00%39.22%
HSB/HSV325°29.06%45.88%
CMYK0.00%29.06%11.97%
54.12%

Color #755367 in popluar number systems.

HEX755367
Decimal11783103
Binary111010110100111100111
Octal165123147

Shades and tints

Shades of #755367

#755367
(117,83,103)
#6B4C5E
(107,76,94)
#614555
(97,69,85)
#573E4C
(87,62,76)
#4D3743
(77,55,67)
#43303A
(67,48,58)
#392931
(57,41,49)
#2F2228
(47,34,40)
#251B1F
(37,27,31)
#1B1416
(27,20,22)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #755367

#755367
(117,83,103)
#816274
(129,98,116)
#8D7181
(141,113,129)
#99808E
(153,128,142)
#A58F9B
(165,143,155)
#B19EA8
(177,158,168)
#BDADB5
(189,173,181)
#C9BCC2
(201,188,194)
#D5CBCF
(213,203,207)
#E1DADC
(225,218,220)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755367; }

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

This text font color is #755367.


Background Color

.myBgColor { background-color: #755367; }

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

This div background color is #755367.


Border color

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

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

This div border color is #755367.


Opacity

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

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

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

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

This text has shadow with #755367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755367 on black background.


Color preview on white background

This text has color #755367 on white background.



Black color preview on #755367 background

This text has black color on #755367 background.


White color preview on #755367 background

This text has white color on #755367 background.