COLOR #CC771E

HEX: #CC771E RGB: (204,119,30)

Color info

#CC771E contains mainly red color. Web safe color of #CC771E is #CC6633 (or #C63).

RGB color model

#CC771E color RGB value is (204,119,30).

RGB: (204,119,30) (80%, 47%, 12%)

RGB channels and saturation

R 204 of 255 = 80%
G 119 of 255 = 47%
B 30 of 255 = 12%

204
119
30

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

Portions of RGB colors in percentages

R + G + B = 204 + 119 + 30 = 353 (100%)
R 204 of 353 ~ 57.79%
G 119 of 353 ~ 33.71%
B 30 of 353 ~ 8.5'%

%57.79
%33.71

CMYK color model

#CC771E color CMYK value is (0,42,85,20).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 85.29%
  • key color value is 20.00%

CMYK: (0,42,85,20)
C0M42Y85K20 (0%, 42%, 85%, 20%)
(0.00 / 0.42 / 0.85 / 0.20)

CMYK percentages

%0
%41.67
%85.29
%20

Codes

Color #CC771E in popluar color models

CC 77 1E
RGB 204 119 30
HSL 31° 74.36% 45.88%
HSB/HSV 31° 85.29% 80.00%
CMYK 0.00% 41.67% 85.29%
20.00%

Color #CC771E in popluar number systems.

HEX CC 77 1E
Decimal 204 119 30
Binary 11001100 1110111 11110
Octal 314 167 36

Shades and tints

Shades of #CC771E

#CC771E
(204,119,30)
#BA6D1C
(186,109,28)
#A8631A
(168,99,26)
#965918
(150,89,24)
#844F16
(132,79,22)
#724514
(114,69,20)
#603B12
(96,59,18)
#4E3110
(78,49,16)
#3C270E
(60,39,14)
#2A1D0C
(42,29,12)
#18130A
(24,19,10)
#000000
(0,0,0)

Tints of #CC771E

#CC771E
(204,119,30)
#D08332
(208,131,50)
#D48F46
(212,143,70)
#D89B5A
(216,155,90)
#DCA76E
(220,167,110)
#E0B382
(224,179,130)
#E4BF96
(228,191,150)
#E8CBAA
(232,203,170)
#ECD7BE
(236,215,190)
#F0E3D2
(240,227,210)
#F4EFE6
(244,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC771E color. Also use rgb(204,119,30) instead hex code.

Text Font Color

.myTextColor { color: #CC771E; }

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

This text font color is #CC771E.

Background Color

.myBgColor { background-color: #CC771E; }

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

This div background color is #CC771E.

Border color

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

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

This div border color is #CC771E.

Opacity

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

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

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

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

This text has shadow with #CC771E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC771E.

Preview

Color preview on black background

This text has color #CC771E on black background.


Color preview on white background

This text has color #CC771E on white background.


Black color preview on #CC771E background

This text has black color on #CC771E background.


White color preview on #CC771E background

This text has white color on #CC771E background.


Related colors

Complementary color

Complementary color for #hex is #3388E1.


I love getcolorcode.com

Triadic colors

1 #1ECC77 and #771ECC with #CC771E are triadic colors.

2 #1E77CC and #77CC1E with #CC771E are triadic colors.