COLOR #71795A

HEX: #71795A
RGB: (113,121,90)

Color info

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

RGB color model

#71795A color RGB value is (113,121,90).

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

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 90 of 255 = 35%

113
121
90

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

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 90 = 324 (100%)
R 113 of 324 ~ 34.88%
G 121 of 324 ~ 37.35%
B 90 of 324 ~ 27.78%

%34.88
%37.35
%27.78

CMYK color model

#71795A color CMYK value is (7,0,26,53).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • key color value is 52.55%
CMYK:
(7,0,26,53)
C7M0Y26K53 
(7%,0%,26%,53%)
(0.07/0.00/0.26/0.53)	

CMYK percentages

%6.61
%0
%25.62
%52.55

Codes

Color #71795A in popluar color models

71795A
RGB11312190
HSL75°14.69%41.37%
HSB/HSV75°25.62%47.45%
CMYK6.61%0.00%25.62%
52.55%

Color #71795A in popluar number systems.

HEX71795A
Decimal11312190
Binary111000111110011011010
Octal161171132

Shades and tints

Shades of #71795A

#71795A
(113,121,90)
#676E52
(103,110,82)
#5D634A
(93,99,74)
#535842
(83,88,66)
#494D3A
(73,77,58)
#3F4232
(63,66,50)
#35372A
(53,55,42)
#2B2C22
(43,44,34)
#21211A
(33,33,26)
#171612
(23,22,18)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #71795A

#71795A
(113,121,90)
#7D8569
(125,133,105)
#899178
(137,145,120)
#959D87
(149,157,135)
#A1A996
(161,169,150)
#ADB5A5
(173,181,165)
#B9C1B4
(185,193,180)
#C5CDC3
(197,205,195)
#D1D9D2
(209,217,210)
#DDE5E1
(221,229,225)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71795A; }

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

This text font color is #71795A.


Background Color

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

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

This div background color is #71795A.


Border color

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

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

This div border color is #71795A.


Opacity

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

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

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

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

This text has shadow with #71795A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71795A on black background.


Color preview on white background

This text has color #71795A on white background.



Black color preview on #71795A background

This text has black color on #71795A background.


White color preview on #71795A background

This text has white color on #71795A background.