Color Hex Logo

#771028 Color Hex

#771028
(119,16,40)
0 Favorites   0 Comments

Color spaces of #771028

RGB 1191640
HSL0.960.760.26
HSV346°87°47°
CMYK 0.000.870.66   0.53
XYZ8.17604.44572.4347
Yxy4.44570.54300.2953
Hunter Lab21.084832.31807.9131
CIE-Lab25.093343.591414.5052

#771028 color RGB value is (119,16,40).

#771028 hex color red value is 119, green value is 16 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #771028 hue: 0.96 , saturation: 0.76 and the lightness value of 771028 is 0.26.

The process color (four color CMYK) of #771028 color hex is 0.00, 0.87, 0.66, 0.53. Web safe color of #771028 is #660033. Color #771028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010000 00101000
Octal 167 20 50
Decimal 119 16 40
Hex 77 10 28

RGB Percentages of Color #771028

%68.00
%9.14
%22.86

CMYK Percentages of Color #771028

%0
%87
%66
%53

Triadic Colors of #771028

#771028 #287710 #102877

Analogous Colors of #771028

#771028 #772c10 #77105b

Monochromatic Colors of #771028

#771028

Complementary Color

#771028 #10775f

#771028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771028 Color CSS Codes

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

#771028 Text Font Color

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

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


#771028 Background Color

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

This div background color is #771028


#771028 Border Color

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

This div border color is #771028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771028


Comments

No comments written yet.

Please login to write comment.