COLOR #C78F71

HEX: #C78F71 RGB: (199,143,113)

Color info

#C78F71 contains mainly red and green colors. Web safe color of #C78F71 is #CC9966 (or #C96).

RGB color model

#C78F71 color RGB value is (199,143,113).

RGB: (199,143,113) (78%, 56%, 44%)

RGB channels and saturation

R 199 of 255 = 78%
G 143 of 255 = 56%
B 113 of 255 = 44%

199
143
113

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

Portions of RGB colors in percentages

R + G + B = 199 + 143 + 113 = 455 (100%)
R 199 of 455 ~ 43.74%
G 143 of 455 ~ 31.43%
B 113 of 455 ~ 24.84'%

%43.74
%31.43
%24.84

CMYK color model

#C78F71 color CMYK value is (0,28,43,22).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 43.22%
  • key color value is 21.96%
CMYK: (0,28,43,22) C0M28Y43K22 (0%,28%,43%,22%) (0.00/0.28/0.43/0.22) 

CMYK percentages

%0
%28.14
%43.22
%21.96

Codes

Color #C78F71 in popluar color models

C7 8F 71
RGB 199 143 113
HSL 21° 43.43% 61.18%
HSB/HSV 21° 43.22% 78.04%
CMYK 0.00% 28.14% 43.22%
21.96%

Color #C78F71 in popluar number systems.

HEX C7 8F 71
Decimal 199 143 113
Binary 11000111 10001111 1110001
Octal 307 217 161

Shades and tints

Shades of #C78F71

#C78F71
(199,143,113)
#B58267
(181,130,103)
#A3755D
(163,117,93)
#916853
(145,104,83)
#7F5B49
(127,91,73)
#6D4E3F
(109,78,63)
#5B4135
(91,65,53)
#49342B
(73,52,43)
#372721
(55,39,33)
#251A17
(37,26,23)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #C78F71

#C78F71
(199,143,113)
#CC997D
(204,153,125)
#D1A389
(209,163,137)
#D6AD95
(214,173,149)
#DBB7A1
(219,183,161)
#E0C1AD
(224,193,173)
#E5CBB9
(229,203,185)
#EAD5C5
(234,213,197)
#EFDFD1
(239,223,209)
#F4E9DD
(244,233,221)
#F9F3E9
(249,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78F71; }

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

This text font color is #C78F71.

Background Color

.myBgColor { background-color: #C78F71; }

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

This div background color is #C78F71.

Border color

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

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

This div border color is #C78F71.

Opacity

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

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

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

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

This text has shadow with #C78F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78F71.

Preview

Color preview on black background

This text has color #C78F71 on black background.


Color preview on white background

This text has color #C78F71 on white background.


Black color preview on #C78F71 background

This text has black color on #C78F71 background.


White color preview on #C78F71 background

This text has white color on #C78F71 background.


Related colors

Complementary color

Complementary color for #hex is #38708E.


I love getcolorcode.com

Triadic colors

1 #71C78F and #8F71C7 with #C78F71 are triadic colors.

2 #718FC7 and #8FC771 with #C78F71 are triadic colors.