Color Hex Logo

#774527 Color Hex

#774527
(119,69,39)
0 Favorites   0 Comments

Color spaces of #774527

RGB 1196939
HSL0.060.510.31
HSV23°67°47°
CMYK 0.000.420.67   0.53
XYZ10.10218.32472.9938
Yxy8.32470.47160.3886
Hunter Lab28.852612.006014.0447
CIE-Lab34.650218.523626.9630

#774527 color RGB value is (119,69,39).

#774527 hex color red value is 119, green value is 69 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #774527 hue: 0.06 , saturation: 0.51 and the lightness value of 774527 is 0.31.

The process color (four color CMYK) of #774527 color hex is 0.00, 0.42, 0.67, 0.53. Web safe color of #774527 is #663333. Color #774527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000101 00100111
Octal 167 105 47
Decimal 119 69 39
Hex 77 45 27

RGB Percentages of Color #774527

%52.42
%30.40
%17.18

CMYK Percentages of Color #774527

%0
%42
%67
%53

Triadic Colors of #774527

#774527 #277745 #452777

Analogous Colors of #774527

#774527 #776d27 #772731

Monochromatic Colors of #774527

#774527

Complementary Color

#774527 #275977

#774527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774527 Color CSS Codes

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

#774527 Text Font Color

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

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


#774527 Background Color

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

This div background color is #774527


#774527 Border Color

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

This div border color is #774527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774527

#774527 Color Palettes


Comments

No comments written yet.

Please login to write comment.