Color Hex Logo

#c7772a Color Hex

#C7772A
(199,119,42)
0 Favorites   0 Comments

Color spaces of #c7772a

RGB 19911942
HSL0.080.650.47
HSV29°79°78°
CMYK 0.000.400.79   0.22
XYZ30.567925.50295.5019
Yxy25.50290.49650.4142
Hunter Lab50.500419.670428.8908
CIE-Lab57.562225.488952.8911

#c7772a color RGB value is (199,119,42).

#c7772a hex color red value is 199, green value is 119 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c7772a hue: 0.08 , saturation: 0.65 and the lightness value of c7772a is 0.47.

The process color (four color CMYK) of #c7772a color hex is 0.00, 0.40, 0.79, 0.22. Web safe color of #c7772a is #cc6633. Color #c7772a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110111 00101010
Octal 307 167 52
Decimal 199 119 42
Hex C7 77 2A

RGB Percentages of Color #c7772a

%55.28
%33.06
%11.67

CMYK Percentages of Color #c7772a

%0
%40
%79
%22

Triadic Colors of #c7772a

#c7772a #2ac777 #772ac7

Analogous Colors of #c7772a

#c7772a #c7c62a #c72a2c

Monochromatic Colors of #c7772a

#c7772a

Complementary Color

#c7772a #2a7ac7

#c7772a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7772a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7772a Color CSS Codes

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

#c7772a Text Font Color

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

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


#c7772a Background Color

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

This div background color is #c7772a


#c7772a Border Color

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

This div border color is #c7772a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7772a


Comments

No comments written yet.

Please login to write comment.