Color Hex Logo

#773512 Color Hex

#773512
(119,53,18)
0 Favorites   0 Comments

Color spaces of #773512

RGB 1195318
HSL0.060.740.27
HSV21°85°47°
CMYK 0.000.550.85   0.53
XYZ8.99006.51181.3553
Yxy6.51180.53330.3863
Hunter Lab25.518218.228114.7138
CIE-Lab30.668626.654434.1126

#773512 color RGB value is (119,53,18).

#773512 hex color red value is 119, green value is 53 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #773512 hue: 0.06 , saturation: 0.74 and the lightness value of 773512 is 0.27.

The process color (four color CMYK) of #773512 color hex is 0.00, 0.55, 0.85, 0.53. Web safe color of #773512 is #663300. Color #773512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110101 00010010
Octal 167 65 22
Decimal 119 53 18
Hex 77 35 12

RGB Percentages of Color #773512

%62.63
%27.89
%9.47

CMYK Percentages of Color #773512

%0
%55
%85
%53

Triadic Colors of #773512

#773512 #127735 #351277

Analogous Colors of #773512

#773512 #776812 #771222

Monochromatic Colors of #773512

#773512

Complementary Color

#773512 #125477

#773512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773512 Color CSS Codes

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

#773512 Text Font Color

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

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


#773512 Background Color

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

This div background color is #773512


#773512 Border Color

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

This div border color is #773512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773512


Comments

No comments written yet.

Please login to write comment.