Color Hex Logo

#770631 Color Hex

#770631
(119,6,49)
0 Favorites   0 Comments

Color spaces of #770631

RGB 119649
HSL0.940.900.25
HSV337°95°47°
CMYK 0.000.950.59   0.53
XYZ8.22734.27393.2971
Yxy4.27390.52080.2705
Hunter Lab20.673434.85835.0155
CIE-Lab24.557046.36387.5877

#770631 color RGB value is (119,6,49).

#770631 hex color red value is 119, green value is 6 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #770631 hue: 0.94 , saturation: 0.90 and the lightness value of 770631 is 0.25.

The process color (four color CMYK) of #770631 color hex is 0.00, 0.95, 0.59, 0.53. Web safe color of #770631 is #660033. Color #770631 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000110 00110001
Octal 167 6 61
Decimal 119 6 49
Hex 77 6 31

RGB Percentages of Color #770631

%68.39
%3.45
%28.16

CMYK Percentages of Color #770631

%0
%95
%59
%53

Triadic Colors of #770631

#770631 #317706 #063177

Analogous Colors of #770631

#770631 #771406 #77066a

Monochromatic Colors of #770631

#770631

Complementary Color

#770631 #06774c

#770631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770631 Color CSS Codes

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

#770631 Text Font Color

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

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


#770631 Background Color

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

This div background color is #770631


#770631 Border Color

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

This div border color is #770631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770631


Comments

No comments written yet.

Please login to write comment.