Color Hex Logo

#775275 Color Hex

#775275
(119,82,117)
0 Favorites   0 Comments

Color spaces of #775275

RGB 11982117
HSL0.840.180.39
HSV303°31°47°
CMYK 0.000.310.02   0.53
XYZ13.835911.240918.2701
Yxy11.24090.31920.2593
Hunter Lab33.527514.9892-8.8397
CIE-Lab39.983321.7153-13.7893

#775275 color RGB value is (119,82,117).

#775275 hex color red value is 119, green value is 82 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #775275 hue: 0.84 , saturation: 0.18 and the lightness value of 775275 is 0.39.

The process color (four color CMYK) of #775275 color hex is 0.00, 0.31, 0.02, 0.53. Web safe color of #775275 is #666666. Color #775275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010010 01110101
Octal 167 122 165
Decimal 119 82 117
Hex 77 52 75

RGB Percentages of Color #775275

%37.42
%25.79
%36.79

CMYK Percentages of Color #775275

%0
%31
%2
%53

Triadic Colors of #775275

#775275 #757752 #527577

Analogous Colors of #775275

#775275 #775263 #675277

Monochromatic Colors of #775275

#775275

Complementary Color

#775275 #527754

#775275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#775275 Color CSS Codes

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

#775275 Text Font Color

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

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


#775275 Background Color

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

This div background color is #775275


#775275 Border Color

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

This div border color is #775275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775275


Comments

No comments written yet.

Please login to write comment.