COLOR #C78771

HEX: #C78771
RGB: (199,135,113)

Color info

#C78771 contains mainly red color. Web safe color of #C78771 is #CC9966 (or #C96).

RGB color model

#C78771 color RGB value is (199,135,113).

  • red value is 199;
  • green value is 135;
  • blue value is 113.
RGB:
(199,135,113)
(78%,53%,44%)

RGB channels and saturation

R 199 of 255 = 78%
G 135 of 255 = 53%
B 113 of 255 = 44%

199
135
113

R + G + B ~ 58%. #C78771 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
199 + 135 + 113 = 447 (100%)
R 199 of 447 ~ 44.52%
G 135 of 447 ~ 30.2%
B 113 of 447 ~ 25.28%

%44.52
%30.2
%25.28

CMYK color model

#C78771 color CMYK value is (0,32,43,22).

  • cyan value is 0.00%
  • magenta value is 32.16%
  • yellow value is 43.22%
  • key color value is 21.96%
CMYK:
(0,32,43,22)
C0M32Y43K22 
(0%,32%,43%,22%)
(0.00/0.32/0.43/0.22)	

CMYK percentages

%0
%32.16
%43.22
%21.96

Codes

Color #C78771 in popluar color models

C78771
RGB199135113
HSL15°43.43%61.18%
HSB/HSV15°43.22%78.04%
CMYK0.00%32.16%43.22%
21.96%

Color #C78771 in popluar number systems.

HEXC78771
Decimal199135113
Binary11000111100001111110001
Octal307207161

Shades and tints

Shades of #C78771

#C78771
(199,135,113)
#B57B67
(181,123,103)
#A36F5D
(163,111,93)
#916353
(145,99,83)
#7F5749
(127,87,73)
#6D4B3F
(109,75,63)
#5B3F35
(91,63,53)
#49332B
(73,51,43)
#372721
(55,39,33)
#251B17
(37,27,23)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #C78771

#C78771
(199,135,113)
#CC917D
(204,145,125)
#D19B89
(209,155,137)
#D6A595
(214,165,149)
#DBAFA1
(219,175,161)
#E0B9AD
(224,185,173)
#E5C3B9
(229,195,185)
#EACDC5
(234,205,197)
#EFD7D1
(239,215,209)
#F4E1DD
(244,225,221)
#F9EBE9
(249,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78771 color. Also use rgb(199,135,113) instead hex code.

Text Font Color

.myTextColor { color: #C78771; }

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

This text font color is #C78771.


Background Color

.myBgColor { background-color: #C78771; }

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

This div background color is #C78771.


Border color

.myBorderColor { border: 1px solid #C78771; }

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

This div border color is #C78771.


Opacity

.myOpacity80 { color: #C78771; opacity: 0.8; }

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

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

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

This text has shadow with #C78771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78771 on black background.


Color preview on white background

This text has color #C78771 on white background.



Black color preview on #C78771 background

This text has black color on #C78771 background.


White color preview on #C78771 background

This text has white color on #C78771 background.