Color Hex Logo

#77442a Color Hex

#77442A
(119,68,42)
0 Favorites   0 Comments

Color spaces of #77442a

RGB 1196842
HSL0.060.480.32
HSV20°65°47°
CMYK 0.000.430.65   0.53
XYZ10.09288.22343.2458
Yxy8.22340.46810.3814
Hunter Lab28.676512.640013.3627
CIE-Lab34.443919.340124.9590

#77442a color RGB value is (119,68,42).

#77442a hex color red value is 119, green value is 68 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #77442a hue: 0.06 , saturation: 0.48 and the lightness value of 77442a is 0.32.

The process color (four color CMYK) of #77442a color hex is 0.00, 0.43, 0.65, 0.53. Web safe color of #77442a is #663333. Color #77442a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000100 00101010
Octal 167 104 52
Decimal 119 68 42
Hex 77 44 2A

RGB Percentages of Color #77442a

%51.97
%29.69
%18.34

CMYK Percentages of Color #77442a

%0
%43
%65
%53

Triadic Colors of #77442a

#77442a #2a7744 #442a77

Analogous Colors of #77442a

#77442a #776b2a #772a36

Monochromatic Colors of #77442a

#77442a

Complementary Color

#77442a #2a5d77

#77442a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77442a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77442a Color CSS Codes

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

#77442a Text Font Color

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

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


#77442a Background Color

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

This div background color is #77442a


#77442a Border Color

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

This div border color is #77442a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,68,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 #77442a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77442a


Comments

No comments written yet.

Please login to write comment.