COLOR #C78F5A

HEX: #C78F5A RGB: (199,143,90)

Color info

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

RGB color model

#C78F5A color RGB value is (199,143,90).

RGB: (199,143,90) (78%, 56%, 35%)

RGB channels and saturation

R 199 of 255 = 78%
G 143 of 255 = 56%
B 90 of 255 = 35%

199
143
90

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

Portions of RGB colors in percentages

R + G + B = 199 + 143 + 90 = 432 (100%)
R 199 of 432 ~ 46.06%
G 143 of 432 ~ 33.1%
B 90 of 432 ~ 20.83'%

%46.06
%33.1
%20.83

CMYK color model

#C78F5A color CMYK value is (0,28,55,22).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 54.77%
  • key color value is 21.96%

CMYK: (0,28,55,22)
C0M28Y55K22 (0%, 28%, 55%, 22%)
(0.00 / 0.28 / 0.55 / 0.22)

CMYK percentages

%0
%28.14
%54.77
%21.96

Codes

Color #C78F5A in popluar color models

C7 8F 5A
RGB 199 143 90
HSL 29° 49.32% 56.67%
HSB/HSV 29° 54.77% 78.04%
CMYK 0.00% 28.14% 54.77%
21.96%

Color #C78F5A in popluar number systems.

HEX C7 8F 5A
Decimal 199 143 90
Binary 11000111 10001111 1011010
Octal 307 217 132

Shades and tints

Shades of #C78F5A

#C78F5A
(199,143,90)
#B58252
(181,130,82)
#A3754A
(163,117,74)
#916842
(145,104,66)
#7F5B3A
(127,91,58)
#6D4E32
(109,78,50)
#5B412A
(91,65,42)
#493422
(73,52,34)
#37271A
(55,39,26)
#251A12
(37,26,18)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #C78F5A

#C78F5A
(199,143,90)
#CC9969
(204,153,105)
#D1A378
(209,163,120)
#D6AD87
(214,173,135)
#DBB796
(219,183,150)
#E0C1A5
(224,193,165)
#E5CBB4
(229,203,180)
#EAD5C3
(234,213,195)
#EFDFD2
(239,223,210)
#F4E9E1
(244,233,225)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78F5A; }

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

This text font color is #C78F5A.

Background Color

.myBgColor { background-color: #C78F5A; }

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

This div background color is #C78F5A.

Border color

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

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

This div border color is #C78F5A.

Opacity

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

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

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

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

This text has shadow with #C78F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78F5A.

Preview

Color preview on black background

This text has color #C78F5A on black background.


Color preview on white background

This text has color #C78F5A on white background.


Black color preview on #C78F5A background

This text has black color on #C78F5A background.


White color preview on #C78F5A background

This text has white color on #C78F5A background.


Related colors

Complementary color

Complementary color for #hex is #3870A5.


I love getcolorcode.com

Triadic colors

1 #5AC78F and #8F5AC7 with #C78F5A are triadic colors.

2 #5A8FC7 and #8FC75A with #C78F5A are triadic colors.