Color Hex Logo

#773825 Color Hex

#773825
(119,56,37)
0 Favorites   0 Comments

Color spaces of #773825

RGB 1195637
HSL0.040.530.31
HSV14°69°47°
CMYK 0.000.530.69   0.53
XYZ9.35596.88392.5859
Yxy6.88390.49700.3657
Hunter Lab26.237217.736112.5225
CIE-Lab31.541125.943324.4790

#773825 color RGB value is (119,56,37).

#773825 hex color red value is 119, green value is 56 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #773825 hue: 0.04 , saturation: 0.53 and the lightness value of 773825 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111000 00100101
Octal 167 70 45
Decimal 119 56 37
Hex 77 38 25

RGB Percentages of Color #773825

%56.13
%26.42
%17.45

CMYK Percentages of Color #773825

%0
%53
%69
%53

Triadic Colors of #773825

#773825 #257738 #382577

Analogous Colors of #773825

#773825 #776125 #77253b

Monochromatic Colors of #773825

#773825

Complementary Color

#773825 #256477

#773825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773825 Color CSS Codes

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

#773825 Text Font Color

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

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


#773825 Background Color

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

This div background color is #773825


#773825 Border Color

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

This div border color is #773825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773825


Comments

No comments written yet.

Please login to write comment.