Color Hex Logo

#767259 Color Hex

#767259
(118,114,89)
0 Favorites   0 Comments

Color spaces of #767259

RGB 11811489
HSL0.140.140.41
HSV52°25°46°
CMYK 0.000.030.25   0.54
XYZ15.291716.607411.8508
Yxy16.60740.34950.3796
Hunter Lab40.7522-4.336611.2849
CIE-Lab47.7615-2.892414.4433

#767259 color RGB value is (118,114,89).

#767259 hex color red value is 118, green value is 114 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #767259 hue: 0.14 , saturation: 0.14 and the lightness value of 767259 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110010 01011001
Octal 166 162 131
Decimal 118 114 89
Hex 76 72 59

RGB Percentages of Color #767259

%36.76
%35.51
%27.73

CMYK Percentages of Color #767259

%0
%3
%25
%54

Triadic Colors of #767259

#767259 #597672 #725976

Analogous Colors of #767259

#767259 #6c7659 #766459

Monochromatic Colors of #767259

#767259

Complementary Color

#767259 #595d76

#767259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767259 Color CSS Codes

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

#767259 Text Font Color

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

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


#767259 Background Color

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

This div background color is #767259


#767259 Border Color

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

This div border color is #767259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767259


Comments

No comments written yet.

Please login to write comment.