Color Hex Logo

#767271 Color Hex

#767271
(118,114,113)
0 Favorites   0 Comments

Color spaces of #767271

RGB 118114113
HSL0.030.020.45
HSV12°46°
CMYK 0.000.030.04   0.54
XYZ16.469217.078418.0512
Yxy17.07840.31920.3310
Hunter Lab41.3260-1.18493.0304
CIE-Lab48.35871.34181.0933

#767271 color RGB value is (118,114,113).

#767271 hex color red value is 118, green value is 114 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #767271 hue: 0.03 , saturation: 0.02 and the lightness value of 767271 is 0.45.

The process color (four color CMYK) of #767271 color hex is 0.00, 0.03, 0.04, 0.54. Web safe color of #767271 is #666666. Color #767271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110010 01110001
Octal 166 162 161
Decimal 118 114 113
Hex 76 72 71

RGB Percentages of Color #767271

%34.20
%33.04
%32.75

CMYK Percentages of Color #767271

%0
%3
%4
%54

Triadic Colors of #767271

#767271 #717672 #727176

Analogous Colors of #767271

#767271 #767571 #767173

Monochromatic Colors of #767271

#767271

Complementary Color

#767271 #717576

#767271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767271 Color CSS Codes

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

#767271 Text Font Color

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

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


#767271 Background Color

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

This div background color is #767271


#767271 Border Color

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

This div border color is #767271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767271


Comments

No comments written yet.

Please login to write comment.