COLOR #C77A50

HEX: #C77A50 RGB: (199,122,80)

Color info

#C77A50 contains mainly red color. Web safe color of #C77A50 is #CC6666 (or #C66).

RGB color model

#C77A50 color RGB value is (199,122,80).

RGB: (199,122,80) (78%, 48%, 31%)

RGB channels and saturation

R 199 of 255 = 78%
G 122 of 255 = 48%
B 80 of 255 = 31%

199
122
80

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

Portions of RGB colors in percentages

R + G + B = 199 + 122 + 80 = 401 (100%)
R 199 of 401 ~ 49.63%
G 122 of 401 ~ 30.42%
B 80 of 401 ~ 19.95'%

%49.63
%30.42
%19.95

CMYK color model

#C77A50 color CMYK value is (0,39,60,22).

  • cyan value is 0.00%
  • magenta value is 38.69%
  • yellow value is 59.80%
  • key color value is 21.96%

CMYK: (0,39,60,22)
C0M39Y60K22 (0%, 39%, 60%, 22%)
(0.00 / 0.39 / 0.60 / 0.22)

CMYK percentages

%0
%38.69
%59.8
%21.96

Codes

Color #C77A50 in popluar color models

C7 7A 50
RGB 199 122 80
HSL 21° 51.52% 54.71%
HSB/HSV 21° 59.80% 78.04%
CMYK 0.00% 38.69% 59.80%
21.96%

Color #C77A50 in popluar number systems.

HEX C7 7A 50
Decimal 199 122 80
Binary 11000111 1111010 1010000
Octal 307 172 120

Shades and tints

Shades of #C77A50

#C77A50
(199,122,80)
#B56F49
(181,111,73)
#A36442
(163,100,66)
#91593B
(145,89,59)
#7F4E34
(127,78,52)
#6D432D
(109,67,45)
#5B3826
(91,56,38)
#492D1F
(73,45,31)
#372218
(55,34,24)
#251711
(37,23,17)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #C77A50

#C77A50
(199,122,80)
#CC865F
(204,134,95)
#D1926E
(209,146,110)
#D69E7D
(214,158,125)
#DBAA8C
(219,170,140)
#E0B69B
(224,182,155)
#E5C2AA
(229,194,170)
#EACEB9
(234,206,185)
#EFDAC8
(239,218,200)
#F4E6D7
(244,230,215)
#F9F2E6
(249,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77A50 color. Also use rgb(199,122,80) instead hex code.

Text Font Color

.myTextColor { color: #C77A50; }

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

This text font color is #C77A50.

Background Color

.myBgColor { background-color: #C77A50; }

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

This div background color is #C77A50.

Border color

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

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

This div border color is #C77A50.

Opacity

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

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

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

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

This text has shadow with #C77A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77A50.

Preview

Color preview on black background

This text has color #C77A50 on black background.


Color preview on white background

This text has color #C77A50 on white background.


Black color preview on #C77A50 background

This text has black color on #C77A50 background.


White color preview on #C77A50 background

This text has white color on #C77A50 background.


Related colors

Complementary color

Complementary color for #hex is #3885AF.


I love getcolorcode.com

Triadic colors

1 #50C77A and #7A50C7 with #C77A50 are triadic colors.

2 #507AC7 and #7AC750 with #C77A50 are triadic colors.