COLOR #CC7745

HEX: #CC7745 RGB: (204,119,69)

Color info

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

RGB color model

#CC7745 color RGB value is (204,119,69).

RGB: (204,119,69) (80%, 47%, 27%)

RGB channels and saturation

R 204 of 255 = 80%
G 119 of 255 = 47%
B 69 of 255 = 27%

204
119
69

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

Portions of RGB colors in percentages

R + G + B = 204 + 119 + 69 = 392 (100%)
R 204 of 392 ~ 52.04%
G 119 of 392 ~ 30.36%
B 69 of 392 ~ 17.6'%

%52.04
%30.36
%17.6

CMYK color model

#CC7745 color CMYK value is (0,42,66,20).

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

CMYK: (0,42,66,20)
C0M42Y66K20 (0%, 42%, 66%, 20%)
(0.00 / 0.42 / 0.66 / 0.20)

CMYK percentages

%0
%41.67
%66.18
%20

Codes

Color #CC7745 in popluar color models

CC 77 45
RGB 204 119 69
HSL 22° 56.96% 53.53%
HSB/HSV 22° 66.18% 80.00%
CMYK 0.00% 41.67% 66.18%
20.00%

Color #CC7745 in popluar number systems.

HEX CC 77 45
Decimal 204 119 69
Binary 11001100 1110111 1000101
Octal 314 167 105

Shades and tints

Shades of #CC7745

#CC7745
(204,119,69)
#BA6D3F
(186,109,63)
#A86339
(168,99,57)
#965933
(150,89,51)
#844F2D
(132,79,45)
#724527
(114,69,39)
#603B21
(96,59,33)
#4E311B
(78,49,27)
#3C2715
(60,39,21)
#2A1D0F
(42,29,15)
#181309
(24,19,9)
#000000
(0,0,0)

Tints of #CC7745

#CC7745
(204,119,69)
#D08355
(208,131,85)
#D48F65
(212,143,101)
#D89B75
(216,155,117)
#DCA785
(220,167,133)
#E0B395
(224,179,149)
#E4BFA5
(228,191,165)
#E8CBB5
(232,203,181)
#ECD7C5
(236,215,197)
#F0E3D5
(240,227,213)
#F4EFE5
(244,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7745; }

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

This text font color is #CC7745.

Background Color

.myBgColor { background-color: #CC7745; }

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

This div background color is #CC7745.

Border color

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

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

This div border color is #CC7745.

Opacity

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

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

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

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

This text has shadow with #CC7745 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7745.

Preview

Color preview on black background

This text has color #CC7745 on black background.


Color preview on white background

This text has color #CC7745 on white background.


Black color preview on #CC7745 background

This text has black color on #CC7745 background.


White color preview on #CC7745 background

This text has white color on #CC7745 background.


Related colors

Complementary color

Complementary color for #hex is #3388BA.


I love getcolorcode.com

Triadic colors

1 #45CC77 and #7745CC with #CC7745 are triadic colors.

2 #4577CC and #77CC45 with #CC7745 are triadic colors.