Color Hex Logo

#766801 Color Hex

#766801
(118,104,1)
0 Favorites   0 Comments

Color spaces of #766801

RGB 1181041
HSL0.150.980.23
HSV53°99°46°
CMYK 0.000.120.99   0.54
XYZ12.427013.75442.0286
Yxy13.75440.44050.4876
Hunter Lab37.0869-5.090822.7178
CIE-Lab43.8786-4.324250.2187

#766801 color RGB value is (118,104,1).

#766801 hex color red value is 118, green value is 104 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #766801 hue: 0.15 , saturation: 0.98 and the lightness value of 766801 is 0.23.

The process color (four color CMYK) of #766801 color hex is 0.00, 0.12, 0.99, 0.54. Web safe color of #766801 is #666600. Color #766801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101000 00000001
Octal 166 150 1
Decimal 118 104 1
Hex 76 68 1

RGB Percentages of Color #766801

%52.91
%46.64
%0.45

CMYK Percentages of Color #766801

%0
%12
%99
%54

Triadic Colors of #766801

#766801 #017668 #680176

Analogous Colors of #766801

#766801 #4a7601 #762e01

Monochromatic Colors of #766801

#766801

Complementary Color

#766801 #010f76

#766801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766801 Color CSS Codes

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

#766801 Text Font Color

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

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


#766801 Background Color

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

This div background color is #766801


#766801 Border Color

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

This div border color is #766801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766801


Comments

No comments written yet.

Please login to write comment.