Color Hex Logo

#767325 Color Hex

#767325
(118,115,37)
0 Favorites   0 Comments

Color spaces of #767325

RGB 11811537
HSL0.160.520.30
HSV58°69°46°
CMYK 0.000.030.69   0.54
XYZ13.935916.24664.1517
Yxy16.24660.40590.4732
Hunter Lab40.3071-8.822222.1080
CIE-Lab47.2964-9.174541.8156

#767325 color RGB value is (118,115,37).

#767325 hex color red value is 118, green value is 115 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #767325 hue: 0.16 , saturation: 0.52 and the lightness value of 767325 is 0.30.

The process color (four color CMYK) of #767325 color hex is 0.00, 0.03, 0.69, 0.54. Web safe color of #767325 is #666633. Color #767325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110011 00100101
Octal 166 163 45
Decimal 118 115 37
Hex 76 73 25

RGB Percentages of Color #767325

%43.70
%42.59
%13.70

CMYK Percentages of Color #767325

%0
%3
%69
%54

Triadic Colors of #767325

#767325 #257673 #732576

Analogous Colors of #767325

#767325 #517625 #764b25

Monochromatic Colors of #767325

#767325

Complementary Color

#767325 #252876

#767325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767325 Color CSS Codes

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

#767325 Text Font Color

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

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


#767325 Background Color

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

This div background color is #767325


#767325 Border Color

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

This div border color is #767325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767325


Comments

No comments written yet.

Please login to write comment.