Color Hex Logo

#77063a Color Hex

#77063A
(119,6,58)
0 Favorites   0 Comments

Color spaces of #77063a

RGB 119658
HSL0.920.900.25
HSV332°95°47°
CMYK 0.000.950.51   0.53
XYZ8.43664.35774.3994
Yxy4.35770.49070.2534
Hunter Lab20.875135.60872.1173
CIE-Lab24.820447.08851.7510

#77063a color RGB value is (119,6,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000110 00111010
Octal 167 6 72
Decimal 119 6 58
Hex 77 6 3A

RGB Percentages of Color #77063a

%65.03
%3.28
%31.69

CMYK Percentages of Color #77063a

%0
%95
%51
%53

Triadic Colors of #77063a

#77063a #3a7706 #063a77

Analogous Colors of #77063a

#77063a #770b06 #770673

Monochromatic Colors of #77063a

#77063a

Complementary Color

#77063a #067743

#77063a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77063a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77063a Color CSS Codes

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

#77063a Text Font Color

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

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


#77063a Background Color

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

This div background color is #77063a


#77063a Border Color

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

This div border color is #77063a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77063a


Comments

No comments written yet.

Please login to write comment.