COLOR #75664F

HEX: #75664F
RGB: (117,102,79)

Color info

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

RGB color model

#75664F color RGB value is (117,102,79).

  • red value is 117;
  • green value is 102;
  • blue value is 79.
RGB:
(117,102,79)
(46%,40%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 102 of 255 = 40%
B 79 of 255 = 31%

117
102
79

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

Portions of RGB colors in percentages

R + G + B =
117 + 102 + 79 = 298 (100%)
R 117 of 298 ~ 39.26%
G 102 of 298 ~ 34.23%
B 79 of 298 ~ 26.51%

%39.26
%34.23
%26.51

CMYK color model

#75664F color CMYK value is (0,13,32,54).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 32.48%
  • key color value is 54.12%
CMYK:
(0,13,32,54)
C0M13Y32K54 
(0%,13%,32%,54%)
(0.00/0.13/0.32/0.54)	

CMYK percentages

%0
%12.82
%32.48
%54.12

Codes

Color #75664F in popluar color models

75664F
RGB11710279
HSL36°19.39%38.43%
HSB/HSV36°32.48%45.88%
CMYK0.00%12.82%32.48%
54.12%

Color #75664F in popluar number systems.

HEX75664F
Decimal11710279
Binary111010111001101001111
Octal165146117

Shades and tints

Shades of #75664F

#75664F
(117,102,79)
#6B5D48
(107,93,72)
#615441
(97,84,65)
#574B3A
(87,75,58)
#4D4233
(77,66,51)
#43392C
(67,57,44)
#393025
(57,48,37)
#2F271E
(47,39,30)
#251E17
(37,30,23)
#1B1510
(27,21,16)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #75664F

#75664F
(117,102,79)
#81735F
(129,115,95)
#8D806F
(141,128,111)
#998D7F
(153,141,127)
#A59A8F
(165,154,143)
#B1A79F
(177,167,159)
#BDB4AF
(189,180,175)
#C9C1BF
(201,193,191)
#D5CECF
(213,206,207)
#E1DBDF
(225,219,223)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75664F color. Also use rgb(117,102,79) instead hex code.

Text Font Color

.myTextColor { color: #75664F; }

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

This text font color is #75664F.


Background Color

.myBgColor { background-color: #75664F; }

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

This div background color is #75664F.


Border color

.myBorderColor { border: 1px solid #75664F; }

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

This div border color is #75664F.


Opacity

.myOpacity80 { color: #75664F; opacity: 0.8; }

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

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

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

This text has shadow with #75664F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75664F on black background.


Color preview on white background

This text has color #75664F on white background.



Black color preview on #75664F background

This text has black color on #75664F background.


White color preview on #75664F background

This text has white color on #75664F background.