Color Hex Logo

#77402d Color Hex

#77402D
(119,64,45)
0 Favorites   0 Comments

Color spaces of #77402d

RGB 1196445
HSL0.040.450.32
HSV15°62°47°
CMYK 0.000.460.62   0.53
XYZ9.91487.77823.4614
Yxy7.77820.46870.3677
Hunter Lab27.889414.651012.1640
CIE-Lab33.516621.936722.0166

#77402d color RGB value is (119,64,45).

#77402d hex color red value is 119, green value is 64 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #77402d hue: 0.04 , saturation: 0.45 and the lightness value of 77402d is 0.32.

The process color (four color CMYK) of #77402d color hex is 0.00, 0.46, 0.62, 0.53. Web safe color of #77402d is #663333. Color #77402d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000000 00101101
Octal 167 100 55
Decimal 119 64 45
Hex 77 40 2D

RGB Percentages of Color #77402d

%52.19
%28.07
%19.74

CMYK Percentages of Color #77402d

%0
%46
%62
%53

Triadic Colors of #77402d

#77402d #2d7740 #402d77

Analogous Colors of #77402d

#77402d #77652d #772d3f

Monochromatic Colors of #77402d

#77402d

Complementary Color

#77402d #2d6477

#77402d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77402d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77402d Color CSS Codes

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

#77402d Text Font Color

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

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


#77402d Background Color

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

This div background color is #77402d


#77402d Border Color

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

This div border color is #77402d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,64,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77402d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77402d;
  -webkit-box-shadow: 1px 1px 3px 2px #77402d;
  box-shadow:         1px 1px 3px 2px #77402d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77402d


Comments

No comments written yet.

Please login to write comment.