Color Hex Logo

#767252 Color Hex

#767252
(118,114,82)
0 Favorites   0 Comments

Color spaces of #767252

RGB 11811482
HSL0.150.180.39
HSV53°31°46°
CMYK 0.000.030.31   0.54
XYZ15.011516.495410.3754
Yxy16.49540.35840.3939
Hunter Lab40.6145-5.100213.2839
CIE-Lab47.6178-3.944418.3353

#767252 color RGB value is (118,114,82).

#767252 hex color red value is 118, green value is 114 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #767252 hue: 0.15 , saturation: 0.18 and the lightness value of 767252 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110010 01010010
Octal 166 162 122
Decimal 118 114 82
Hex 76 72 52

RGB Percentages of Color #767252

%37.58
%36.31
%26.11

CMYK Percentages of Color #767252

%0
%3
%31
%54

Triadic Colors of #767252

#767252 #527672 #725276

Analogous Colors of #767252

#767252 #687652 #766052

Monochromatic Colors of #767252

#767252

Complementary Color

#767252 #525676

#767252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767252 Color CSS Codes

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

#767252 Text Font Color

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

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


#767252 Background Color

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

This div background color is #767252


#767252 Border Color

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

This div border color is #767252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767252


Comments

No comments written yet.

Please login to write comment.