Color Hex Logo

#774634 Color Hex

#774634
(119,70,52)
0 Favorites   0 Comments

Color spaces of #774634

RGB 1197052
HSL0.040.390.34
HSV16°56°47°
CMYK 0.000.410.56   0.53
XYZ10.41778.55024.3501
Yxy8.55020.44680.3667
Hunter Lab29.240712.423611.6480
CIE-Lab35.103419.011019.7377

#774634 color RGB value is (119,70,52).

#774634 hex color red value is 119, green value is 70 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #774634 hue: 0.04 , saturation: 0.39 and the lightness value of 774634 is 0.34.

The process color (four color CMYK) of #774634 color hex is 0.00, 0.41, 0.56, 0.53. Web safe color of #774634 is #663333. Color #774634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000110 00110100
Octal 167 106 64
Decimal 119 70 52
Hex 77 46 34

RGB Percentages of Color #774634

%49.38
%29.05
%21.58

CMYK Percentages of Color #774634

%0
%41
%56
%53

Triadic Colors of #774634

#774634 #347746 #463477

Analogous Colors of #774634

#774634 #776834 #773444

Monochromatic Colors of #774634

#774634

Complementary Color

#774634 #346577

#774634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774634 Color CSS Codes

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

#774634 Text Font Color

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

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


#774634 Background Color

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

This div background color is #774634


#774634 Border Color

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

This div border color is #774634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774634


Comments

No comments written yet.

Please login to write comment.