Color Hex Logo

#767503 Color Hex

#767503
(118,117,3)
0 Favorites   0 Comments

Color spaces of #767503

RGB 1181173
HSL0.170.950.24
HSV59°97°46°
CMYK 0.000.010.97   0.54
XYZ13.848916.58072.5566
Yxy16.58070.41980.5027
Hunter Lab40.7194-10.550124.7810
CIE-Lab47.7273-11.581852.6042

#767503 color RGB value is (118,117,3).

#767503 hex color red value is 118, green value is 117 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #767503 hue: 0.17 , saturation: 0.95 and the lightness value of 767503 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110101 00000011
Octal 166 165 3
Decimal 118 117 3
Hex 76 75 3

RGB Percentages of Color #767503

%49.58
%49.16
%1.26

CMYK Percentages of Color #767503

%0
%1
%97
%54

Triadic Colors of #767503

#767503 #037675 #750376

Analogous Colors of #767503

#767503 #3e7603 #763c03

Monochromatic Colors of #767503

#767503

Complementary Color

#767503 #030476

#767503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767503 Color CSS Codes

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

#767503 Text Font Color

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

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


#767503 Background Color

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

This div background color is #767503


#767503 Border Color

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

This div border color is #767503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767503


Comments

No comments written yet.

Please login to write comment.