Color Hex Logo

#767775 Color Hex

#767775
(118,119,117)
0 Favorites   0 Comments

Color spaces of #767775

RGB 118119117
HSL0.250.010.46
HSV90°47°
CMYK 0.010.000.02   0.53
XYZ17.278918.329619.4569
Yxy18.32960.31380.3329
Hunter Lab42.8131-2.88223.0241
CIE-Lab49.8935-0.77830.9586

#767775 color RGB value is (118,119,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110111 01110101
Octal 166 167 165
Decimal 118 119 117
Hex 76 77 75

RGB Percentages of Color #767775

%33.33
%33.62
%33.05

CMYK Percentages of Color #767775

%1
%0
%2
%53

Triadic Colors of #767775

#767775 #757677 #777576

Analogous Colors of #767775

#767775 #757775 #777775

Monochromatic Colors of #767775

#767775

Complementary Color

#767775 #767577

#767775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767775 Color CSS Codes

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

#767775 Text Font Color

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

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


#767775 Background Color

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

This div background color is #767775


#767775 Border Color

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

This div border color is #767775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767775


Comments

No comments written yet.

Please login to write comment.