Color Hex Logo

#767555 Color Hex

#767555
(118,117,85)
0 Favorites   0 Comments

Color spaces of #767555

RGB 11811785
HSL0.160.160.40
HSV58°28°46°
CMYK 0.000.010.28   0.54
XYZ15.472217.230011.1046
Yxy17.23000.35320.3933
Hunter Lab41.5090-6.106213.1949
CIE-Lab48.5485-5.219017.8481

#767555 color RGB value is (118,117,85).

#767555 hex color red value is 118, green value is 117 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #767555 hue: 0.16 , saturation: 0.16 and the lightness value of 767555 is 0.40.

The process color (four color CMYK) of #767555 color hex is 0.00, 0.01, 0.28, 0.54. Web safe color of #767555 is #666666. Color #767555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110101 01010101
Octal 166 165 125
Decimal 118 117 85
Hex 76 75 55

RGB Percentages of Color #767555

%36.88
%36.56
%26.56

CMYK Percentages of Color #767555

%0
%1
%28
%54

Triadic Colors of #767555

#767555 #557675 #755576

Analogous Colors of #767555

#767555 #677655 #766555

Monochromatic Colors of #767555

#767555

Complementary Color

#767555 #555676

#767555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767555 Color CSS Codes

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

#767555 Text Font Color

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

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


#767555 Background Color

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

This div background color is #767555


#767555 Border Color

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

This div border color is #767555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767555


Comments

No comments written yet.

Please login to write comment.