Color Hex Logo

#764272 Color Hex

#764272
(118,66,114)
0 Favorites   0 Comments

Color spaces of #764272

RGB 11866114
HSL0.850.280.36
HSV305°44°46°
CMYK 0.000.440.03   0.54
XYZ12.45678.962916.9931
Yxy8.96290.32430.2333
Hunter Lab29.938121.8789-12.6968
CIE-Lab35.912830.2134-18.1750

#764272 color RGB value is (118,66,114).

#764272 hex color red value is 118, green value is 66 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #764272 hue: 0.85 , saturation: 0.28 and the lightness value of 764272 is 0.36.

The process color (four color CMYK) of #764272 color hex is 0.00, 0.44, 0.03, 0.54. Web safe color of #764272 is #663366. Color #764272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000010 01110010
Octal 166 102 162
Decimal 118 66 114
Hex 76 42 72

RGB Percentages of Color #764272

%39.60
%22.15
%38.26

CMYK Percentages of Color #764272

%0
%44
%3
%54

Triadic Colors of #764272

#764272 #727642 #427276

Analogous Colors of #764272

#764272 #764258 #604276

Monochromatic Colors of #764272

#764272

Complementary Color

#764272 #427646

#764272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764272 Color CSS Codes

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

#764272 Text Font Color

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

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


#764272 Background Color

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

This div background color is #764272


#764272 Border Color

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

This div border color is #764272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764272


Comments

No comments written yet.

Please login to write comment.