Color Hex Logo

#767601 Color Hex

#767601
(118,118,1)
0 Favorites   0 Comments

Color spaces of #767601

RGB 1181181
HSL0.170.980.23
HSV60°99°46°
CMYK 0.000.000.99   0.54
XYZ13.955116.81062.5380
Yxy16.81060.41900.5048
Hunter Lab41.0007-10.996625.0304
CIE-Lab48.0205-12.174753.2489

#767601 color RGB value is (118,118,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110110 00000001
Octal 166 166 1
Decimal 118 118 1
Hex 76 76 1

RGB Percentages of Color #767601

%49.79
%49.79
%0.42

CMYK Percentages of Color #767601

%0
%0
%99
%54

Triadic Colors of #767601

#767601 #017676 #760176

Analogous Colors of #767601

#767601 #3c7601 #763c01

Monochromatic Colors of #767601

#767601

Complementary Color

#767601 #010176

#767601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767601 Color CSS Codes

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

#767601 Text Font Color

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

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


#767601 Background Color

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

This div background color is #767601


#767601 Border Color

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

This div border color is #767601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767601


Comments

No comments written yet.

Please login to write comment.