Color Hex Logo

#770336 Color Hex

#770336
(119,3,54)
0 Favorites   0 Comments

Color spaces of #770336

RGB 119354
HSL0.930.950.24
HSV334°97°47°
CMYK 0.000.970.55   0.53
XYZ8.30624.25343.8732
Yxy4.25340.50550.2588
Hunter Lab20.623835.79913.3018
CIE-Lab24.492147.34854.0381

#770336 color RGB value is (119,3,54).

#770336 hex color red value is 119, green value is 3 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #770336 hue: 0.93 , saturation: 0.95 and the lightness value of 770336 is 0.24.

The process color (four color CMYK) of #770336 color hex is 0.00, 0.97, 0.55, 0.53. Web safe color of #770336 is #660033. Color #770336 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000011 00110110
Octal 167 3 66
Decimal 119 3 54
Hex 77 3 36

RGB Percentages of Color #770336

%67.61
%1.70
%30.68

CMYK Percentages of Color #770336

%0
%97
%55
%53

Triadic Colors of #770336

#770336 #367703 #033677

Analogous Colors of #770336

#770336 #770a03 #770370

Monochromatic Colors of #770336

#770336

Complementary Color

#770336 #037744

#770336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770336 Color CSS Codes

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

#770336 Text Font Color

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

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


#770336 Background Color

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

This div background color is #770336


#770336 Border Color

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

This div border color is #770336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770336


Comments

No comments written yet.

Please login to write comment.