Color Hex Logo

#766825 Color Hex

#766825
(118,104,37)
0 Favorites   0 Comments

Color spaces of #766825

RGB 11810437
HSL0.140.520.30
HSV50°69°46°
CMYK 0.000.120.69   0.54
XYZ12.755513.88583.7582
Yxy13.88580.41960.4568
Hunter Lab37.2637-4.110120.1049
CIE-Lab44.0687-2.926838.4484

#766825 color RGB value is (118,104,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101000 00100101
Octal 166 150 45
Decimal 118 104 37
Hex 76 68 25

RGB Percentages of Color #766825

%45.56
%40.15
%14.29

CMYK Percentages of Color #766825

%0
%12
%69
%54

Triadic Colors of #766825

#766825 #257668 #682576

Analogous Colors of #766825

#766825 #5c7625 #764025

Monochromatic Colors of #766825

#766825

Complementary Color

#766825 #253376

#766825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766825 Color CSS Codes

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

#766825 Text Font Color

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

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


#766825 Background Color

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

This div background color is #766825


#766825 Border Color

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

This div border color is #766825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766825


Comments

No comments written yet.

Please login to write comment.