Color Hex Logo

#cc774f Color Hex

#CC774F
(204,119,79)
0 Favorites   0 Comments

Color spaces of #cc774f

RGB 20411979
HSL0.050.550.55
HSV19°61°80°
CMYK 0.000.420.61   0.20
XYZ32.909926.595510.7960
Yxy26.59550.46810.3783
Hunter Lab51.570823.660823.6876
CIE-Lab58.598029.558336.0486

#cc774f color RGB value is (204,119,79).

#cc774f hex color red value is 204, green value is 119 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cc774f hue: 0.05 , saturation: 0.55 and the lightness value of cc774f is 0.55.

The process color (four color CMYK) of #cc774f color hex is 0.00, 0.42, 0.61, 0.20. Web safe color of #cc774f is #cc6666. Color #cc774f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 01001111
Octal 314 167 117
Decimal 204 119 79
Hex CC 77 4F

RGB Percentages of Color #cc774f

%50.75
%29.60
%19.65

CMYK Percentages of Color #cc774f

%0
%42
%61
%20

Triadic Colors of #cc774f

#cc774f #4fcc77 #774fcc

Analogous Colors of #cc774f

#cc774f #ccb64f #cc4f66

Monochromatic Colors of #cc774f

#cc774f

Complementary Color

#cc774f #4fa4cc

#cc774f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc774f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc774f Color CSS Codes

.mybgcolor {background-color:#cc774f; } 
.myforecolor {color:#cc774f; }
.mybordercolor {border:3px solid #cc774f; }

#cc774f Text Font Color

<p style="color:#cc774f">Text here</p>

This sample text font color is #cc774f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc774f Background Color

<div style="background-color:#cc774f">
Div content here</div>

This div background color is #cc774f


#cc774f Border Color

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

This div border color is #cc774f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,119,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc774f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc774f;
  -webkit-box-shadow: 1px 1px 3px 2px #cc774f;
  box-shadow:         1px 1px 3px 2px #cc774f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,119,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc774f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc774f;
  -webkit-box-shadow: 1px 1px 3px 2px #cc774f;
  box-shadow:         1px 1px 3px 2px #cc774f;">
Div content here</div>

This div box has shadow with color #cc774f


Comments

No comments written yet.

Please login to write comment.