Color Hex Logo

#77628d Color Hex

#77628D
(119,98,141)
2 Favorites   0 Comments

Color spaces of #77628d

RGB 11998141
HSL0.750.180.47
HSV269°30°55°
CMYK 0.160.300.00   0.45
XYZ16.783114.580427.1290
Yxy14.58040.28690.2493
Hunter Lab38.184311.6334-15.3951
CIE-Lab45.054017.3457-20.5848

#77628d color RGB value is (119,98,141).

#77628d hex color red value is 119, green value is 98 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #77628d hue: 0.75 , saturation: 0.18 and the lightness value of 77628d is 0.47.

The process color (four color CMYK) of #77628d color hex is 0.16, 0.30, 0.00, 0.45. Web safe color of #77628d is #666699. Color #77628d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100010 10001101
Octal 167 142 215
Decimal 119 98 141
Hex 77 62 8D

RGB Percentages of Color #77628d

%33.24
%27.37
%39.39

CMYK Percentages of Color #77628d

%16
%30
%0
%45

Triadic Colors of #77628d

#77628d #8d7762 #628d77

Analogous Colors of #77628d

#77628d #8d628d #62638d

Monochromatic Colors of #77628d

#77628d

Complementary Color

#77628d #788d62

#77628d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77628d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77628d Color CSS Codes

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

#77628d Text Font Color

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

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


#77628d Background Color

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

This div background color is #77628d


#77628d Border Color

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

This div border color is #77628d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77628d

#77628d Color Palettes


Comments

No comments written yet.

Please login to write comment.