Color Hex Logo

#765274 Color Hex

#765274
(118,82,116)
0 Favorites   0 Comments

Color spaces of #765274

RGB 11882116
HSL0.840.180.39
HSV303°31°46°
CMYK 0.000.310.02   0.54
XYZ13.640911.147117.9556
Yxy11.14710.31910.2608
Hunter Lab33.387314.5013-8.5149
CIE-Lab39.827121.1469-13.4219

#765274 color RGB value is (118,82,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010010 01110100
Octal 166 122 164
Decimal 118 82 116
Hex 76 52 74

RGB Percentages of Color #765274

%37.34
%25.95
%36.71

CMYK Percentages of Color #765274

%0
%31
%2
%54

Triadic Colors of #765274

#765274 #747652 #527476

Analogous Colors of #765274

#765274 #765262 #665276

Monochromatic Colors of #765274

#765274

Complementary Color

#765274 #527654

#765274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765274 Color CSS Codes

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

#765274 Text Font Color

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

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


#765274 Background Color

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

This div background color is #765274


#765274 Border Color

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

This div border color is #765274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765274


Comments

No comments written yet.

Please login to write comment.