Color Hex Logo

#774632 Color Hex

#774632
(119,70,50)
0 Favorites   0 Comments

Color spaces of #774632

RGB 1197050
HSL0.050.410.33
HSV17°58°47°
CMYK 0.000.410.58   0.53
XYZ10.37368.53254.1178
Yxy8.53250.45060.3706
Hunter Lab29.210412.273012.0892
CIE-Lab35.068118.825020.9162

#774632 color RGB value is (119,70,50).

#774632 hex color red value is 119, green value is 70 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #774632 hue: 0.05 , saturation: 0.41 and the lightness value of 774632 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000110 00110010
Octal 167 106 62
Decimal 119 70 50
Hex 77 46 32

RGB Percentages of Color #774632

%49.79
%29.29
%20.92

CMYK Percentages of Color #774632

%0
%41
%58
%53

Triadic Colors of #774632

#774632 #327746 #463277

Analogous Colors of #774632

#774632 #776932 #773241

Monochromatic Colors of #774632

#774632

Complementary Color

#774632 #326377

#774632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774632 Color CSS Codes

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

#774632 Text Font Color

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

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


#774632 Background Color

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

This div background color is #774632


#774632 Border Color

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

This div border color is #774632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774632


Comments

No comments written yet.

Please login to write comment.