Color Hex Logo

#772335 Color Hex

#772335
(119,35,53)
0 Favorites   0 Comments

Color spaces of #772335

RGB 1193553
HSL0.960.550.30
HSV347°71°47°
CMYK 0.000.710.55   0.53
XYZ8.85145.38103.9403
Yxy5.38100.48710.2961
Hunter Lab23.197027.51656.1667
CIE-Lab27.793837.86929.3530

#772335 color RGB value is (119,35,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100011 00110101
Octal 167 43 65
Decimal 119 35 53
Hex 77 23 35

RGB Percentages of Color #772335

%57.49
%16.91
%25.60

CMYK Percentages of Color #772335

%0
%71
%55
%53

Triadic Colors of #772335

#772335 #357723 #233577

Analogous Colors of #772335

#772335 #773b23 #77235f

Monochromatic Colors of #772335

#772335

Complementary Color

#772335 #237765

#772335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772335 Color CSS Codes

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

#772335 Text Font Color

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

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


#772335 Background Color

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

This div background color is #772335


#772335 Border Color

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

This div border color is #772335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772335


Comments

No comments written yet.

Please login to write comment.