Color Hex Logo

#77381b Color Hex

#77381B
(119,56,27)
0 Favorites   0 Comments

Color spaces of #77381b

RGB 1195627
HSL0.050.630.29
HSV19°77°47°
CMYK 0.000.530.77   0.53
XYZ9.21986.82941.8692
Yxy6.82940.51450.3811
Hunter Lab26.133117.242114.0524
CIE-Lab31.415325.360630.1571

#77381b color RGB value is (119,56,27).

#77381b hex color red value is 119, green value is 56 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #77381b hue: 0.05 , saturation: 0.63 and the lightness value of 77381b is 0.29.

The process color (four color CMYK) of #77381b color hex is 0.00, 0.53, 0.77, 0.53. Web safe color of #77381b is #663333. Color #77381b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111000 00011011
Octal 167 70 33
Decimal 119 56 27
Hex 77 38 1B

RGB Percentages of Color #77381b

%58.91
%27.72
%13.37

CMYK Percentages of Color #77381b

%0
%53
%77
%53

Triadic Colors of #77381b

#77381b #1b7738 #381b77

Analogous Colors of #77381b

#77381b #77661b #771b2c

Monochromatic Colors of #77381b

#77381b

Complementary Color

#77381b #1b5a77

#77381b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77381b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77381b Color CSS Codes

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

#77381b Text Font Color

<p style="color:#77381b">Text here</p>

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


#77381b Background Color

<div style="background-color:#77381b">
Div content here</div>

This div background color is #77381b


#77381b Border Color

<div style="border:3px solid #77381b">
Div here</div>

This div border color is #77381b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,56,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77381b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77381b;
  -webkit-box-shadow: 1px 1px 3px 2px #77381b;
  box-shadow:         1px 1px 3px 2px #77381b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77381b


Comments

No comments written yet.

Please login to write comment.