Color Hex Logo

#774875 Color Hex

#774875
(119,72,117)
0 Favorites   0 Comments

Color spaces of #774875

RGB 11972117
HSL0.840.250.37
HSV303°39°47°
CMYK 0.000.390.02   0.53
XYZ13.13609.841018.0368
Yxy9.84100.32030.2399
Hunter Lab31.370419.8468-12.1303
CIE-Lab37.555527.6677-17.5035

#774875 color RGB value is (119,72,117).

#774875 hex color red value is 119, green value is 72 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #774875 hue: 0.84 , saturation: 0.25 and the lightness value of 774875 is 0.37.

The process color (four color CMYK) of #774875 color hex is 0.00, 0.39, 0.02, 0.53. Web safe color of #774875 is #663366. Color #774875 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001000 01110101
Octal 167 110 165
Decimal 119 72 117
Hex 77 48 75

RGB Percentages of Color #774875

%38.64
%23.38
%37.99

CMYK Percentages of Color #774875

%0
%39
%2
%53

Triadic Colors of #774875

#774875 #757748 #487577

Analogous Colors of #774875

#774875 #77485e #624877

Monochromatic Colors of #774875

#774875

Complementary Color

#774875 #48774a

#774875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774875 Color CSS Codes

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

#774875 Text Font Color

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

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


#774875 Background Color

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

This div background color is #774875


#774875 Border Color

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

This div border color is #774875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774875


Comments

No comments written yet.

Please login to write comment.