Color Hex Logo

#766504 Color Hex

#766504
(118,101,4)
0 Favorites   0 Comments

Color spaces of #766504

RGB 1181014
HSL0.140.930.24
HSV51°97°46°
CMYK 0.000.140.97   0.54
XYZ12.146813.16772.0163
Yxy13.16770.44440.4818
Hunter Lab36.2873-3.751822.1067
CIE-Lab43.0148-2.522948.8368

#766504 color RGB value is (118,101,4).

#766504 hex color red value is 118, green value is 101 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #766504 hue: 0.14 , saturation: 0.93 and the lightness value of 766504 is 0.24.

The process color (four color CMYK) of #766504 color hex is 0.00, 0.14, 0.97, 0.54. Web safe color of #766504 is #666600. Color #766504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100101 00000100
Octal 166 145 4
Decimal 118 101 4
Hex 76 65 4

RGB Percentages of Color #766504

%52.91
%45.29
%1.79

CMYK Percentages of Color #766504

%0
%14
%97
%54

Triadic Colors of #766504

#766504 #047665 #650476

Analogous Colors of #766504

#766504 #4e7604 #762c04

Monochromatic Colors of #766504

#766504

Complementary Color

#766504 #041576

#766504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766504 Color CSS Codes

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

#766504 Text Font Color

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

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


#766504 Background Color

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

This div background color is #766504


#766504 Border Color

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

This div border color is #766504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766504


Comments

No comments written yet.

Please login to write comment.