COLOR #755F70

HEX: #755F70
RGB: (117,95,112)

Color info

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

RGB color model

#755F70 color RGB value is (117,95,112).

  • red value is 117;
  • green value is 95;
  • blue value is 112.
RGB:
(117,95,112)
(46%,37%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 112 of 255 = 44%

117
95
112

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

Portions of RGB colors in percentages

R + G + B =
117 + 95 + 112 = 324 (100%)
R 117 of 324 ~ 36.11%
G 95 of 324 ~ 29.32%
B 112 of 324 ~ 34.57%

%36.11
%29.32
%34.57

CMYK color model

#755F70 color CMYK value is (0,19,4,54).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 4.27%
  • key color value is 54.12%
CMYK:
(0,19,4,54)
C0M19Y4K54 
(0%,19%,4%,54%)
(0.00/0.19/0.04/0.54)	

CMYK percentages

%0
%18.8
%4.27
%54.12

Codes

Color #755F70 in popluar color models

755F70
RGB11795112
HSL314°10.38%41.57%
HSB/HSV314°18.80%45.88%
CMYK0.00%18.80%4.27%
54.12%

Color #755F70 in popluar number systems.

HEX755F70
Decimal11795112
Binary111010110111111110000
Octal165137160

Shades and tints

Shades of #755F70

#755F70
(117,95,112)
#6B5766
(107,87,102)
#614F5C
(97,79,92)
#574752
(87,71,82)
#4D3F48
(77,63,72)
#43373E
(67,55,62)
#392F34
(57,47,52)
#2F272A
(47,39,42)
#251F20
(37,31,32)
#1B1716
(27,23,22)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #755F70

#755F70
(117,95,112)
#816D7D
(129,109,125)
#8D7B8A
(141,123,138)
#998997
(153,137,151)
#A597A4
(165,151,164)
#B1A5B1
(177,165,177)
#BDB3BE
(189,179,190)
#C9C1CB
(201,193,203)
#D5CFD8
(213,207,216)
#E1DDE5
(225,221,229)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755F70 color. Also use rgb(117,95,112) instead hex code.

Text Font Color

.myTextColor { color: #755F70; }

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

This text font color is #755F70.


Background Color

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

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

This div background color is #755F70.


Border color

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

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

This div border color is #755F70.


Opacity

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

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

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

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

This text has shadow with #755F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755F70 on black background.


Color preview on white background

This text has color #755F70 on white background.



Black color preview on #755F70 background

This text has black color on #755F70 background.


White color preview on #755F70 background

This text has white color on #755F70 background.