Color Hex Logo

#775223 Color Hex

#775223
(119,82,35)
0 Favorites   0 Comments

Color spaces of #775223

RGB 1198235
HSL0.090.550.30
HSV34°71°47°
CMYK 0.000.310.71   0.53
XYZ10.928410.07792.9593
Yxy10.07790.45600.4205
Hunter Lab31.74575.893316.6950
CIE-Lab37.981910.451832.9401

#775223 color RGB value is (119,82,35).

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

The process color (four color CMYK) of #775223 color hex is 0.00, 0.31, 0.71, 0.53. Web safe color of #775223 is #666633. Color #775223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010010 00100011
Octal 167 122 43
Decimal 119 82 35
Hex 77 52 23

RGB Percentages of Color #775223

%50.42
%34.75
%14.83

CMYK Percentages of Color #775223

%0
%31
%71
%53

Triadic Colors of #775223

#775223 #237752 #522377

Analogous Colors of #775223

#775223 #727723 #772823

Monochromatic Colors of #775223

#775223

Complementary Color

#775223 #234877

#775223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#775223 Color CSS Codes

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

#775223 Text Font Color

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

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


#775223 Background Color

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

This div background color is #775223


#775223 Border Color

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

This div border color is #775223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775223


Comments

No comments written yet.

Please login to write comment.