Color Hex Logo

#767c52 Color Hex

#767C52
(118,124,82)
0 Favorites   0 Comments

Color spaces of #767c52

RGB 11812482
HSL0.190.200.40
HSV69°34°49°
CMYK 0.050.000.34   0.51
XYZ16.201918.876110.7722
Yxy18.87610.35340.4117
Hunter Lab43.4466-9.466315.7122
CIE-Lab50.5419-9.585122.2268

#767c52 color RGB value is (118,124,82).

#767c52 hex color red value is 118, green value is 124 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #767c52 hue: 0.19 , saturation: 0.20 and the lightness value of 767c52 is 0.40.

The process color (four color CMYK) of #767c52 color hex is 0.05, 0.00, 0.34, 0.51. Web safe color of #767c52 is #666666. Color #767c52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111100 01010010
Octal 166 174 122
Decimal 118 124 82
Hex 76 7C 52

RGB Percentages of Color #767c52

%36.42
%38.27
%25.31

CMYK Percentages of Color #767c52

%5
%0
%34
%51

Triadic Colors of #767c52

#767c52 #52767c #7c5276

Analogous Colors of #767c52

#767c52 #617c52 #7c6d52

Monochromatic Colors of #767c52

#767c52

Complementary Color

#767c52 #58527c

#767c52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767c52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767c52 Color CSS Codes

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

#767c52 Text Font Color

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

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


#767c52 Background Color

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

This div background color is #767c52


#767c52 Border Color

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

This div border color is #767c52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,124,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767c52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767c52;
  -webkit-box-shadow: 1px 1px 3px 2px #767c52;
  box-shadow:         1px 1px 3px 2px #767c52; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767c52


Comments

No comments written yet.

Please login to write comment.