Color Hex Logo

#775451 Color Hex

#775451
(119,84,81)
0 Favorites   0 Comments

Color spaces of #775451

RGB 1198481
HSL0.010.190.39
HSV32°47°
CMYK 0.000.290.32   0.53
XYZ12.263310.85679.2338
Yxy10.85670.37900.3356
Hunter Lab32.94958.77336.4492
CIE-Lab39.338114.12807.5412

#775451 color RGB value is (119,84,81).

#775451 hex color red value is 119, green value is 84 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #775451 hue: 0.01 , saturation: 0.19 and the lightness value of 775451 is 0.39.

The process color (four color CMYK) of #775451 color hex is 0.00, 0.29, 0.32, 0.53. Web safe color of #775451 is #666666. Color #775451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010100 01010001
Octal 167 124 121
Decimal 119 84 81
Hex 77 54 51

RGB Percentages of Color #775451

%41.90
%29.58
%28.52

CMYK Percentages of Color #775451

%0
%29
%32
%53

Triadic Colors of #775451

#775451 #517754 #545177

Analogous Colors of #775451

#775451 #776751 #775161

Monochromatic Colors of #775451

#775451

Complementary Color

#775451 #517477

#775451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#775451 Color CSS Codes

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

#775451 Text Font Color

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

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


#775451 Background Color

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

This div background color is #775451


#775451 Border Color

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

This div border color is #775451


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,84,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #775451; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #775451;
  -webkit-box-shadow: 1px 1px 3px 2px #775451;
  box-shadow:         1px 1px 3px 2px #775451; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775451


Comments

No comments written yet.

Please login to write comment.