Color Hex Logo

#77322a Color Hex

#77322A
(119,50,42)
0 Favorites   0 Comments

Color spaces of #77322a

RGB 1195042
HSL0.020.480.32
HSV65°47°
CMYK 0.000.580.65   0.53
XYZ9.16636.37032.9370
Yxy6.37030.49620.3448
Hunter Lab25.239520.657410.7683
CIE-Lab30.328129.601719.8954

#77322a color RGB value is (119,50,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110010 00101010
Octal 167 62 52
Decimal 119 50 42
Hex 77 32 2A

RGB Percentages of Color #77322a

%56.40
%23.70
%19.91

CMYK Percentages of Color #77322a

%0
%58
%65
%53

Triadic Colors of #77322a

#77322a #2a7732 #322a77

Analogous Colors of #77322a

#77322a #77592a #772a49

Monochromatic Colors of #77322a

#77322a

Complementary Color

#77322a #2a6f77

#77322a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77322a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77322a Color CSS Codes

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

#77322a Text Font Color

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

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


#77322a Background Color

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

This div background color is #77322a


#77322a Border Color

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

This div border color is #77322a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77322a


Comments

No comments written yet.

Please login to write comment.