Color Hex Logo

#772046 Color Hex

#772046
(119,32,70)
0 Favorites   0 Comments

Color spaces of #772046

RGB 1193270
HSL0.930.580.30
HSV334°73°47°
CMYK 0.000.730.41   0.53
XYZ9.22985.39726.3496
Yxy5.39720.44000.2573
Hunter Lab23.231930.26050.0575
CIE-Lab27.837740.8646-1.9756

#772046 color RGB value is (119,32,70).

#772046 hex color red value is 119, green value is 32 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #772046 hue: 0.93 , saturation: 0.58 and the lightness value of 772046 is 0.30.

The process color (four color CMYK) of #772046 color hex is 0.00, 0.73, 0.41, 0.53. Web safe color of #772046 is #663333. Color #772046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100000 01000110
Octal 167 40 106
Decimal 119 32 70
Hex 77 20 46

RGB Percentages of Color #772046

%53.85
%14.48
%31.67

CMYK Percentages of Color #772046

%0
%73
%41
%53

Triadic Colors of #772046

#772046 #467720 #204677

Analogous Colors of #772046

#772046 #772620 #772072

Monochromatic Colors of #772046

#772046

Complementary Color

#772046 #207751

#772046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772046 Color CSS Codes

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

#772046 Text Font Color

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

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


#772046 Background Color

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

This div background color is #772046


#772046 Border Color

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

This div border color is #772046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772046


Comments

No comments written yet.

Please login to write comment.