COLOR #755F67

HEX: #755F67
RGB: (117,95,103)

Color info

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

RGB color model

#755F67 color RGB value is (117,95,103).

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

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 103 of 255 = 40%

117
95
103

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

Portions of RGB colors in percentages

R + G + B =
117 + 95 + 103 = 315 (100%)
R 117 of 315 ~ 37.14%
G 95 of 315 ~ 30.16%
B 103 of 315 ~ 32.7%

%37.14
%30.16
%32.7

CMYK color model

#755F67 color CMYK value is (0,19,12,54).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 11.97%
  • key color value is 54.12%
CMYK:
(0,19,12,54)
C0M19Y12K54 
(0%,19%,12%,54%)
(0.00/0.19/0.12/0.54)	

CMYK percentages

%0
%18.8
%11.97
%54.12

Codes

Color #755F67 in popluar color models

755F67
RGB11795103
HSL338°10.38%41.57%
HSB/HSV338°18.80%45.88%
CMYK0.00%18.80%11.97%
54.12%

Color #755F67 in popluar number systems.

HEX755F67
Decimal11795103
Binary111010110111111100111
Octal165137147

Shades and tints

Shades of #755F67

#755F67
(117,95,103)
#6B575E
(107,87,94)
#614F55
(97,79,85)
#57474C
(87,71,76)
#4D3F43
(77,63,67)
#43373A
(67,55,58)
#392F31
(57,47,49)
#2F2728
(47,39,40)
#251F1F
(37,31,31)
#1B1716
(27,23,22)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #755F67

#755F67
(117,95,103)
#816D74
(129,109,116)
#8D7B81
(141,123,129)
#99898E
(153,137,142)
#A5979B
(165,151,155)
#B1A5A8
(177,165,168)
#BDB3B5
(189,179,181)
#C9C1C2
(201,193,194)
#D5CFCF
(213,207,207)
#E1DDDC
(225,221,220)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755F67; }

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

This text font color is #755F67.


Background Color

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

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

This div background color is #755F67.


Border color

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

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

This div border color is #755F67.


Opacity

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

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

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

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

This text has shadow with #755F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755F67 on black background.


Color preview on white background

This text has color #755F67 on white background.



Black color preview on #755F67 background

This text has black color on #755F67 background.


White color preview on #755F67 background

This text has white color on #755F67 background.