COLOR #75715A

HEX: #75715A
RGB: (117,113,90)

Color info

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

RGB color model

#75715A color RGB value is (117,113,90).

  • red value is 117;
  • green value is 113;
  • blue value is 90.
RGB:
(117,113,90)
(46%,44%,35%)

RGB channels and saturation

R 117 of 255 = 46%
G 113 of 255 = 44%
B 90 of 255 = 35%

117
113
90

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

Portions of RGB colors in percentages

R + G + B =
117 + 113 + 90 = 320 (100%)
R 117 of 320 ~ 36.56%
G 113 of 320 ~ 35.31%
B 90 of 320 ~ 28.13%

%36.56
%35.31
%28.13

CMYK color model

#75715A color CMYK value is (0,3,23,54).

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 23.08%
  • key color value is 54.12%
CMYK:
(0,3,23,54)
C0M3Y23K54 
(0%,3%,23%,54%)
(0.00/0.03/0.23/0.54)	

CMYK percentages

%0
%3.42
%23.08
%54.12

Codes

Color #75715A in popluar color models

75715A
RGB11711390
HSL51°13.04%40.59%
HSB/HSV51°23.08%45.88%
CMYK0.00%3.42%23.08%
54.12%

Color #75715A in popluar number systems.

HEX75715A
Decimal11711390
Binary111010111100011011010
Octal165161132

Shades and tints

Shades of #75715A

#75715A
(117,113,90)
#6B6752
(107,103,82)
#615D4A
(97,93,74)
#575342
(87,83,66)
#4D493A
(77,73,58)
#433F32
(67,63,50)
#39352A
(57,53,42)
#2F2B22
(47,43,34)
#25211A
(37,33,26)
#1B1712
(27,23,18)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #75715A

#75715A
(117,113,90)
#817D69
(129,125,105)
#8D8978
(141,137,120)
#999587
(153,149,135)
#A5A196
(165,161,150)
#B1ADA5
(177,173,165)
#BDB9B4
(189,185,180)
#C9C5C3
(201,197,195)
#D5D1D2
(213,209,210)
#E1DDE1
(225,221,225)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75715A color. Also use rgb(117,113,90) instead hex code.

Text Font Color

.myTextColor { color: #75715A; }

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

This text font color is #75715A.


Background Color

.myBgColor { background-color: #75715A; }

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

This div background color is #75715A.


Border color

.myBorderColor { border: 1px solid #75715A; }

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

This div border color is #75715A.


Opacity

.myOpacity80 { color: #75715A; opacity: 0.8; }

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

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

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

This text has shadow with #75715A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75715A on black background.


Color preview on white background

This text has color #75715A on white background.



Black color preview on #75715A background

This text has black color on #75715A background.


White color preview on #75715A background

This text has white color on #75715A background.