Color Hex Logo

#77033d Color Hex

#77033D
(119,3,61)
0 Favorites   0 Comments

Color spaces of #77033d

RGB 119361
HSL0.920.950.24
HSV330°97°47°
CMYK 0.000.970.49   0.53
XYZ8.48264.32404.8024
Yxy4.32400.48170.2456
Hunter Lab20.794236.42570.8630
CIE-Lab24.714947.9479-0.4656

#77033d color RGB value is (119,3,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000011 00111101
Octal 167 3 75
Decimal 119 3 61
Hex 77 3 3D

RGB Percentages of Color #77033d

%65.03
%1.64
%33.33

CMYK Percentages of Color #77033d

%0
%97
%49
%53

Triadic Colors of #77033d

#77033d #3d7703 #033d77

Analogous Colors of #77033d

#77033d #770303 #770377

Monochromatic Colors of #77033d

#77033d

Complementary Color

#77033d #03773d

#77033d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77033d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77033d Color CSS Codes

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

#77033d Text Font Color

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

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


#77033d Background Color

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

This div background color is #77033d


#77033d Border Color

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

This div border color is #77033d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77033d


Comments

No comments written yet.

Please login to write comment.