Color Hex Logo

#76628e Color Hex

#76628E
(118,98,142)
0 Favorites   0 Comments

Color spaces of #76628e

RGB 11898142
HSL0.740.180.47
HSV267°31°56°
CMYK 0.170.310.00   0.44
XYZ16.721414.539927.5164
Yxy14.53990.28450.2474
Hunter Lab38.131211.5466-16.0932
CIE-Lab44.997517.2454-21.2786

#76628e color RGB value is (118,98,142).

#76628e hex color red value is 118, green value is 98 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #76628e hue: 0.74 , saturation: 0.18 and the lightness value of 76628e is 0.47.

The process color (four color CMYK) of #76628e color hex is 0.17, 0.31, 0.00, 0.44. Web safe color of #76628e is #666699. Color #76628e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100010 10001110
Octal 166 142 216
Decimal 118 98 142
Hex 76 62 8E

RGB Percentages of Color #76628e

%32.96
%27.37
%39.66

CMYK Percentages of Color #76628e

%17
%31
%0
%44

Triadic Colors of #76628e

#76628e #8e7662 #628e76

Analogous Colors of #76628e

#76628e #8c628e #62648e

Monochromatic Colors of #76628e

#76628e

Complementary Color

#76628e #7a8e62

#76628e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76628e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76628e Color CSS Codes

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

#76628e Text Font Color

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

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


#76628e Background Color

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

This div background color is #76628e


#76628e Border Color

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

This div border color is #76628e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76628e


Comments

No comments written yet.

Please login to write comment.