Color Hex Logo

#756275 Color Hex

#756275
(117,98,117)
0 Favorites   0 Comments

Color spaces of #756275

RGB 11798117
HSL0.830.090.42
HSV300°16°46°
CMYK 0.000.160.00   0.54
XYZ14.914713.801618.7075
Yxy13.80160.31450.2910
Hunter Lab37.15056.6485-3.8507
CIE-Lab43.947011.2958-7.8286

#756275 color RGB value is (117,98,117).

#756275 hex color red value is 117, green value is 98 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #756275 hue: 0.83 , saturation: 0.09 and the lightness value of 756275 is 0.42.

The process color (four color CMYK) of #756275 color hex is 0.00, 0.16, 0.00, 0.54. Web safe color of #756275 is #666666. Color #756275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100010 01110101
Octal 165 142 165
Decimal 117 98 117
Hex 75 62 75

RGB Percentages of Color #756275

%35.24
%29.52
%35.24

CMYK Percentages of Color #756275

%0
%16
%0
%54

Triadic Colors of #756275

#756275 #757562 #627575

Analogous Colors of #756275

#756275 #75626c #6c6275

Monochromatic Colors of #756275

#756275

Complementary Color

#756275 #627562

#756275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756275 Color CSS Codes

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

#756275 Text Font Color

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

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


#756275 Background Color

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

This div background color is #756275


#756275 Border Color

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

This div border color is #756275


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,98,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 #756275">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756275


Comments

No comments written yet.

Please login to write comment.