Color Hex Logo

#777575 Color Hex

#777575
(119,117,117)
0 Favorites   0 Comments

Color spaces of #777575

RGB 119117117
HSL0.000.010.46
HSV47°
CMYK 0.000.020.02   0.53
XYZ17.179917.928919.3848
Yxy17.92890.31530.3290
Hunter Lab42.3425-1.67552.4963
CIE-Lab49.40980.76460.2639

#777575 color RGB value is (119,117,117).

#777575 hex color red value is 119, green value is 117 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #777575 hue: 0.00 , saturation: 0.01 and the lightness value of 777575 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110101 01110101
Octal 167 165 165
Decimal 119 117 117
Hex 77 75 75

RGB Percentages of Color #777575

%33.71
%33.14
%33.14

CMYK Percentages of Color #777575

%0
%2
%2
%53

Triadic Colors of #777575

#777575 #757775 #757577

Analogous Colors of #777575

#777575 #777675 #777576

Monochromatic Colors of #777575

#777575

Complementary Color

#777575 #757777

#777575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777575 Color CSS Codes

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

#777575 Text Font Color

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

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


#777575 Background Color

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

This div background color is #777575


#777575 Border Color

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

This div border color is #777575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777575


Comments

No comments written yet.

Please login to write comment.