Color Hex Logo

#77421c Color Hex

#77421C
(119,66,28)
0 Favorites   0 Comments

Color spaces of #77421c

RGB 1196628
HSL0.070.620.29
HSV25°76°47°
CMYK 0.000.450.76   0.53
XYZ9.76567.90222.1092
Yxy7.90220.49380.3996
Hunter Lab28.110912.816215.2290
CIE-Lab33.778419.621932.1114

#77421c color RGB value is (119,66,28).

#77421c hex color red value is 119, green value is 66 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #77421c hue: 0.07 , saturation: 0.62 and the lightness value of 77421c is 0.29.

The process color (four color CMYK) of #77421c color hex is 0.00, 0.45, 0.76, 0.53. Web safe color of #77421c is #663333. Color #77421c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000010 00011100
Octal 167 102 34
Decimal 119 66 28
Hex 77 42 1C

RGB Percentages of Color #77421c

%55.87
%30.99
%13.15

CMYK Percentages of Color #77421c

%0
%45
%76
%53

Triadic Colors of #77421c

#77421c #1c7742 #421c77

Analogous Colors of #77421c

#77421c #77701c #771c23

Monochromatic Colors of #77421c

#77421c

Complementary Color

#77421c #1c5177

#77421c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77421c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77421c Color CSS Codes

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

#77421c Text Font Color

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

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


#77421c Background Color

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

This div background color is #77421c


#77421c Border Color

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

This div border color is #77421c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,66,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77421c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77421c;
  -webkit-box-shadow: 1px 1px 3px 2px #77421c;
  box-shadow:         1px 1px 3px 2px #77421c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77421c


Comments

No comments written yet.

Please login to write comment.