Color Hex Logo

#755222 Color Hex

#755222
(117,82,34)
0 Favorites   0 Comments

Color spaces of #755222

RGB 1178234
HSL0.100.550.30
HSV35°71°46°
CMYK 0.000.300.71   0.54
XYZ10.64219.93202.8695
Yxy9.93200.45390.4237
Hunter Lab31.51515.125016.6621
CIE-Lab37.72019.438133.1033

#755222 color RGB value is (117,82,34).

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

The process color (four color CMYK) of #755222 color hex is 0.00, 0.30, 0.71, 0.54. Web safe color of #755222 is #666633. Color #755222 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010010 00100010
Octal 165 122 42
Decimal 117 82 34
Hex 75 52 22

RGB Percentages of Color #755222

%50.21
%35.19
%14.59

CMYK Percentages of Color #755222

%0
%30
%71
%54

Triadic Colors of #755222

#755222 #227552 #522275

Analogous Colors of #755222

#755222 #6f7522 #752922

Monochromatic Colors of #755222

#755222

Complementary Color

#755222 #224575

#755222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755222 Color CSS Codes

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

#755222 Text Font Color

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

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


#755222 Background Color

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

This div background color is #755222


#755222 Border Color

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

This div border color is #755222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755222


Comments

No comments written yet.

Please login to write comment.