Color Hex Logo

#773539 Color Hex

#773539
(119,53,57)
0 Favorites   0 Comments

Color spaces of #773539

RGB 1195357
HSL0.990.380.34
HSV356°55°47°
CMYK 0.000.550.52   0.53
XYZ9.61946.76364.6694
Yxy6.76360.45690.3213
Hunter Lab26.006920.51127.5597
CIE-Lab31.262629.291311.4820

#773539 color RGB value is (119,53,57).

#773539 hex color red value is 119, green value is 53 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #773539 hue: 0.99 , saturation: 0.38 and the lightness value of 773539 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110101 00111001
Octal 167 65 71
Decimal 119 53 57
Hex 77 35 39

RGB Percentages of Color #773539

%51.97
%23.14
%24.89

CMYK Percentages of Color #773539

%0
%55
%52
%53

Triadic Colors of #773539

#773539 #397735 #353977

Analogous Colors of #773539

#773539 #775235 #77355a

Monochromatic Colors of #773539

#773539

Complementary Color

#773539 #357773

#773539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773539 Color CSS Codes

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

#773539 Text Font Color

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

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


#773539 Background Color

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

This div background color is #773539


#773539 Border Color

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

This div border color is #773539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773539


Comments

No comments written yet.

Please login to write comment.