Color Hex Logo

#770833 Color Hex

#770833
(119,8,51)
0 Favorites   0 Comments

Color spaces of #770833

RGB 119851
HSL0.940.870.25
HSV337°93°47°
CMYK 0.000.930.57   0.53
XYZ8.29214.33463.5316
Yxy4.33460.51320.2683
Hunter Lab20.819734.65874.5166
CIE-Lab24.748146.11926.4731

#770833 color RGB value is (119,8,51).

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

The process color (four color CMYK) of #770833 color hex is 0.00, 0.93, 0.57, 0.53. Web safe color of #770833 is #660033. Color #770833 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001000 00110011
Octal 167 10 63
Decimal 119 8 51
Hex 77 8 33

RGB Percentages of Color #770833

%66.85
%4.49
%28.65

CMYK Percentages of Color #770833

%0
%93
%57
%53

Triadic Colors of #770833

#770833 #337708 #083377

Analogous Colors of #770833

#770833 #771408 #77086b

Monochromatic Colors of #770833

#770833

Complementary Color

#770833 #08774c

#770833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770833 Color CSS Codes

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

#770833 Text Font Color

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

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


#770833 Background Color

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

This div background color is #770833


#770833 Border Color

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

This div border color is #770833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770833


Comments

No comments written yet.

Please login to write comment.