Color Hex Logo

#772334 Color Hex

#772334
(119,35,52)
0 Favorites   0 Comments

Color spaces of #772334

RGB 1193552
HSL0.970.550.30
HSV348°71°47°
CMYK 0.000.710.56   0.53
XYZ8.82865.37193.8204
Yxy5.37190.48990.2981
Hunter Lab23.177427.43296.4512
CIE-Lab27.769137.78099.9883

#772334 color RGB value is (119,35,52).

#772334 hex color red value is 119, green value is 35 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #772334 hue: 0.97 , saturation: 0.55 and the lightness value of 772334 is 0.30.

The process color (four color CMYK) of #772334 color hex is 0.00, 0.71, 0.56, 0.53. Web safe color of #772334 is #663333. Color #772334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100011 00110100
Octal 167 43 64
Decimal 119 35 52
Hex 77 23 34

RGB Percentages of Color #772334

%57.77
%16.99
%25.24

CMYK Percentages of Color #772334

%0
%71
%56
%53

Triadic Colors of #772334

#772334 #347723 #233477

Analogous Colors of #772334

#772334 #773c23 #77235e

Monochromatic Colors of #772334

#772334

Complementary Color

#772334 #237766

#772334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772334 Color CSS Codes

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

#772334 Text Font Color

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

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


#772334 Background Color

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

This div background color is #772334


#772334 Border Color

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

This div border color is #772334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772334


Comments

No comments written yet.

Please login to write comment.