Color Hex Logo

#770b37 Color Hex

#770B37
(119,11,55)
0 Favorites   0 Comments

Color spaces of #770b37

RGB 1191155
HSL0.930.830.25
HSV336°91°47°
CMYK 0.000.910.54   0.53
XYZ8.41704.43714.0273
Yxy4.43710.49860.2628
Hunter Lab21.064434.46293.4095
CIE-Lab25.066845.85344.1680

#770b37 color RGB value is (119,11,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001011 00110111
Octal 167 13 67
Decimal 119 11 55
Hex 77 B 37

RGB Percentages of Color #770b37

%64.32
%5.95
%29.73

CMYK Percentages of Color #770b37

%0
%91
%54
%53

Triadic Colors of #770b37

#770b37 #37770b #0b3777

Analogous Colors of #770b37

#770b37 #77150b #770b6d

Monochromatic Colors of #770b37

#770b37

Complementary Color

#770b37 #0b774b

#770b37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770b37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770b37 Color CSS Codes

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

#770b37 Text Font Color

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

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


#770b37 Background Color

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

This div background color is #770b37


#770b37 Border Color

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

This div border color is #770b37


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,11,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 #770b37">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770b37


Comments

No comments written yet.

Please login to write comment.