Color Hex Logo

#77423a Color Hex

#77423A
(119,66,58)
0 Favorites   0 Comments

Color spaces of #77423a

RGB 1196658
HSL0.020.340.35
HSV51°47°
CMYK 0.000.450.51   0.53
XYZ10.31978.12395.0271
Yxy8.12390.43970.3461
Hunter Lab28.502514.74909.4945
CIE-Lab34.239621.981814.8710

#77423a color RGB value is (119,66,58).

#77423a hex color red value is 119, green value is 66 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #77423a hue: 0.02 , saturation: 0.34 and the lightness value of 77423a is 0.35.

The process color (four color CMYK) of #77423a color hex is 0.00, 0.45, 0.51, 0.53. Web safe color of #77423a is #663333. Color #77423a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000010 00111010
Octal 167 102 72
Decimal 119 66 58
Hex 77 42 3A

RGB Percentages of Color #77423a

%48.97
%27.16
%23.87

CMYK Percentages of Color #77423a

%0
%45
%51
%53

Triadic Colors of #77423a

#77423a #3a7742 #423a77

Analogous Colors of #77423a

#77423a #77613a #773a50

Monochromatic Colors of #77423a

#77423a

Complementary Color

#77423a #3a6f77

#77423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77423a Color CSS Codes

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

#77423a Text Font Color

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

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


#77423a Background Color

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

This div background color is #77423a


#77423a Border Color

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

This div border color is #77423a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77423a


Comments

No comments written yet.

Please login to write comment.