Color Hex Logo

#770937 Color Hex

#770937
(119,9,55)
0 Favorites   0 Comments

Color spaces of #770937

RGB 119955
HSL0.930.860.25
HSV335°92°47°
CMYK 0.000.920.54   0.53
XYZ8.39504.39314.0199
Yxy4.39310.49950.2614
Hunter Lab20.959734.81513.3005
CIE-Lab24.930646.24613.9740

#770937 color RGB value is (119,9,55).

#770937 hex color red value is 119, green value is 9 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #770937 hue: 0.93 , saturation: 0.86 and the lightness value of 770937 is 0.25.

The process color (four color CMYK) of #770937 color hex is 0.00, 0.92, 0.54, 0.53. Web safe color of #770937 is #660033. Color #770937 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001001 00110111
Octal 167 11 67
Decimal 119 9 55
Hex 77 9 37

RGB Percentages of Color #770937

%65.03
%4.92
%30.05

CMYK Percentages of Color #770937

%0
%92
%54
%53

Triadic Colors of #770937

#770937 #377709 #093777

Analogous Colors of #770937

#770937 #771209 #77096e

Monochromatic Colors of #770937

#770937

Complementary Color

#770937 #097749

#770937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770937 Color CSS Codes

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

#770937 Text Font Color

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

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


#770937 Background Color

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

This div background color is #770937


#770937 Border Color

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

This div border color is #770937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770937


Comments

No comments written yet.

Please login to write comment.