Color Hex Logo

#c77274 Color Hex

#C77274
(199,114,116)
0 Favorites   0 Comments

Color spaces of #c77274

RGB 199114116
HSL1.000.430.61
HSV359°43°78°
CMYK 0.000.430.42   0.22
XYZ32.722925.437719.7083
Yxy25.43770.42020.3267
Hunter Lab50.435827.548712.1369
CIE-Lab57.499433.627413.5892

#c77274 color RGB value is (199,114,116).

#c77274 hex color red value is 199, green value is 114 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c77274 hue: 1.00 , saturation: 0.43 and the lightness value of c77274 is 0.61.

The process color (four color CMYK) of #c77274 color hex is 0.00, 0.43, 0.42, 0.22. Web safe color of #c77274 is #cc6666. Color #c77274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110010 01110100
Octal 307 162 164
Decimal 199 114 116
Hex C7 72 74

RGB Percentages of Color #c77274

%46.39
%26.57
%27.04

CMYK Percentages of Color #c77274

%0
%43
%42
%22

Triadic Colors of #c77274

#c77274 #74c772 #7274c7

Analogous Colors of #c77274

#c77274 #c79b72 #c7729f

Monochromatic Colors of #c77274

#c77274

Complementary Color

#c77274 #72c7c5

#c77274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77274 Color CSS Codes

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

#c77274 Text Font Color

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

This sample text font color is #c77274
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.


#c77274 Background Color

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

This div background color is #c77274


#c77274 Border Color

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

This div border color is #c77274


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,114,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c77274; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c77274;
  -webkit-box-shadow: 1px 1px 3px 2px #c77274;
  box-shadow:         1px 1px 3px 2px #c77274; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,114,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77274


Comments

No comments written yet.

Please login to write comment.